diff options
author | Sam James <sam@gentoo.org> | 2024-07-15 00:56:34 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-07-15 00:56:34 +0100 |
commit | 3bd66ec8f87ef6a1c3f0f9091a6f513f525bfef9 (patch) | |
tree | b444f50d05237870713ebc5a0f0a96da24f310a4 /sci-libs | |
parent | sys-devel/gcc: disable -fext-dce in 15 for now (diff) | |
download | gentoo-3bd66ec8f87ef6a1c3f0f9091a6f513f525bfef9.tar.gz gentoo-3bd66ec8f87ef6a1c3f0f9091a6f513f525bfef9.tar.bz2 gentoo-3bd66ec8f87ef6a1c3f0f9091a6f513f525bfef9.zip |
sci-libs/linbox: Stabilize 1.7.0-r1 amd64, #936070
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/linbox/linbox-1.7.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/linbox/linbox-1.7.0-r1.ebuild b/sci-libs/linbox/linbox-1.7.0-r1.ebuild index 6f5e7d7b2b55..eef3546aca5d 100644 --- a/sci-libs/linbox/linbox-1.7.0-r1.ebuild +++ b/sci-libs/linbox/linbox-1.7.0-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/linbox-team/${PN}/releases/download/v${PV}/${P}.tar. # headers all say LGPL-2.1 LICENSE="GPL-2+ LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="doc opencl openmp" BDEPEND="doc? ( app-text/doxygen )" |