commit: 8352d32edd2400575bfbe37c0289161d0228af23
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 22 13:00:32 2025 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Apr 22 13:01:25 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8352d32e
app-emulation/wine-vanilla: re-add -* to KEYWORDS
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
app-emulation/wine-vanilla/wine-vanilla-10.5-r1.ebuild | 3 +--
app-emulation/wine-vanilla/wine-vanilla-10.6.ebuild | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
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 89da9dd2865a..2b30ca2af920 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-10.5-r1.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-10.5-r1.ebuild
@@ -15,8 +15,7 @@ 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}
- # TODO: re-add -*
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="-* ~amd64 ~x86"
fi
DESCRIPTION="Free implementation of Windows(tm) on Unix, without external
patchsets"
diff --git a/app-emulation/wine-vanilla/wine-vanilla-10.6.ebuild
b/app-emulation/wine-vanilla/wine-vanilla-10.6.ebuild
index ccc8b6e11c97..22109693bcd7 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-10.6.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-10.6.ebuild
@@ -15,8 +15,7 @@ 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}
- # TODO: re-add -*
- KEYWORDS="~amd64 ~arm64 ~x86"
+ KEYWORDS="-* ~amd64 ~arm64 ~x86"
fi
DESCRIPTION="Free implementation of Windows(tm) on Unix, without external
patchsets"