diff options
author | Nick Sarnie <sarnex@gentoo.org> | 2021-07-31 20:22:04 -0400 |
---|---|---|
committer | Nick Sarnie <sarnex@gentoo.org> | 2021-07-31 20:22:04 -0400 |
commit | 122a3bda8746f85521172f8438dabe91fccfa75d (patch) | |
tree | 3c00c60586fdcecba0ee0fdb483d4128c2c544d3 /app-emulation/wine-gecko | |
parent | app-emulation/wine-mono: Readd version (diff) | |
download | gentoo-122a3bda8746f85521172f8438dabe91fccfa75d.tar.gz gentoo-122a3bda8746f85521172f8438dabe91fccfa75d.tar.bz2 gentoo-122a3bda8746f85521172f8438dabe91fccfa75d.zip |
app-emulation/wine-gecko: Fix KEYWORDS
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
Diffstat (limited to 'app-emulation/wine-gecko')
-rw-r--r-- | app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild b/app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild index ad3c90ca3f74..e5a5a8df49a9 100644 --- a/app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild +++ b/app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild @@ -18,7 +18,7 @@ SRC_URI=" LICENSE="Apache-2.0 BSD BSD-2 MIT MPL-2.0" SLOT="${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="abi_x86_32 abi_x86_64 +shared" DEPEND="!!app-emulation/wine:0" |