diff options
author | Yongxiang Liang <tanekliang@gmail.com> | 2021-12-24 13:27:49 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-12-31 11:37:42 +0800 |
commit | 6c9f99943a6516d104e4bd059a675a6b37383c73 (patch) | |
tree | af40aac620930bceb2e326455ab447a78affda41 /dev-perl | |
parent | dev-perl/Encode-Detect: keyword ~riscv (diff) | |
download | gentoo-6c9f99943a6516d104e4bd059a675a6b37383c73.tar.gz gentoo-6c9f99943a6516d104e4bd059a675a6b37383c73.tar.bz2 gentoo-6c9f99943a6516d104e4bd059a675a6b37383c73.zip |
dev-perl/GeoIP2: keyword ~riscv
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/GeoIP2/GeoIP2-2.6.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/GeoIP2/GeoIP2-2.6.2.ebuild b/dev-perl/GeoIP2/GeoIP2-2.6.2.ebuild index 1d22f4beebe4..2efaf825c7b4 100644 --- a/dev-perl/GeoIP2/GeoIP2-2.6.2.ebuild +++ b/dev-perl/GeoIP2/GeoIP2-2.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ inherit perl-module DESCRIPTION="API for MaxMind's GeoIP2 web services and databases" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~riscv ~x86" IUSE="test" RESTRICT="!test? ( test )" |