diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:38:08 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:38:08 +0200 |
commit | 422d34d938a569af9fec37e0291691524f3df67b (patch) | |
tree | 4c002df5819203f2f25bc69542cdb5cc5fd73a9a /sys-libs/libstdc++-v3 | |
parent | sys-firmware: Remove *-fbsd KEYWORDS (diff) | |
download | gentoo-422d34d938a569af9fec37e0291691524f3df67b.tar.gz gentoo-422d34d938a569af9fec37e0291691524f3df67b.tar.bz2 gentoo-422d34d938a569af9fec37e0291691524f3df67b.zip |
sys-libs: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs/libstdc++-v3')
-rw-r--r-- | sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r2.ebuild b/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r2.ebuild index 1860117b0d57..7540af559883 100644 --- a/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r2.ebuild +++ b/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r2.ebuild @@ -14,7 +14,7 @@ SRC_URI="ftp://gcc.gnu.org/pub/gcc/releases/gcc-${PV}/gcc-${PV}.tar.bz2 LICENSE="GPL-2 LGPL-2.1" SLOT="5" -KEYWORDS="~amd64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~x86" IUSE="multilib nls" DEPEND="sys-devel/bison" |