diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-02-13 20:00:44 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-02-13 20:00:44 +0000 |
commit | c9751c478b224d052c1e47b33cdaae456e474775 (patch) | |
tree | 12fd3aead67cda74dbeaf77659c119205eff6ca7 /dev-perl/File-BaseDir | |
parent | Remove old. (diff) | |
download | historical-c9751c478b224d052c1e47b33cdaae456e474775.tar.gz historical-c9751c478b224d052c1e47b33cdaae456e474775.tar.bz2 historical-c9751c478b224d052c1e47b33cdaae456e474775.zip |
Add ~alpha/~arm/~s390/~sh
Package-Manager: portage-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="" |