diff options
-rw-r--r-- | dev-perl/Dist-CheckConflicts/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/Dist-CheckConflicts/ChangeLog b/dev-perl/Dist-CheckConflicts/ChangeLog index 0060f7b41979..ad1fe6f0ce68 100644 --- a/dev-perl/Dist-CheckConflicts/ChangeLog +++ b/dev-perl/Dist-CheckConflicts/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Dist-CheckConflicts -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v 1.20 2012/12/31 16:55:44 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v 1.21 2013/07/08 09:45:57 vincent Exp $ + + 08 Jul 2013; Vicente Olivert Riera <vincent@gentoo.org> + Dist-CheckConflicts-0.20.0.ebuild: + ppc64 stable. bug #449576 31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> Dist-CheckConflicts-0.20.0.ebuild: diff --git a/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild b/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild index 73e3fff933b4..5c3359cf807b 100644 --- a/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild +++ b/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild,v 1.14 2012/12/31 16:55:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild,v 1.15 2013/07/08 09:45:57 vincent Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Declare version conflicts for your dist" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" RDEPEND="dev-perl/Sub-Exporter |