commit: 294c10feb6dda058bff5b58b7a4ec2d15886a756 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Mon Nov 9 16:24:51 2020 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Mon Nov 9 16:24:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=294c10fe
profiles: fix typo in sys-apps/flashrom mask Accidentally deleted the = while rebasing the commit against current master. Oops. Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> profiles/package.mask | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/package.mask b/profiles/package.mask index e54f5cd3808..b20689779c5 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -35,7 +35,7 @@ # Marek Szuba <[email protected]> (2020-11-09) # Compilation using meson currently fails on most, if not all, non-x86 # arches (Bug #720210). For consistency, mask it everywhere for now. -sys-apps/flashrom-1.2-r3 +=sys-apps/flashrom-1.2-r3 # Michał Górny <[email protected]> (2020-11-09) # Python 2 backport. Last revdep masked.
