diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-02-13 19:57:58 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-02-13 19:57:58 +0000 |
commit | 24712ae1cf8e6eba94ee4a595d40b5fbdd738b1f (patch) | |
tree | 14b659f2765f6a300ba0b022c6cedd84807dd61c /dev-perl/File-BaseDir | |
parent | Drop older KDEPIM releases (diff) | |
download | gentoo-2-24712ae1cf8e6eba94ee4a595d40b5fbdd738b1f.tar.gz gentoo-2-24712ae1cf8e6eba94ee4a595d40b5fbdd738b1f.tar.bz2 gentoo-2-24712ae1cf8e6eba94ee4a595d40b5fbdd738b1f.zip |
Add ~alpha/~arm/~s390/~sh
(Portage version: 2.1.9.39/cvs/Linux ia64)
Diffstat (limited to 'dev-perl/File-BaseDir')
-rw-r--r-- | dev-perl/File-BaseDir/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/File-BaseDir/File-BaseDir-0.03.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-perl/File-BaseDir/ChangeLog b/dev-perl/File-BaseDir/ChangeLog index cc64b9378b2d..3890f9126205 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.25 2011/01/14 17:47:49 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/ChangeLog,v 1.26 2011/02/13 19:57:58 armin76 Exp $ + + 13 Feb 2011; Raúl Porcel <armin76@gentoo.org> File-BaseDir-0.03.ebuild: + Add ~alpha/~arm/~s390/~sh 14 Jan 2011; Torsten Veller <tove@gentoo.org> -File-BaseDir-0.02.ebuild: Cleanup diff --git a/dev-perl/File-BaseDir/File-BaseDir-0.03.ebuild b/dev-perl/File-BaseDir/File-BaseDir-0.03.ebuild index 16bc76ddf5d9..f735931dd3fc 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-2010 Gentoo Foundation +# 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.8 2010/10/23 08:22:14 ssuominen Exp $ +# $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 $ EAPI=3 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Use the Freedesktop.org base directory specification" SLOT="0" -KEYWORDS="amd64 hppa ia64 ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86" IUSE="test" RDEPEND="" |