diff options
author | Sam James <sam@gentoo.org> | 2021-05-16 00:02:30 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-16 00:02:30 +0000 |
commit | 618f2f9dbed46537d39e5c8fa3f73d1eb575d3fa (patch) | |
tree | b0c6f8cc5230606d5393ba4affb9064164c440f2 | |
parent | net-im/prosody: Stabilize 0.11.9 arm64, #789969 (diff) | |
download | gentoo-618f2f9dbed46537d39e5c8fa3f73d1eb575d3fa.tar.gz gentoo-618f2f9dbed46537d39e5c8fa3f73d1eb575d3fa.tar.bz2 gentoo-618f2f9dbed46537d39e5c8fa3f73d1eb575d3fa.zip |
dev-libs/liblognorm: Stabilize 2.0.6 arm64, #768675
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-libs/liblognorm/liblognorm-2.0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/liblognorm/liblognorm-2.0.6.ebuild b/dev-libs/liblognorm/liblognorm-2.0.6.ebuild index 0ee542364f3b..ad0b574934a3 100644 --- a/dev-libs/liblognorm/liblognorm-2.0.6.ebuild +++ b/dev-libs/liblognorm/liblognorm-2.0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 else SRC_URI="https://www.liblognorm.com/files/download/${P}.tar.gz" - KEYWORDS="amd64 arm ~arm64 ~hppa x86 ~amd64-linux" + KEYWORDS="amd64 arm arm64 ~hppa x86 ~amd64-linux" fi LICENSE="LGPL-2.1 Apache-2.0" |