diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2015-01-18 02:39:25 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2015-01-18 02:39:25 +0000 |
commit | 9387b3602d37fd686957ae8341e629b9ab35aa6c (patch) | |
tree | 70aaeca9fb57cb6b05086f7efa9500a53d65f4e8 /dev-perl/Sys-CPU | |
parent | Stable for all (diff) | |
download | gentoo-2-9387b3602d37fd686957ae8341e629b9ab35aa6c.tar.gz gentoo-2-9387b3602d37fd686957ae8341e629b9ab35aa6c.tar.bz2 gentoo-2-9387b3602d37fd686957ae8341e629b9ab35aa6c.zip |
Stable for all
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl/Sys-CPU')
-rw-r--r-- | dev-perl/Sys-CPU/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Sys-CPU/Sys-CPU-0.610.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Sys-CPU/ChangeLog b/dev-perl/Sys-CPU/ChangeLog index 55c0101754b1..6b6541c0499c 100644 --- a/dev-perl/Sys-CPU/ChangeLog +++ b/dev-perl/Sys-CPU/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Sys-CPU # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-CPU/ChangeLog,v 1.38 2015/01/17 19:56:22 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-CPU/ChangeLog,v 1.39 2015/01/18 02:39:25 zlogene Exp $ + + 18 Jan 2015; Mikle Kolyada <zlogene@gentoo.org> Sys-CPU-0.610.0.ebuild: + Stable for all 17 Jan 2015; Markus Meier <maekke@gentoo.org> Sys-CPU-0.610.0.ebuild: arm stable, bug #535228 diff --git a/dev-perl/Sys-CPU/Sys-CPU-0.610.0.ebuild b/dev-perl/Sys-CPU/Sys-CPU-0.610.0.ebuild index 03a9894d803c..4f6329b47af3 100644 --- a/dev-perl/Sys-CPU/Sys-CPU-0.610.0.ebuild +++ b/dev-perl/Sys-CPU/Sys-CPU-0.610.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-CPU/Sys-CPU-0.610.0.ebuild,v 1.5 2015/01/17 19:56:22 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-CPU/Sys-CPU-0.610.0.ebuild,v 1.6 2015/01/18 02:39:25 zlogene Exp $ EAPI=5 @@ -11,5 +11,5 @@ inherit perl-module DESCRIPTION="Access CPU info. number, etc on Win and UNIX" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ppc ~ppc64 ~sparc ~x86 ~ppc-macos" +KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86 ~ppc-macos" IUSE="" |