diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-06-29 15:34:59 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-06-29 15:34:59 +0200 |
commit | 1d2fd9b9477bf6b8512ec4bb9970b1fae6e2015b (patch) | |
tree | 6de7c9127f7d58ed245868b0346c9f5a74be7ac5 /app-emulation/wine-vanilla | |
parent | dev-libs/stfl: amd64 stable wrt bug #729818 (diff) | |
download | gentoo-1d2fd9b9477bf6b8512ec4bb9970b1fae6e2015b.tar.gz gentoo-1d2fd9b9477bf6b8512ec4bb9970b1fae6e2015b.tar.bz2 gentoo-1d2fd9b9477bf6b8512ec4bb9970b1fae6e2015b.zip |
app-emulation/wine-vanilla: amd64 stable wrt bug #730038
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-emulation/wine-vanilla')
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-5.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-5.0.1.ebuild b/app-emulation/wine-vanilla/wine-vanilla-5.0.1.ebuild index 2c8da9a04c68..58d129f279e0 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-5.0.1.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-5.0.1.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}" |