diff options
author | Yixun Lan <dlan@gentoo.org> | 2022-03-09 11:10:30 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-03-09 20:55:09 +0800 |
commit | 89bea59d3bee6235e097442c2ce17fee88226bd3 (patch) | |
tree | 2b7dff9677270def2fb6d1513f756b0fa44eabcd /dev-perl/DateTime-Format-SQLite | |
parent | dev-perl/Date-Simple: keyword ~riscv (diff) | |
download | gentoo-89bea59d3bee6235e097442c2ce17fee88226bd3.tar.gz gentoo-89bea59d3bee6235e097442c2ce17fee88226bd3.tar.bz2 gentoo-89bea59d3bee6235e097442c2ce17fee88226bd3.zip |
dev-perl/DateTime-Format-SQLite: keyword ~riscv
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-perl/DateTime-Format-SQLite')
-rw-r--r-- | dev-perl/DateTime-Format-SQLite/DateTime-Format-SQLite-0.110.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/DateTime-Format-SQLite/DateTime-Format-SQLite-0.110.0-r1.ebuild b/dev-perl/DateTime-Format-SQLite/DateTime-Format-SQLite-0.110.0-r1.ebuild index 62b72a0b6a63..4adb0a85225c 100644 --- a/dev-perl/DateTime-Format-SQLite/DateTime-Format-SQLite-0.110.0-r1.ebuild +++ b/dev-perl/DateTime-Format-SQLite/DateTime-Format-SQLite-0.110.0-r1.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 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Parse and format SQLite dates and times" SLOT="0" -KEYWORDS="amd64 arm arm64 ~ppc x86 ~x86-solaris" +KEYWORDS="amd64 arm arm64 ~ppc ~riscv x86 ~x86-solaris" IUSE="test" RESTRICT="!test? ( test )" |