Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libstdc++/
Date: Sat, 28 Sep 2019 13:10:59
Message-Id: 1569675828.c2fc908bb330b9b6605d73e7089e697ab1137a9d.slyfox@gentoo
1 commit: c2fc908bb330b9b6605d73e7089e697ab1137a9d
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 28 13:03:25 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 28 13:03:48 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2fc908b
7
8 virtual/libstdc++: destabilize down to ~arch, drop most keywords
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 virtual/libstdc++/libstdc++-3.3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/virtual/libstdc++/libstdc++-3.3.ebuild b/virtual/libstdc++/libstdc++-3.3.ebuild
17 index 05d7a21621b..c81c13b1164 100644
18 --- a/virtual/libstdc++/libstdc++-3.3.ebuild
19 +++ b/virtual/libstdc++/libstdc++-3.3.ebuild
20 @@ -1,10 +1,10 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26
27 DESCRIPTION="Virtual for the GNU Standard C++ Library for <gcc-3.4"
28 SLOT="3.3"
29 -KEYWORDS="amd64 ia64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
30 +KEYWORDS="~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
31
32 RDEPEND="|| ( =sys-libs/libstdc++-v3-bin-3.3* =sys-libs/libstdc++-v3-3.3* )"