diff options
author | 2012-03-18 02:14:37 +0000 | |
---|---|---|
committer | 2012-03-18 02:14:37 +0000 | |
commit | 90cb4dcd10a3ec7f6ff7d8ab1ff0ddfa1d530844 (patch) | |
tree | 194d20336d6eb6906ea860e78758984318338af4 /dev-perl/File-BaseDir | |
parent | Fix dependencies, bug #408631. (diff) | |
download | gentoo-2-90cb4dcd10a3ec7f6ff7d8ab1ff0ddfa1d530844.tar.gz gentoo-2-90cb4dcd10a3ec7f6ff7d8ab1ff0ddfa1d530844.tar.bz2 gentoo-2-90cb4dcd10a3ec7f6ff7d8ab1ff0ddfa1d530844.zip |
Added ~mips.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/File-BaseDir')
-rw-r--r-- | dev-perl/File-BaseDir/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/File-BaseDir/File-BaseDir-0.30.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/File-BaseDir/ChangeLog b/dev-perl/File-BaseDir/ChangeLog index 8b718a3b182a..5f61c2a130eb 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.36 2011/09/26 02:51:07 grobian Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/ChangeLog,v 1.37 2012/03/18 02:14:37 mattst88 Exp $ + + 18 Mar 2012; Matt Turner <mattst88@gentoo.org> File-BaseDir-0.30.0.ebuild: + Added ~mips. 26 Sep 2011; Fabian Groffen <grobian@gentoo.org> File-BaseDir-0.30.0.ebuild: Marked ~x86-macos diff --git a/dev-perl/File-BaseDir/File-BaseDir-0.30.0.ebuild b/dev-perl/File-BaseDir/File-BaseDir-0.30.0.ebuild index 3be6bf1ad436..0ca3d1bcd7ab 100644 --- a/dev-perl/File-BaseDir/File-BaseDir-0.30.0.ebuild +++ b/dev-perl/File-BaseDir/File-BaseDir-0.30.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/File-BaseDir/File-BaseDir-0.30.0.ebuild,v 1.3 2011/09/26 02:51:07 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/File-BaseDir-0.30.0.ebuild,v 1.4 2012/03/18 02:14:37 mattst88 Exp $ EAPI=4 @@ -11,7 +11,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 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris" IUSE="test" RDEPEND="" |