diff options
author | James Le Cuirot <chewi@gentoo.org> | 2017-12-02 21:18:54 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2017-12-03 22:14:01 +0000 |
commit | c03a7f8b17a61606812dbcf25d43269a6dfe5196 (patch) | |
tree | 7a01dab4bea25fdde887b03e0b9f259539c4a06e /dev-perl | |
parent | dev-perl/Net-Domain-TLD: Add ~arm keyword (diff) | |
download | gentoo-c03a7f8b17a61606812dbcf25d43269a6dfe5196.tar.gz gentoo-c03a7f8b17a61606812dbcf25d43269a6dfe5196.tar.bz2 gentoo-c03a7f8b17a61606812dbcf25d43269a6dfe5196.zip |
dev-perl/Email-Valid: Add ~arm keyword
The tests pass.
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Email-Valid/Email-Valid-1.202.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Email-Valid/Email-Valid-1.202.0.ebuild b/dev-perl/Email-Valid/Email-Valid-1.202.0.ebuild index 71e4dc0e46d4..900ec2ed1df8 100644 --- a/dev-perl/Email-Valid/Email-Valid-1.202.0.ebuild +++ b/dev-perl/Email-Valid/Email-Valid-1.202.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Check validity of Internet email addresses" SLOT="0" -KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 ~x86 ~x86-linux" +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~x86-linux" IUSE="test" RDEPEND=" |