diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-09-28 14:03:25 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-09-28 14:03:48 +0100 |
commit | c2fc908bb330b9b6605d73e7089e697ab1137a9d (patch) | |
tree | 7aa28c7d0f49a4a59e884977252560f4605f4cf1 /virtual/libstdc++ | |
parent | media-gfx/nvidia-cg-toolkit: drop old (diff) | |
download | gentoo-c2fc908bb330b9b6605d73e7089e697ab1137a9d.tar.gz gentoo-c2fc908bb330b9b6605d73e7089e697ab1137a9d.tar.bz2 gentoo-c2fc908bb330b9b6605d73e7089e697ab1137a9d.zip |
virtual/libstdc++: destabilize down to ~arch, drop most keywords
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'virtual/libstdc++')
-rw-r--r-- | virtual/libstdc++/libstdc++-3.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/libstdc++/libstdc++-3.3.ebuild b/virtual/libstdc++/libstdc++-3.3.ebuild index 05d7a21621b1..c81c13b11645 100644 --- a/virtual/libstdc++/libstdc++-3.3.ebuild +++ b/virtual/libstdc++/libstdc++-3.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 DESCRIPTION="Virtual for the GNU Standard C++ Library for <gcc-3.4" SLOT="3.3" -KEYWORDS="amd64 ia64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" RDEPEND="|| ( =sys-libs/libstdc++-v3-bin-3.3* =sys-libs/libstdc++-v3-3.3* )" |