diff options
author | stefson <herrtimson@yahoo.de> | 2019-10-19 11:03:18 +0200 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2019-10-19 20:06:04 -0500 |
commit | 63d3076c402aa0de09a25a1bf299f48085b7ad5f (patch) | |
tree | a2d336e1b8c71da95dca113bd3c5ec9d3f3060ef /app-emulation | |
parent | sys-auth/polkit: sync user changes from tree (diff) | |
download | musl-63d3076c402aa0de09a25a1bf299f48085b7ad5f.tar.gz musl-63d3076c402aa0de09a25a1bf299f48085b7ad5f.tar.bz2 musl-63d3076c402aa0de09a25a1bf299f48085b7ad5f.zip |
freebsd got stripped off the tree, removing keywords and some dead code
this should be all of them
Signed-off-by: Steffen Kuhn <nielson2@yandex.com>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-2.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.0.3.ebuild b/app-emulation/wine-vanilla/wine-vanilla-2.0.3.ebuild index eecec642..8b8b0476 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-2.0.3.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-2.0.3.ebuild @@ -20,7 +20,7 @@ if [[ ${PV} == "9999" ]] ; then else MAJOR_V=$(get_version_component_range 1) SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.0/${MY_P}.tar.xz" - KEYWORDS="-* amd64 x86 ~x86-fbsd" + KEYWORDS="-* amd64 x86" fi S="${WORKDIR}/${MY_P}" |