diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-05-21 16:20:25 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-05-21 16:20:25 +0000 |
commit | 1d28b0a428d20b07d860e82fb7b43e6354a20f0f (patch) | |
tree | a0f2f354dd00a85be70832c35a7202a409ffdc71 /dev-perl/Math-Round | |
parent | Revbump to fix bug 344605 (diff) | |
download | historical-1d28b0a428d20b07d860e82fb7b43e6354a20f0f.tar.gz historical-1d28b0a428d20b07d860e82fb7b43e6354a20f0f.tar.bz2 historical-1d28b0a428d20b07d860e82fb7b43e6354a20f0f.zip |
Add ~alpha/~arm/~ia64/~s390/~sh/~sparc wrt #366911
Package-Manager: portage-2.1.9.49/cvs/Linux ia64
Diffstat (limited to 'dev-perl/Math-Round')
-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="" |