diff options
Diffstat (limited to 'dev-perl/Validate-Net')
-rw-r--r-- | dev-perl/Validate-Net/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Validate-Net/Validate-Net-0.600.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/Validate-Net/ChangeLog b/dev-perl/Validate-Net/ChangeLog index 29ff0a6df562..c20cf791c8a2 100644 --- a/dev-perl/Validate-Net/ChangeLog +++ b/dev-perl/Validate-Net/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Validate-Net -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Validate-Net/ChangeLog,v 1.20 2011/09/04 11:22:56 tove Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Validate-Net/ChangeLog,v 1.21 2012/02/24 10:43:55 ago Exp $ + + 24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> Validate-Net-0.600.0.ebuild: + Stable for amd64, wrt bug #400259 04 Sep 2011; Torsten Veller <tove@gentoo.org> -Validate-Net-0.6.ebuild: Cleanup diff --git a/dev-perl/Validate-Net/Validate-Net-0.600.0.ebuild b/dev-perl/Validate-Net/Validate-Net-0.600.0.ebuild index 44a67ff12928..ddaa260af2ce 100644 --- a/dev-perl/Validate-Net/Validate-Net-0.600.0.ebuild +++ b/dev-perl/Validate-Net/Validate-Net-0.600.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Validate-Net/Validate-Net-0.600.0.ebuild,v 1.1 2011/08/28 09:17:48 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Validate-Net/Validate-Net-0.600.0.ebuild,v 1.2 2012/02/24 10:43:55 ago Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Format validation and more for Net:: related strings" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" IUSE="test" RDEPEND="dev-perl/Class-Default" |