diff options
author | Sam James <sam@gentoo.org> | 2022-07-05 05:12:47 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-05 05:13:02 +0100 |
commit | dffbf461a870de57c4b4b37051ae2c5691008548 (patch) | |
tree | 5d610e82b7de85ee3955115d4e7c29299f01157f | |
parent | sys-libs/glibc: 2.35 patchset bump, untested, no keywords (diff) | |
download | gentoo-dffbf461a870de57c4b4b37051ae2c5691008548.tar.gz gentoo-dffbf461a870de57c4b4b37051ae2c5691008548.tar.bz2 gentoo-dffbf461a870de57c4b4b37051ae2c5691008548.zip |
dev-libs/isl: unkeyword 0.25
They haven't made a new release in a while until now and
a fair bit changed. Let's be cautious.
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-libs/isl/isl-0.25.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-libs/isl/isl-0.25.ebuild b/dev-libs/isl/isl-0.25.ebuild index cc920b7c0e49..48733d37f1a9 100644 --- a/dev-libs/isl/isl-0.25.ebuild +++ b/dev-libs/isl/isl-0.25.ebuild @@ -11,7 +11,9 @@ SRC_URI="https://libisl.sourceforge.io/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0/23" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +# They haven't made a new release in a while until now and +# a fair bit changed. Let's be cautious. +#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="static-libs" RDEPEND=">=dev-libs/gmp-5.1.3-r1:=[${MULTILIB_USEDEP}]" |