diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-07-06 11:56:50 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-07-06 12:00:17 -0700 |
commit | 2b131cc54384ffaebd61e1f117b9479d40374463 (patch) | |
tree | 76584467b6d3bc52790c87770d8ccafb4e364089 /net-libs | |
parent | sys-apps/haveged: stabilize 1.9.14-r1 for ppc64 (diff) | |
download | gentoo-2b131cc54384ffaebd61e1f117b9479d40374463.tar.gz gentoo-2b131cc54384ffaebd61e1f117b9479d40374463.tar.bz2 gentoo-2b131cc54384ffaebd61e1f117b9479d40374463.zip |
net-libs/libasr: stabilize 1.0.4 for ppc64
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'net-libs')
-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 9ba16d00f5f7..0e9a9e249408 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-2020 Gentoo Authors +# Copyright 1999-2021 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 x86" +KEYWORDS="amd64 ~arm ~arm64 ppc64 x86" src_configure() { econf --disable-static |