commit: 81298288e0f8575d99e1dbf8b3d69b32bd6859fb
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 19 09:10:17 2025 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Apr 21 01:52:50 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81298288
app-emulation/wine-vanilla: temporarily remove -* from keywords
It makes sense to keep this here after ~arm64 is added, but
keywordreqs with -* are messy so remove it for now.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
app-emulation/wine-vanilla/wine-vanilla-10.5-r1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app-emulation/wine-vanilla/wine-vanilla-10.5-r1.ebuild
b/app-emulation/wine-vanilla/wine-vanilla-10.5-r1.ebuild
index 2b30ca2af920..89da9dd2865a 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-10.5-r1.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-10.5-r1.ebuild
@@ -15,7 +15,8 @@ else
(( $(ver_cut 2) )) && WINE_SDIR=$(ver_cut 1).x || WINE_SDIR=$(ver_cut
1).0
SRC_URI="https://dl.winehq.org/wine/source/${WINE_SDIR}/wine-${PV}.tar.xz"
S=${WORKDIR}/wine-${PV}
- KEYWORDS="-* ~amd64 ~x86"
+ # TODO: re-add -*
+ KEYWORDS="~amd64 ~x86"
fi
DESCRIPTION="Free implementation of Windows(tm) on Unix, without external
patchsets"