diff options
author | Markus Meier <maekke@gentoo.org> | 2008-01-02 13:07:32 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-01-02 13:07:32 +0000 |
commit | 4beba2eedd3b1d943c4b7c4a762347541473d1eb (patch) | |
tree | 0bcf2786cb973f5ab6b60d2d3244580f3cd77af7 /dev-perl/File-Path-Expand | |
parent | Fixing compatibility of wrapper so it REALLY works with /bin/sh (diff) | |
download | gentoo-2-4beba2eedd3b1d943c4b7c4a762347541473d1eb.tar.gz gentoo-2-4beba2eedd3b1d943c4b7c4a762347541473d1eb.tar.bz2 gentoo-2-4beba2eedd3b1d943c4b7c4a762347541473d1eb.zip |
add ~x86, bug #204036
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'dev-perl/File-Path-Expand')
-rw-r--r-- | dev-perl/File-Path-Expand/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/File-Path-Expand/File-Path-Expand-1.02.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/File-Path-Expand/ChangeLog b/dev-perl/File-Path-Expand/ChangeLog index bba3b01465e7..8035cfb5c4c8 100644 --- a/dev-perl/File-Path-Expand/ChangeLog +++ b/dev-perl/File-Path-Expand/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/File-Path-Expand # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Path-Expand/ChangeLog,v 1.1 2008/01/02 10:12:41 joslwah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Path-Expand/ChangeLog,v 1.2 2008/01/02 13:07:32 maekke Exp $ + + 02 Jan 2008; Markus Meier <maekke@gentoo.org> + File-Path-Expand-1.02.ebuild: + add ~x86, bug #204036 *File-Path-Expand-1.02 (02 Jan 2008) diff --git a/dev-perl/File-Path-Expand/File-Path-Expand-1.02.ebuild b/dev-perl/File-Path-Expand/File-Path-Expand-1.02.ebuild index e036c020d305..70dbf1c06095 100644 --- a/dev-perl/File-Path-Expand/File-Path-Expand-1.02.ebuild +++ b/dev-perl/File-Path-Expand/File-Path-Expand-1.02.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Path-Expand/File-Path-Expand-1.02.ebuild,v 1.1 2008/01/02 10:12:41 joslwah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Path-Expand/File-Path-Expand-1.02.ebuild,v 1.2 2008/01/02 13:07:32 maekke Exp $ inherit perl-module @@ -9,7 +9,7 @@ SRC_URI="mirror://cpan/authors/id/R/RC/RCLAMP/${P}.tar.gz" HOMEPAGE="http://search.cpan.org/~rclamp/" LICENSE="Artistic" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" SRC_TEST="do" |