commit:     ed3befc9560963f41c7c8cc2c215c3ff0d8b4355
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 31 07:01:34 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Mar 31 07:01:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed3befc9

sys-libs/newlib: drop stable keywords, bug #713284

The package is only used to bootstrap embedded cross-compilers.
Stable keywords don't make much sense. Let users manage keywords
themselves.

Bug: https://bugs.gentoo.org/713284
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 sys-libs/newlib/newlib-2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/newlib/newlib-2.2.0.ebuild 
b/sys-libs/newlib/newlib-2.2.0.ebuild
index c75fa8872d7..324973fcfa5 100644
--- a/sys-libs/newlib/newlib-2.2.0.ebuild
+++ b/sys-libs/newlib/newlib-2.2.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
        inherit git-r3
 else
        SRC_URI="ftp://sourceware.org/pub/newlib/${P}.tar.gz";
-       KEYWORDS="-* arm hppa m68k ~mips ppc ppc64 sparc x86"
+       KEYWORDS="-* ~arm ~hppa ~m68k ~mips ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 export CBUILD=${CBUILD:-${CHOST}}

Reply via email to