diff options
author | 2011-09-24 13:23:50 +0000 | |
---|---|---|
committer | 2011-09-24 13:23:50 +0000 | |
commit | df7d8849e7ed4b0bc41c3a263dec5e81f95a1173 (patch) | |
tree | 64c95459bfdbd460c63eec69689dd01639099f34 /dev-perl/Dist-CheckConflicts | |
parent | Marked ~x64-macos (diff) | |
download | gentoo-2-df7d8849e7ed4b0bc41c3a263dec5e81f95a1173.tar.gz gentoo-2-df7d8849e7ed4b0bc41c3a263dec5e81f95a1173.tar.bz2 gentoo-2-df7d8849e7ed4b0bc41c3a263dec5e81f95a1173.zip |
Marked ~x64-macos
(Portage version: 2.2.01.19295-prefix/cvs/Darwin i386)
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 021f7b678a7a..f778312d4efe 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v 1.7 2011/09/04 11:23:14 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v 1.8 2011/09/24 13:23:50 grobian Exp $ + + 24 Sep 2011; Fabian Groffen <grobian@gentoo.org> + Dist-CheckConflicts-0.20.0.ebuild: + Marked ~x64-macos 04 Sep 2011; Torsten Veller <tove@gentoo.org> -Dist-CheckConflicts-0.20.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 5333caea4dfe..41f8826319ed 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-2011 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.2 2011/09/03 21:04:33 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild,v 1.3 2011/09/24 13:23:50 grobian Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Declare version conflicts for your dist" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 ppc x86 ~x64-macos" IUSE="test" RDEPEND="dev-perl/Sub-Exporter |