diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-12 19:37:31 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-12 19:37:31 +0000 |
commit | 02949f3f54d8759f9885128af69b75af2760838f (patch) | |
tree | 4bf9bc9f65acb8388fe6d5f5bf267effd16bc466 /dev-perl/Math-Random | |
parent | Stable on x86 (#269571) (diff) | |
download | gentoo-2-02949f3f54d8759f9885128af69b75af2760838f.tar.gz gentoo-2-02949f3f54d8759f9885128af69b75af2760838f.tar.bz2 gentoo-2-02949f3f54d8759f9885128af69b75af2760838f.zip |
Stable on x86 (#269573)
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Math-Random')
-rw-r--r-- | dev-perl/Math-Random/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Math-Random/Math-Random-0.71.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Math-Random/ChangeLog b/dev-perl/Math-Random/ChangeLog index 406956bfdb5e..bf1914853319 100644 --- a/dev-perl/Math-Random/ChangeLog +++ b/dev-perl/Math-Random/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Math-Random # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random/ChangeLog,v 1.2 2009/03/16 08:55:30 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random/ChangeLog,v 1.3 2009/05/12 19:37:31 tove Exp $ + + 12 May 2009; Torsten Veller <tove@gentoo.org> Math-Random-0.71.ebuild: + Stable on x86 (#269573) 16 Mar 2009; Torsten Veller <tove@gentoo.org> Math-Random-0.71.ebuild: Remove test useflag. LICENSE change. EAPI=2 diff --git a/dev-perl/Math-Random/Math-Random-0.71.ebuild b/dev-perl/Math-Random/Math-Random-0.71.ebuild index 500063d65fb9..8efaa05a3a97 100644 --- a/dev-perl/Math-Random/Math-Random-0.71.ebuild +++ b/dev-perl/Math-Random/Math-Random-0.71.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random/Math-Random-0.71.ebuild,v 1.2 2009/03/16 08:55:30 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random/Math-Random-0.71.ebuild,v 1.3 2009/05/12 19:37:31 tove Exp $ EAPI=2 @@ -11,7 +11,7 @@ DESCRIPTION="Random Number Generators" LICENSE="( || ( Artistic GPL-2 ) ) public-domain" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="" SRC_TEST="do" |