diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-02-14 11:37:07 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-02-14 11:37:07 +0000 |
commit | 25d16e5952a7f0f44cb7873309fd91c1011a3555 (patch) | |
tree | daf122e1733332fc52bb08037d8d10b754fa8c8e /dev-perl | |
parent | keyword ~x86-fbsd (diff) | |
download | gentoo-2-25d16e5952a7f0f44cb7873309fd91c1011a3555.tar.gz gentoo-2-25d16e5952a7f0f44cb7873309fd91c1011a3555.tar.bz2 gentoo-2-25d16e5952a7f0f44cb7873309fd91c1011a3555.zip |
keyword ~x86-fbsd
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-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 a5de63a3aef0..a5a98ce3f241 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.11 2011/11/07 08:04:27 grobian Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v 1.12 2012/02/14 11:37:07 aballier Exp $ + + 14 Feb 2012; Alexis Ballier <aballier@gentoo.org> + Dist-CheckConflicts-0.20.0.ebuild: + keyword ~x86-fbsd 07 Nov 2011; Fabian Groffen <grobian@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 9bfe24d751dd..b8e556db8baf 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 +# 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.6 2011/11/07 08:04:27 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild,v 1.7 2012/02/14 11:37:07 aballier Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Declare version conflicts for your dist" SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ppc x86 ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="amd64 ~arm ~hppa ppc x86 ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" RDEPEND="dev-perl/Sub-Exporter |