diff options
author | 2022-03-12 12:51:15 +0100 | |
---|---|---|
committer | 2022-03-12 12:51:15 +0100 | |
commit | 1156f943a141c1bb80882d7e99c570d6580c73d5 (patch) | |
tree | dffcd36e0f84750c6b3568b552634ad2ef4ff2a5 /app-emulation | |
parent | media-libs/libaom: Stabilize 3.3.0 x86, #834977 (diff) | |
download | gentoo-1156f943a141c1bb80882d7e99c570d6580c73d5.tar.gz gentoo-1156f943a141c1bb80882d7e99c570d6580c73d5.tar.bz2 gentoo-1156f943a141c1bb80882d7e99c570d6580c73d5.zip |
app-emulation/wine-mono: Stabilize 7.0.0 x86, #834979
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine-mono/wine-mono-7.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine-mono/wine-mono-7.0.0.ebuild b/app-emulation/wine-mono/wine-mono-7.0.0.ebuild index b396802d99cc..7cfe19d1ba22 100644 --- a/app-emulation/wine-mono/wine-mono-7.0.0.ebuild +++ b/app-emulation/wine-mono/wine-mono-7.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI=" LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1" SLOT="${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="+shared" DEPEND="!!app-emulation/wine:0" |