Gentoo Archives: gentoo-commits

From: Nick Sarnie <sarnex@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/wine/
Date: Sun, 22 Dec 2019 20:00:25
Message-Id: 1577044796.20fde2d04ece0d70d28cb6af3c2e0a21ffd291ad.sarnex@gentoo
1 commit: 20fde2d04ece0d70d28cb6af3c2e0a21ffd291ad
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 22 19:59:16 2019 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 22 19:59:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20fde2d0
7
8 virtual/wine: amd64 and x86 stable
9
10 Closes: https://bugs.gentoo.org/703554
11 Package-Manager: Portage-2.3.82, Repoman-2.3.20
12 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
13
14 virtual/wine/wine-0-r7.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/virtual/wine/wine-0-r7.ebuild b/virtual/wine/wine-0-r7.ebuild
18 index c169693fcdb..18cacfaec22 100644
19 --- a/virtual/wine/wine-0-r7.ebuild
20 +++ b/virtual/wine/wine-0-r7.ebuild
21 @@ -6,7 +6,7 @@ EAPI=7
22 DESCRIPTION="Virtual for Wine that supports multiple variants and slotting"
23
24 SLOT="0"
25 -KEYWORDS="~amd64 ~x86"
26 +KEYWORDS="amd64 x86"
27 IUSE="+abi_x86_32 +abi_x86_64 staging"
28
29 REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )"