diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-08-17 16:46:03 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-08-17 16:46:03 +0000 |
commit | faeb5862513814407875352fa9d8e1821f56a1e0 (patch) | |
tree | f0cfd8be82f4b6f6eebaaa8ff1384b8264ff83c3 /dev-perl/File-BaseDir | |
parent | keyword ~sparc-solaris (diff) | |
download | historical-faeb5862513814407875352fa9d8e1821f56a1e0.tar.gz historical-faeb5862513814407875352fa9d8e1821f56a1e0.tar.bz2 historical-faeb5862513814407875352fa9d8e1821f56a1e0.zip |
keyword ~sparc-solaris
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/File-BaseDir')
-rw-r--r-- | dev-perl/File-BaseDir/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/File-BaseDir/File-BaseDir-0.03.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/File-BaseDir/ChangeLog b/dev-perl/File-BaseDir/ChangeLog index 39ac50fc3c23..9bc5b756afaa 100644 --- a/dev-perl/File-BaseDir/ChangeLog +++ b/dev-perl/File-BaseDir/ChangeLog @@ -1,6 +1,10 @@ # 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.31 2011/08/05 12:10:05 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/ChangeLog,v 1.32 2011/08/17 16:44:59 chithanh Exp $ + + 17 Aug 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + File-BaseDir-0.03.ebuild: + keyword ~sparc-solaris 05 Aug 2011; Naohiro Aota <naota@gentoo.org> File-BaseDir-0.03.ebuild: Add ~x86-fbsd diff --git a/dev-perl/File-BaseDir/File-BaseDir-0.03.ebuild b/dev-perl/File-BaseDir/File-BaseDir-0.03.ebuild index 8e42798c2e17..f3c8538858f4 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.14 2011/08/05 12:10:05 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/File-BaseDir-0.03.ebuild,v 1.15 2011/08/17 16:44:59 chithanh 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 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris" IUSE="test" RDEPEND="" |