summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-11 17:35:10 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-11 17:35:10 +0200
commitf374952d39e546dd87c0bc147c90e143c38cc80a (patch)
treef4777db64925a1f1427f79a1cab05fec54981b3b /dev-util/patchbin/patchbin-99999999.ebuild
parentdev-texlive: Remove *-fbsd KEYWORDS (diff)
downloadgentoo-f374952d39e546dd87c0bc147c90e143c38cc80a.tar.gz
gentoo-f374952d39e546dd87c0bc147c90e143c38cc80a.tar.bz2
gentoo-f374952d39e546dd87c0bc147c90e143c38cc80a.zip
dev-util: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/patchbin/patchbin-99999999.ebuild')
-rw-r--r--dev-util/patchbin/patchbin-99999999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/patchbin/patchbin-99999999.ebuild b/dev-util/patchbin/patchbin-99999999.ebuild
index 3f22e8921aa8..c937a002e2fa 100644
--- a/dev-util/patchbin/patchbin-99999999.ebuild
+++ b/dev-util/patchbin/patchbin-99999999.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == 99999999 ]]; then
else
SHA="4ffcf184bb71c6c3512b3a8c144dcf4a3a76d23c"
SRC_URI="https://github.com/wine-compholio/wine-staging/archive/${SHA}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+ KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/wine-staging-${SHA}"
fi