diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-06-25 21:59:33 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-06-25 22:13:27 +0200 |
commit | 668d655a6502420aa1a81feb8838d20e952e66a0 (patch) | |
tree | 497ed7287e4da20f89fe69147c27bc7d8219d966 /app-emulation | |
parent | games-server/mednafen-server: x86 stable wrt bug #584236 (diff) | |
download | gentoo-668d655a6502420aa1a81feb8838d20e952e66a0.tar.gz gentoo-668d655a6502420aa1a81feb8838d20e952e66a0.tar.bz2 gentoo-668d655a6502420aa1a81feb8838d20e952e66a0.zip |
app-emulation/wine: x86 stable wrt bug #583946
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/wine-1.8.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine/wine-1.8.2.ebuild b/app-emulation/wine/wine-1.8.2.ebuild index 7b61b8599ef1..64a4bc515f55 100644 --- a/app-emulation/wine/wine-1.8.2.ebuild +++ b/app-emulation/wine/wine-1.8.2.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} == "9999" ]] ; then else MAJOR_V=$(get_version_component_range 1-2) SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}/${P}.tar.bz2" - KEYWORDS="-* amd64 ~x86 ~x86-fbsd" + KEYWORDS="-* amd64 x86 ~x86-fbsd" fi GV="2.40" |