commit: 1c32bcf95b0497da83885478b762d1022b3379c4
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 19 09:13:50 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=1c32bcf9
app-emulation/wine-staging: 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-staging/wine-staging-10.5-r1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app-emulation/wine-staging/wine-staging-10.5-r1.ebuild
b/app-emulation/wine-staging/wine-staging-10.5-r1.ebuild
index 62429a14f0ae..92a97b6a6df5 100644
--- a/app-emulation/wine-staging/wine-staging-10.5-r1.ebuild
+++ b/app-emulation/wine-staging/wine-staging-10.5-r1.ebuild
@@ -20,7 +20,8 @@ else
https://dl.winehq.org/wine/source/${WINE_SDIR}/${WINE_P}.tar.xz
https://github.com/wine-staging/wine-staging/archive/v${PV}.tar.gz ->
${P}.tar.gz
"
- KEYWORDS="-* ~amd64 ~x86"
+ # TODO: re-add -*
+ KEYWORDS="~amd64 ~x86"
fi
DESCRIPTION="Free implementation of Windows(tm) on Unix, with Wine-Staging
patchset"