diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-05-21 16:19:00 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-05-21 16:19:00 +0000 |
commit | 7060efa501c9d352c5736dd361665328eaf9067f (patch) | |
tree | d678c63b2812181a6fd22bbc8ccfe406e031ed58 /dev-perl | |
parent | Revbump to fix bug 344605 (diff) | |
download | gentoo-2-7060efa501c9d352c5736dd361665328eaf9067f.tar.gz gentoo-2-7060efa501c9d352c5736dd361665328eaf9067f.tar.bz2 gentoo-2-7060efa501c9d352c5736dd361665328eaf9067f.zip |
Add ~alpha/~arm/~ia64/~s390/~sh/~sparc wrt #366911
(Portage version: 2.1.9.49/cvs/Linux ia64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Math-Round/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Math-Round/Math-Round-0.06.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Math-Round/ChangeLog b/dev-perl/Math-Round/ChangeLog index 0ba8fb5830ce..2e8023aeea30 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-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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Round/ChangeLog,v 1.3 2011/05/21 16:19:00 armin76 Exp $ + + 21 May 2011; Raúl Porcel <armin76@gentoo.org> Math-Round-0.06.ebuild: + Add ~alpha/~arm/~ia64/~s390/~sh/~sparc wrt #366911 20 May 2011; Fabian Groffen <grobian@gentoo.org> Math-Round-0.06.ebuild: Add Prefix keywords, bug #366911 diff --git a/dev-perl/Math-Round/Math-Round-0.06.ebuild b/dev-perl/Math-Round/Math-Round-0.06.ebuild index 0073353cf3bb..b6db2aec2557 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-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.2 2011/05/20 16:51:53 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Round/Math-Round-0.06.ebuild,v 1.3 2011/05/21 16:19:00 armin76 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 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~s390 ~sh ~sparc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" DEPEND="" |