diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:38:15 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:38:15 +0200 |
commit | a974ec04a4c2e190476e0f42e616c8f8e3c32ac0 (patch) | |
tree | 042c864e274b7dd70da1127abc229e9839211f60 /virtual/libstdc++ | |
parent | sys-process: Remove *-fbsd KEYWORDS (diff) | |
download | gentoo-a974ec04a4c2e190476e0f42e616c8f8e3c32ac0.tar.gz gentoo-a974ec04a4c2e190476e0f42e616c8f8e3c32ac0.tar.bz2 gentoo-a974ec04a4c2e190476e0f42e616c8f8e3c32ac0.zip |
virtual: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'virtual/libstdc++')
-rw-r--r-- | virtual/libstdc++/libstdc++-3.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/libstdc++/libstdc++-3.3.ebuild b/virtual/libstdc++/libstdc++-3.3.ebuild index c81c13b11645..e166b7c7e66a 100644 --- a/virtual/libstdc++/libstdc++-3.3.ebuild +++ b/virtual/libstdc++/libstdc++-3.3.ebuild @@ -5,6 +5,6 @@ EAPI=5 DESCRIPTION="Virtual for the GNU Standard C++ Library for <gcc-3.4" SLOT="3.3" -KEYWORDS="~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" RDEPEND="|| ( =sys-libs/libstdc++-v3-bin-3.3* =sys-libs/libstdc++-v3-3.3* )" |