diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-04-24 20:25:54 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-04-24 20:25:54 +0000 |
commit | e74727280b07c157969c222a71f52d52a16a4386 (patch) | |
tree | 1c0fdfc0be369bc79aef7a465fc7885b109f3254 /dev-perl/Sys-CPU | |
parent | Add ~arm (diff) | |
download | gentoo-2-e74727280b07c157969c222a71f52d52a16a4386.tar.gz gentoo-2-e74727280b07c157969c222a71f52d52a16a4386.tar.bz2 gentoo-2-e74727280b07c157969c222a71f52d52a16a4386.zip |
Add ~arm
(Portage version: 2.1.7.17/cvs/Linux ia64)
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.51.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Sys-CPU/ChangeLog b/dev-perl/Sys-CPU/ChangeLog index 0f7eebaa6304..ff0ee21f9aab 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-CPU/ChangeLog,v 1.7 2010/02/23 15:20:32 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-CPU/ChangeLog,v 1.8 2010/04/24 20:25:54 armin76 Exp $ + + 24 Apr 2010; Raúl Porcel <armin76@gentoo.org> Sys-CPU-0.51.ebuild: + Add ~arm 23 Feb 2010; Joseph Jezak <josejx@gentoo.org> Sys-CPU-0.51.ebuild: Marked ~ppc for bug #295639. diff --git a/dev-perl/Sys-CPU/Sys-CPU-0.51.ebuild b/dev-perl/Sys-CPU/Sys-CPU-0.51.ebuild index 9757a5cac960..53c756b8e7ab 100644 --- a/dev-perl/Sys-CPU/Sys-CPU-0.51.ebuild +++ b/dev-perl/Sys-CPU/Sys-CPU-0.51.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.51.ebuild,v 1.6 2010/02/23 15:20:32 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-CPU/Sys-CPU-0.51.ebuild,v 1.7 2010/04/24 20:25:54 armin76 Exp $ EAPI=2 @@ -12,5 +12,5 @@ DESCRIPTION="Access CPU info. number, etc on Win and UNIX" # License is not specified LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="" |