Gentoo Archives: gentoo-commits

From: Nick Sarnie <sarnex@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-gecko/
Date: Sun, 01 Aug 2021 00:25:05
Message-Id: 1627777324.122a3bda8746f85521172f8438dabe91fccfa75d.sarnex@gentoo
1 commit: 122a3bda8746f85521172f8438dabe91fccfa75d
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 1 00:22:04 2021 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 1 00:22:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=122a3bda
7
8 app-emulation/wine-gecko: Fix KEYWORDS
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
12
13 app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild b/app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild
17 index ad3c90ca3f7..e5a5a8df49a 100644
18 --- a/app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild
19 +++ b/app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild
20 @@ -18,7 +18,7 @@ SRC_URI="
21
22 LICENSE="Apache-2.0 BSD BSD-2 MIT MPL-2.0"
23 SLOT="${PV}"
24 -KEYWORDS="~amd64 ~x86"
25 +KEYWORDS="amd64 x86"
26 IUSE="abi_x86_32 abi_x86_64 +shared"
27
28 DEPEND="!!app-emulation/wine:0"