diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-19 08:59:48 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-19 08:59:48 +0200 |
commit | 06d9415b557fae92fa4cc711d22e8b1b5737da0b (patch) | |
tree | fbc85886f494bd548182e7b83054ef221fd8a3a0 /dev-perl/URI | |
parent | dev-perl/Try-Tiny: Stabilize 0.310.0 amd64, #833681 (diff) | |
download | gentoo-06d9415b557fae92fa4cc711d22e8b1b5737da0b.tar.gz gentoo-06d9415b557fae92fa4cc711d22e8b1b5737da0b.tar.bz2 gentoo-06d9415b557fae92fa4cc711d22e8b1b5737da0b.zip |
dev-perl/URI: Stabilize 5.100.0 amd64, #833682
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-perl/URI')
-rw-r--r-- | dev-perl/URI/URI-5.100.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/URI/URI-5.100.0.ebuild b/dev-perl/URI/URI-5.100.0.ebuild index ade8b7f90a04..b76064b25aed 100644 --- a/dev-perl/URI/URI-5.100.0.ebuild +++ b/dev-perl/URI/URI-5.100.0.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=8 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Uniform Resource Identifiers (absolute and relative)" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" RDEPEND=" virtual/perl-Carp |