summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2011-03-03 23:01:11 +0000
committerJonathan Callen <abcd@gentoo.org>2011-03-03 23:01:11 +0000
commita08354db35032932b75f9bfaddafa89d24ba9974 (patch)
treed4e09f8b77e55cf71d872e938eda5365fd84a2e4 /dev-perl
parentVersion bump by Patrick McMunn, Jacek Szafarkiewicz, and Eric Womer #286722. (diff)
downloadgentoo-2-a08354db35032932b75f9bfaddafa89d24ba9974.tar.gz
gentoo-2-a08354db35032932b75f9bfaddafa89d24ba9974.tar.bz2
gentoo-2-a08354db35032932b75f9bfaddafa89d24ba9974.zip
Add ~amd64-linux/~x86-linux keywords
(Portage version: 2.2.0_alpha23_p5/cvs/Linux i686)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/File-BaseDir/ChangeLog5
-rw-r--r--dev-perl/File-BaseDir/File-BaseDir-0.03.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/File-BaseDir/ChangeLog b/dev-perl/File-BaseDir/ChangeLog
index 3890f9126205..31c6c7ae5bc2 100644
--- a/dev-perl/File-BaseDir/ChangeLog
+++ b/dev-perl/File-BaseDir/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/File-BaseDir
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/ChangeLog,v 1.26 2011/02/13 19:57:58 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/ChangeLog,v 1.27 2011/03/03 23:01:11 abcd Exp $
+
+ 03 Mar 2011; Jonathan Callen <abcd@gentoo.org> File-BaseDir-0.03.ebuild:
+ Add ~amd64-linux/~x86-linux keywords
13 Feb 2011; Raúl Porcel <armin76@gentoo.org> File-BaseDir-0.03.ebuild:
Add ~alpha/~arm/~s390/~sh
diff --git a/dev-perl/File-BaseDir/File-BaseDir-0.03.ebuild b/dev-perl/File-BaseDir/File-BaseDir-0.03.ebuild
index f735931dd3fc..3135d05ac2fd 100644
--- a/dev-perl/File-BaseDir/File-BaseDir-0.03.ebuild
+++ b/dev-perl/File-BaseDir/File-BaseDir-0.03.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/File-BaseDir/File-BaseDir-0.03.ebuild,v 1.9 2011/02/13 19:57:58 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/File-BaseDir-0.03.ebuild,v 1.10 2011/03/03 23:01:11 abcd Exp $
EAPI=3
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Use the Freedesktop.org base directory specification"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""