diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-02-19 18:45:00 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-02-19 18:45:00 +0000 |
commit | daa80907d7296daf1c12ae416e19b3fbabb2e419 (patch) | |
tree | 8c2da7f31b03faeb94e43669231750b50507b547 /dev-perl/Getopt-Long-Descriptive | |
parent | [www-plugins/google-talkplugin] Add ~amd64 keyword since it works here (diff) | |
download | gentoo-2-daa80907d7296daf1c12ae416e19b3fbabb2e419.tar.gz gentoo-2-daa80907d7296daf1c12ae416e19b3fbabb2e419.tar.bz2 gentoo-2-daa80907d7296daf1c12ae416e19b3fbabb2e419.zip |
Mark ~ppc wrt #345435
(Portage version: 2.2.0_alpha23/cvs/Linux ppc64)
Diffstat (limited to 'dev-perl/Getopt-Long-Descriptive')
-rw-r--r-- | dev-perl/Getopt-Long-Descriptive/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.89.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Getopt-Long-Descriptive/ChangeLog b/dev-perl/Getopt-Long-Descriptive/ChangeLog index 42d2af06a8f6..161962e48224 100644 --- a/dev-perl/Getopt-Long-Descriptive/ChangeLog +++ b/dev-perl/Getopt-Long-Descriptive/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Getopt-Long-Descriptive # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Long-Descriptive/ChangeLog,v 1.16 2011/02/08 07:22:01 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Long-Descriptive/ChangeLog,v 1.17 2011/02/19 18:45:00 xarthisius Exp $ + + 19 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> + Getopt-Long-Descriptive-0.89.ebuild: + Mark ~ppc wrt #345435 *Getopt-Long-Descriptive-0.89 (08 Feb 2011) diff --git a/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.89.ebuild b/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.89.ebuild index cbfdfa01c721..7eb27dc00c88 100644 --- a/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.89.ebuild +++ b/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.89.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/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.89.ebuild,v 1.1 2011/02/08 07:22:01 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.89.ebuild,v 1.2 2011/02/19 18:45:00 xarthisius Exp $ EAPI=3 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Getopt::Long with usage text" SLOT="0" -KEYWORDS="~amd64 ~x86 ~ppc-macos ~x86-solaris" +KEYWORDS="~amd64 ~ppc ~x86 ~ppc-macos ~x86-solaris" IUSE="test" RDEPEND=">=dev-perl/Params-Validate-0.91 |