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-any/wine-any-2.16-r1.ebuild | |
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-any/wine-any-2.16-r1.ebuild')
-rw-r--r-- | app-emulation/wine-any/wine-any-2.16-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-any/wine-any-2.16-r1.ebuild b/app-emulation/wine-any/wine-any-2.16-r1.ebuild index 91ec853..9a9be8e 100644 --- a/app-emulation/wine-any/wine-any-2.16-r1.ebuild +++ b/app-emulation/wine-any/wine-any-2.16-r1.ebuild @@ -20,7 +20,7 @@ if [[ ${PV} == "9999" ]] ; then else MAJOR_V=$(ver_cut 1) SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${MY_P}.tar.xz" - KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd" + KEYWORDS="-* ~amd64 ~x86" fi S="${WORKDIR}/${MY_P}" |