diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-08-16 02:18:39 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-08-16 02:18:39 +0200 |
commit | 8cbfe79c89a50585d921a6e0a91c2bcb8f1e6758 (patch) | |
tree | a0fffc87112c32d433e133eb26d272a8c9c55fa3 /app-emulation | |
parent | app-crypt/tpm-tools: x86 stable (bug #663600) (diff) | |
download | gentoo-8cbfe79c89a50585d921a6e0a91c2bcb8f1e6758.tar.gz gentoo-8cbfe79c89a50585d921a6e0a91c2bcb8f1e6758.tar.bz2 gentoo-8cbfe79c89a50585d921a6e0a91c2bcb8f1e6758.zip |
app-emulation/wine-vanilla: x86 stable (bug #663454)
Package-Manager: Portage-2.3.46, Repoman-2.3.10
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-3.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-3.0.2.ebuild b/app-emulation/wine-vanilla/wine-vanilla-3.0.2.ebuild index 0fc721308065..5ca2d89a3c04 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-3.0.2.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-3.0.2.ebuild @@ -20,7 +20,7 @@ if [[ ${PV} == "9999" ]] ; then else MAJOR_V=$(get_version_component_range 1) SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.0/${MY_P}.tar.xz" - KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd" + KEYWORDS="-* ~amd64 x86 ~x86-fbsd" fi S="${WORKDIR}/${MY_P}" |