diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-04-15 16:50:25 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-04-15 16:50:25 +0100 |
commit | b2bc742d263f67b84d231a6ae01818cd215ac8b0 (patch) | |
tree | 74157e2aeb753c54c124a78da6fed6c8ceaf7dd1 /app-emulation | |
parent | 1a0016af0753dba46b8c49abd5b58e4ffe94c89f (diff) |
mark our wine as stable
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/wine-1.7.55.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine/wine-1.7.55.ebuild b/app-emulation/wine/wine-1.7.55.ebuild index 882c060d..4fe3f03d 100644 --- a/app-emulation/wine/wine-1.7.55.ebuild +++ b/app-emulation/wine/wine-1.7.55.ebuild @@ -19,7 +19,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" fi GV="2.40" |