diff options
author | 2012-11-30 06:09:13 +0000 | |
---|---|---|
committer | 2012-11-30 06:09:13 +0000 | |
commit | ed9ecb7e8375b0c6885cdd2258ad5f50d4de696d (patch) | |
tree | 1a4c57329ee6f4592d2627a754ff064ce4f6b678 /dev-perl | |
parent | Keyword amd64-linux and x86-linux (diff) | |
download | gentoo-2-ed9ecb7e8375b0c6885cdd2258ad5f50d4de696d.tar.gz gentoo-2-ed9ecb7e8375b0c6885cdd2258ad5f50d4de696d.tar.bz2 gentoo-2-ed9ecb7e8375b0c6885cdd2258ad5f50d4de696d.zip |
Keyword amd64-linux and x86-linux
(Portage version: 2.2.01.21313-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Math-VecStat/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Math-VecStat/Math-VecStat-0.80.0.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-perl/Math-VecStat/ChangeLog b/dev-perl/Math-VecStat/ChangeLog index 6052e7c22e5a..39fe9b157908 100644 --- a/dev-perl/Math-VecStat/ChangeLog +++ b/dev-perl/Math-VecStat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Math-VecStat # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-VecStat/ChangeLog,v 1.15 2012/06/24 12:59:53 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-VecStat/ChangeLog,v 1.16 2012/11/30 06:09:13 bicatali Exp $ + + 30 Nov 2012; Sébastien Fabbro <bicatali@gentoo.org> + Math-VecStat-0.80.0.ebuild: + Keyword amd64-linux and x86-linux 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info diff --git a/dev-perl/Math-VecStat/Math-VecStat-0.80.0.ebuild b/dev-perl/Math-VecStat/Math-VecStat-0.80.0.ebuild index 42304b1b4900..53cf9d08eebd 100644 --- a/dev-perl/Math-VecStat/Math-VecStat-0.80.0.ebuild +++ b/dev-perl/Math-VecStat/Math-VecStat-0.80.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-VecStat/Math-VecStat-0.80.0.ebuild,v 1.2 2011/09/03 21:04:33 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-VecStat/Math-VecStat-0.80.0.ebuild,v 1.3 2012/11/30 06:09:13 bicatali Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Some basic numeric stats on vectors" SLOT="0" -KEYWORDS="amd64 ia64 sparc x86 ~x86-solaris" +KEYWORDS="amd64 ia64 sparc x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="" SRC_TEST="do" |