diff options
Diffstat (limited to 'app-emulation/wine/wine-1.8.3.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.8.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine/wine-1.8.3.ebuild b/app-emulation/wine/wine-1.8.3.ebuild index 1feebaeccc07..7505959aa12b 100644 --- a/app-emulation/wine/wine-1.8.3.ebuild +++ b/app-emulation/wine/wine-1.8.3.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 VANILLA_GV="2.40" |