diff options
author | Markus Meier <maekke@gentoo.org> | 2012-08-05 16:41:23 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-08-05 16:41:23 +0000 |
commit | b1604f5415114fcb636055467b6681137303746d (patch) | |
tree | f824eed67d3a823e8c6ba5683dd0fa20d0041c81 /dev-perl/Dist-CheckConflicts | |
parent | arm stable, bug #418803 (diff) | |
download | gentoo-2-b1604f5415114fcb636055467b6681137303746d.tar.gz gentoo-2-b1604f5415114fcb636055467b6681137303746d.tar.bz2 gentoo-2-b1604f5415114fcb636055467b6681137303746d.zip |
arm stable, bug #418803
(Portage version: 2.1.11.9/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Dist-CheckConflicts')
-rw-r--r-- | dev-perl/Dist-CheckConflicts/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Dist-CheckConflicts/ChangeLog b/dev-perl/Dist-CheckConflicts/ChangeLog index b33ec10e6d5a..463eb64384ce 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.16 2012/08/02 01:18:57 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v 1.17 2012/08/05 16:41:23 maekke Exp $ + + 05 Aug 2012; Markus Meier <maekke@gentoo.org> + Dist-CheckConflicts-0.20.0.ebuild: + arm stable, bug #418803 02 Aug 2012; Jeroen Roovers <jer@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 f516d3a36dd4..e5b86db5ea9e 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 # 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.10 2012/08/02 01:18:57 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild,v 1.11 2012/08/05 16:41:23 maekke 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 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" RDEPEND="dev-perl/Sub-Exporter |