diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-12-24 23:47:51 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-12-24 23:49:10 -0800 |
commit | 16201c63be45f34d0e9b159cce2d0fb532df0c3e (patch) | |
tree | 7e510ae8dde0f6b1d9855d9d7e4bfc6b633651c7 /net-libs/libasr | |
parent | dev-ruby/sprockets: drop obsolete blocker (diff) | |
download | gentoo-16201c63be45f34d0e9b159cce2d0fb532df0c3e.tar.gz gentoo-16201c63be45f34d0e9b159cce2d0fb532df0c3e.tar.bz2 gentoo-16201c63be45f34d0e9b159cce2d0fb532df0c3e.zip |
net-libs/libasr: stabilize 1.0.4 for arm64
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'net-libs/libasr')
-rw-r--r-- | net-libs/libasr/libasr-1.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libasr/libasr-1.0.4.ebuild b/net-libs/libasr/libasr-1.0.4.ebuild index f85a8c9d0ad5..fbe6a2cb48b3 100644 --- a/net-libs/libasr/libasr-1.0.4.ebuild +++ b/net-libs/libasr/libasr-1.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="https://www.opensmtpd.org/archives/${P}.tar.gz" LICENSE="ISC BSD BSD-1 BSD-2 BSD-4" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ppc64 ~riscv x86" +KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv x86" src_configure() { econf --disable-static |