diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-03-03 14:59:01 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-03-03 14:59:25 +0300 |
commit | e0105787b6990ff2905bfe8d1a8420ce00179804 (patch) | |
tree | 55b506364b91811870efac1098395a27a40f8f6c /app-emulation/wine-vanilla | |
parent | app-emulation/wine-mono: amd64 stable wrt bug #679262 (diff) | |
download | gentoo-e0105787b6990ff2905bfe8d1a8420ce00179804.tar.gz gentoo-e0105787b6990ff2905bfe8d1a8420ce00179804.tar.bz2 gentoo-e0105787b6990ff2905bfe8d1a8420ce00179804.zip |
app-emulation/wine-vanilla: amd64 stable wrt bug #679262
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
Diffstat (limited to 'app-emulation/wine-vanilla')
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.0.ebuild b/app-emulation/wine-vanilla/wine-vanilla-4.0.ebuild index be747fee393c..ec2ddfe94a80 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-4.0.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-4.0.ebuild @@ -21,7 +21,7 @@ else MAJOR_V=$(ver_cut 1) MINOR_V=$(ver_cut 2) SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.${MINOR_V}/${MY_P}.tar.xz" - KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd" + KEYWORDS="-* amd64 ~x86 ~x86-fbsd" fi S="${WORKDIR}/${MY_P}" |