diff options
author | 2015-04-11 17:57:43 +0000 | |
---|---|---|
committer | 2015-04-11 17:57:43 +0000 | |
commit | dc4e1f1ed5222cb10df37e08288a646ab5516f5e (patch) | |
tree | f55d2aaab8702b479d04bc0570a049ec149565d0 /dev-perl/Email-Valid | |
parent | Add ~ppc and ~ppc64 keywords wrt bug #545660 (diff) | |
download | gentoo-2-dc4e1f1ed5222cb10df37e08288a646ab5516f5e.tar.gz gentoo-2-dc4e1f1ed5222cb10df37e08288a646ab5516f5e.tar.bz2 gentoo-2-dc4e1f1ed5222cb10df37e08288a646ab5516f5e.zip |
Add ~ppc and ~ppc64 keywords wrt bug #545660
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl/Email-Valid')
-rw-r--r-- | dev-perl/Email-Valid/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Email-Valid/Email-Valid-1.196.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Email-Valid/ChangeLog b/dev-perl/Email-Valid/ChangeLog index 143e959fcaf1..7b654921b148 100644 --- a/dev-perl/Email-Valid/ChangeLog +++ b/dev-perl/Email-Valid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Email-Valid # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Valid/ChangeLog,v 1.75 2015/04/10 19:38:48 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Valid/ChangeLog,v 1.76 2015/04/11 17:57:43 zlogene Exp $ + + 11 Apr 2015; Mikle Kolyada <zlogene@gentoo.org> Email-Valid-1.196.0.ebuild: + Add ~ppc and ~ppc64 keywords wrt bug #545660 10 Apr 2015; Mikle Kolyada <zlogene@gentoo.org> Email-Valid-1.196.0.ebuild: Add ~mips keyword wrt bug #545660 diff --git a/dev-perl/Email-Valid/Email-Valid-1.196.0.ebuild b/dev-perl/Email-Valid/Email-Valid-1.196.0.ebuild index 0cbc9bf95a8e..f0cbafa368f5 100644 --- a/dev-perl/Email-Valid/Email-Valid-1.196.0.ebuild +++ b/dev-perl/Email-Valid/Email-Valid-1.196.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Valid/Email-Valid-1.196.0.ebuild,v 1.3 2015/04/10 19:38:48 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Valid/Email-Valid-1.196.0.ebuild,v 1.4 2015/04/11 17:57:43 zlogene Exp $ EAPI=5 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Check validity of Internet email addresses" SLOT="0" -KEYWORDS="~amd64 ~hppa ~mips ~x86" +KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 ~x86" IUSE="test" RDEPEND=" |