diff options
author | Nick Sarnie <sarnex@gentoo.org> | 2019-10-19 14:13:12 -0400 |
---|---|---|
committer | Nick Sarnie <sarnex@gentoo.org> | 2019-10-19 14:13:12 -0400 |
commit | 78982595b2580e076ef24762862b5fc0a858e5d1 (patch) | |
tree | 64da52acc65974475dba0744df8b2075a42c8cee /app-emulation/wine-desktop-common | |
parent | app-emulation/wine-staging: Bump to 4.18 (diff) | |
download | wine-78982595b2580e076ef24762862b5fc0a858e5d1.tar.gz wine-78982595b2580e076ef24762862b5fc0a858e5d1.tar.bz2 wine-78982595b2580e076ef24762862b5fc0a858e5d1.zip |
Remove ~x86-fbsd
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
Diffstat (limited to 'app-emulation/wine-desktop-common')
-rw-r--r-- | app-emulation/wine-desktop-common/wine-desktop-common-20150204-r1.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/wine-desktop-common/wine-desktop-common-20150204.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine-desktop-common/wine-desktop-common-20150204-r1.ebuild b/app-emulation/wine-desktop-common/wine-desktop-common-20150204-r1.ebuild index c6fa33c..2b705f8 100644 --- a/app-emulation/wine-desktop-common/wine-desktop-common-20150204-r1.ebuild +++ b/app-emulation/wine-desktop-common/wine-desktop-common-20150204-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/NP-Hardass/${PN}/archive/${PV//./}.tar.gz -> ${P}.ta LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd" +KEYWORDS="-* ~amd64 ~x86" IUSE="" RDEPEND="!app-emulation/wine:0" diff --git a/app-emulation/wine-desktop-common/wine-desktop-common-20150204.ebuild b/app-emulation/wine-desktop-common/wine-desktop-common-20150204.ebuild index 66ba3ca..194f22a 100644 --- a/app-emulation/wine-desktop-common/wine-desktop-common-20150204.ebuild +++ b/app-emulation/wine-desktop-common/wine-desktop-common-20150204.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/NP-Hardass/${PN}/archive/${PV//./}.tar.gz -> ${P}.ta LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="-* amd64 x86 ~x86-fbsd" +KEYWORDS="-* amd64 x86" IUSE="" RDEPEND="!!app-emulation/wine:0" |