diff options
author | 2024-12-01 18:32:00 +0000 | |
---|---|---|
committer | 2024-12-01 18:32:00 +0000 | |
commit | 31bf50701015d4aff883c100c13897639c537fb2 (patch) | |
tree | 2eb40fc28768449b9e159c7eb0c55ad3ea0b93cb /sci-libs/gsl | |
parent | dev-libs/libf2c: Stabilize 20240130 ppc, #945563 (diff) | |
download | gentoo-31bf50701015d4aff883c100c13897639c537fb2.tar.gz gentoo-31bf50701015d4aff883c100c13897639c537fb2.tar.bz2 gentoo-31bf50701015d4aff883c100c13897639c537fb2.zip |
sci-libs/gsl: Stabilize 2.7.1-r3 arm64, #945565
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-libs/gsl')
-rw-r--r-- | sci-libs/gsl/gsl-2.7.1-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/gsl/gsl-2.7.1-r3.ebuild b/sci-libs/gsl/gsl-2.7.1-r3.ebuild index 6fcb37b119c4..33df6766d8b5 100644 --- a/sci-libs/gsl/gsl-2.7.1-r3.ebuild +++ b/sci-libs/gsl/gsl-2.7.1-r3.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz LICENSE="GPL-3+" # Usually 0/${PV} but check SLOT="0/27" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="cblas-external +deprecated static-libs" RDEPEND="cblas-external? ( virtual/cblas:= )" |