diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-05-13 12:57:07 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-05-13 12:58:10 +0300 |
commit | fc935cda33e22a13bcdc94fdfc3f6d52674c8c61 (patch) | |
tree | 602b3befe601010b161e891504ad3df7a8b42880 /dev-libs/cloog | |
parent | profiles/arch/arm64: Unmask sys-devel/gcc[graphite,regression-test] (diff) | |
download | gentoo-fc935cda33e22a13bcdc94fdfc3f6d52674c8c61.tar.gz gentoo-fc935cda33e22a13bcdc94fdfc3f6d52674c8c61.tar.bz2 gentoo-fc935cda33e22a13bcdc94fdfc3f6d52674c8c61.zip |
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
Diffstat (limited to 'dev-libs/cloog')
-rw-r--r-- | dev-libs/cloog/cloog-0.18.1.ebuild | 4 |
1 files 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 91a16c323189..51d577587042 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}] |