diff options
author | Sam James <sam@gentoo.org> | 2022-04-12 00:22:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-12 00:22:37 +0100 |
commit | f2e38f26af3403f66457ba0dcefe6f4f07f622bf (patch) | |
tree | eab6e516bd9778e79c77ab7373dfd625c7124b62 /app-emulation | |
parent | app-emulation/wine-mono: Stabilize 7.0.0 amd64, #834979 (diff) | |
download | gentoo-f2e38f26af3403f66457ba0dcefe6f4f07f622bf.tar.gz gentoo-f2e38f26af3403f66457ba0dcefe6f4f07f622bf.tar.bz2 gentoo-f2e38f26af3403f66457ba0dcefe6f4f07f622bf.zip |
app-emulation/wine-vanilla: Stabilize 7.0 amd64, #834979
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-7.0.ebuild b/app-emulation/wine-vanilla/wine-vanilla-7.0.ebuild index e0221157f77a..b459ed7e6923 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-7.0.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-7.0.ebuild @@ -20,7 +20,7 @@ if [[ ${PV} == "9999" ]] ; then else MAJOR_V=$(ver_cut 1) SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.0/${MY_P}.tar.xz" - KEYWORDS="-* ~amd64 x86" + KEYWORDS="-* amd64 x86" fi S="${WORKDIR}/${MY_P}" |