commit: fc935cda33e22a13bcdc94fdfc3f6d52674c8c61 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Sun May 13 09:57:07 2018 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Sun May 13 09:58:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc935cda
dev-libs/cloog: drop to ~arm64 Only gcc-4 and older needs this with USE=graphite, which was always p.use.masked fully. This p.use.mask has been dropped, but gcc-5 does not need cloog and older gcc are p.masked fully with the arch-specific p.use.mask of graphite for <gcc-5 kept as well. Instead of catching up in stable version with other architectures, drop all to ~arm64 instead as per above. Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-libs/cloog/cloog-0.18.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/cloog/cloog-0.18.1.ebuild b/dev-libs/cloog/cloog-0.18.1.ebuild index 91a16c32318..51d57758704 100644 --- a/dev-libs/cloog/cloog-0.18.1.ebuild +++ b/dev-libs/cloog/cloog-0.18.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -11,7 +11,7 @@ SRC_URI="http://www.bastoul.net/cloog/pages/download/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0/4" -KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="static-libs" RDEPEND=">=dev-libs/gmp-5.1.3-r1[${MULTILIB_USEDEP}]
