diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-29 15:58:20 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-29 16:12:02 +0200 |
commit | 96051e79aa92a8928b713c703283df70f7f1ce43 (patch) | |
tree | 1f4e5c18cbdc2f19ac057fd168f84a2f0ad1faba | |
parent | dev-perl/HTTP-Server-Simple-Static: Stable for amd64 (diff) | |
download | gentoo-96051e79aa92a8928b713c703283df70f7f1ce43.tar.gz gentoo-96051e79aa92a8928b713c703283df70f7f1ce43.tar.bz2 gentoo-96051e79aa92a8928b713c703283df70f7f1ce43.zip |
dev-perl/HTTP-Exception: Stable for amd64
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r-- | dev-perl/HTTP-Exception/HTTP-Exception-0.40.70.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/HTTP-Exception/HTTP-Exception-0.40.70.ebuild b/dev-perl/HTTP-Exception/HTTP-Exception-0.40.70.ebuild index cc624abe1206..ce859668f122 100644 --- a/dev-perl/HTTP-Exception/HTTP-Exception-0.40.70.ebuild +++ b/dev-perl/HTTP-Exception/HTTP-Exception-0.40.70.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="throw HTTP-Errors as (Exception::Class-) Exceptions" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" |