diff options
author | 2019-10-11 17:34:04 +0200 | |
---|---|---|
committer | 2019-10-11 17:34:04 +0200 | |
commit | 96cadfef0d44c208be96fe251887121bc349bc8f (patch) | |
tree | f8978103f62c79e860168f6b49201e8cf1173cc8 /app-text/crf++ | |
parent | app-shells: Remove *-fbsd KEYWORDS (diff) | |
download | gentoo-96cadfef0d44c208be96fe251887121bc349bc8f.tar.gz gentoo-96cadfef0d44c208be96fe251887121bc349bc8f.tar.bz2 gentoo-96cadfef0d44c208be96fe251887121bc349bc8f.zip |
app-text: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text/crf++')
-rw-r--r-- | app-text/crf++/crf++-0.58.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/crf++/crf++-0.58.ebuild b/app-text/crf++/crf++-0.58.ebuild index c358043e7e8e..6cd0e8e99953 100644 --- a/app-text/crf++/crf++-0.58.ebuild +++ b/app-text/crf++/crf++-0.58.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${MY_P}.tar.gz" LICENSE="|| ( BSD LGPL-2.1 )" SLOT="0" -KEYWORDS="amd64 x86 ~x86-fbsd" +KEYWORDS="amd64 x86" IUSE="examples static-libs" S="${WORKDIR}/${MY_P}" |