diff options
author | 2011-04-09 15:45:15 +0000 | |
---|---|---|
committer | 2011-04-09 15:45:15 +0000 | |
commit | 52e617879d0345206edd6b19c16f1e40c638bd31 (patch) | |
tree | 7b2437ea7fc10b98cf8e6f154d2e07dc9e2576d5 /dev-perl | |
parent | Install nvidia-settings appropriate for this version (bug #304255). (diff) | |
download | historical-52e617879d0345206edd6b19c16f1e40c638bd31.tar.gz historical-52e617879d0345206edd6b19c16f1e40c638bd31.tar.bz2 historical-52e617879d0345206edd6b19c16f1e40c638bd31.zip |
arm stable, bug #359627
Package-Manager: portage-2.1.9.45/cvs/Linux i686
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/File-BaseDir/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/File-BaseDir/File-BaseDir-0.03.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/File-BaseDir/ChangeLog b/dev-perl/File-BaseDir/ChangeLog index 8d1033e0b215..98160623486a 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.28 2011/03/27 15:44:59 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/ChangeLog,v 1.29 2011/04/09 15:45:15 maekke Exp $ + + 09 Apr 2011; Markus Meier <maekke@gentoo.org> File-BaseDir-0.03.ebuild: + arm stable, bug #359627 27 Mar 2011; Tobias Klausmann <klausman@gentoo.org> File-BaseDir-0.03.ebuild: Stable on alpha, bug #359627 diff --git a/dev-perl/File-BaseDir/File-BaseDir-0.03.ebuild b/dev-perl/File-BaseDir/File-BaseDir-0.03.ebuild index 54c431edd91d..7692c6383c46 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.11 2011/03/27 15:44:59 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/File-BaseDir-0.03.ebuild,v 1.12 2011/04/09 15:45:15 maekke 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 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND="" |