diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-05-29 18:34:39 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-05-29 18:34:39 +0000 |
commit | 5c0056830118cb63638988dd14dd67bc00933609 (patch) | |
tree | cd5cde5bc51cab351ddfdcf5e9dc28058e004faf /dev-perl/Math-Round | |
parent | Stable on amd64 wrt bug #366969 (diff) | |
download | gentoo-2-5c0056830118cb63638988dd14dd67bc00933609.tar.gz gentoo-2-5c0056830118cb63638988dd14dd67bc00933609.tar.bz2 gentoo-2-5c0056830118cb63638988dd14dd67bc00933609.zip |
Marked ~x64-macos, bug #368549
(Portage version: 2.2.01.18706-prefix/cvs/Darwin powerpc)
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 2e8023aeea30..fcba6eb91796 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.3 2011/05/21 16:19:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Round/ChangeLog,v 1.4 2011/05/29 18:34:39 grobian Exp $ + + 29 May 2011; Fabian Groffen <grobian@gentoo.org> Math-Round-0.06.ebuild: + Marked ~x64-macos, bug #368549 21 May 2011; Raúl Porcel <armin76@gentoo.org> Math-Round-0.06.ebuild: Add ~alpha/~arm/~ia64/~s390/~sh/~sparc wrt #366911 diff --git a/dev-perl/Math-Round/Math-Round-0.06.ebuild b/dev-perl/Math-Round/Math-Round-0.06.ebuild index b6db2aec2557..4d59ad0478b9 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.3 2011/05/21 16:19:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Round/Math-Round-0.06.ebuild,v 1.4 2011/05/29 18:34:39 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="~alpha ~amd64 ~arm ~ia64 ~s390 ~sh ~sparc ~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 ~x64-macos ~x86-macos ~x86-solaris" IUSE="" DEPEND="" |