diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-05-20 16:51:53 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-05-20 16:51:53 +0000 |
commit | ab005c5b0163dc1829f94b4b932e11f3712bcc60 (patch) | |
tree | 1fc1d355e97887c8fb81ccccdd8df71a6a4924ff /dev-perl | |
parent | Migrate to EAPI=4. Acked by William and Jeremy. (diff) | |
download | gentoo-2-ab005c5b0163dc1829f94b4b932e11f3712bcc60.tar.gz gentoo-2-ab005c5b0163dc1829f94b4b932e11f3712bcc60.tar.bz2 gentoo-2-ab005c5b0163dc1829f94b4b932e11f3712bcc60.zip |
Add Prefix keywords, bug #366911
(Portage version: 2.2.01.18252-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Math-Round/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Math-Round/Math-Round-0.06.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/Math-Round/ChangeLog b/dev-perl/Math-Round/ChangeLog index c6b7d6aea899..0ba8fb5830ce 100644 --- a/dev-perl/Math-Round/ChangeLog +++ b/dev-perl/Math-Round/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Math-Round -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Round/ChangeLog,v 1.1 2010/05/01 20:30:18 weaver Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Round/ChangeLog,v 1.2 2011/05/20 16:51:53 grobian Exp $ + + 20 May 2011; Fabian Groffen <grobian@gentoo.org> Math-Round-0.06.ebuild: + Add Prefix keywords, bug #366911 *Math-Round-0.06 (01 May 2010) diff --git a/dev-perl/Math-Round/Math-Round-0.06.ebuild b/dev-perl/Math-Round/Math-Round-0.06.ebuild index c1ec9809ec8a..0073353cf3bb 100644 --- a/dev-perl/Math-Round/Math-Round-0.06.ebuild +++ b/dev-perl/Math-Round/Math-Round-0.06.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Round/Math-Round-0.06.ebuild,v 1.1 2010/05/01 20:30:18 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Round/Math-Round-0.06.ebuild,v 1.2 2011/05/20 16:51:53 grobian Exp $ MODULE_AUTHOR=GROMMEL inherit perl-module @@ -9,7 +9,7 @@ DESCRIPTION="Perl extension for rounding numbers" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" DEPEND="" |