diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-08-25 17:48:58 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-08-25 17:48:58 +0000 |
commit | 1d44acf239e60dd2e0e1ff913b07a248651ae8ed (patch) | |
tree | b2532ef35e02ec72eb4dc0ca9b36a91abfc4a8c5 /dev-perl | |
parent | Version bump. (diff) | |
download | historical-1d44acf239e60dd2e0e1ff913b07a248651ae8ed.tar.gz historical-1d44acf239e60dd2e0e1ff913b07a248651ae8ed.tar.bz2 historical-1d44acf239e60dd2e0e1ff913b07a248651ae8ed.zip |
This runs fine on my Efika, and is only a small bit of very pure perl. It should work absolutely identically.
Package-Manager: portage-2.2_rc38/cvs/Linux x86_64
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/common-sense/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/common-sense/common-sense-1.0.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-perl/common-sense/ChangeLog b/dev-perl/common-sense/ChangeLog index fdf92c56b930..0b1f10f0df6c 100644 --- a/dev-perl/common-sense/ChangeLog +++ b/dev-perl/common-sense/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/common-sense # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/common-sense/ChangeLog,v 1.1 2009/08/25 17:43:07 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/common-sense/ChangeLog,v 1.2 2009/08/25 17:48:58 robbat2 Exp $ + + 25 Aug 2009; Robin H. Johnson <robbat2@gentoo.org> + common-sense-1.0.ebuild: + This runs fine on my Efika, and is only a small bit of very pure perl. It + should work absolutely identically. *common-sense-1.0 (25 Aug 2009) diff --git a/dev-perl/common-sense/common-sense-1.0.ebuild b/dev-perl/common-sense/common-sense-1.0.ebuild index e5d257d7543d..649d2ba9fb9f 100644 --- a/dev-perl/common-sense/common-sense-1.0.ebuild +++ b/dev-perl/common-sense/common-sense-1.0.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/common-sense/common-sense-1.0.ebuild,v 1.1 2009/08/25 17:43:07 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/common-sense/common-sense-1.0.ebuild,v 1.2 2009/08/25 17:48:58 robbat2 Exp $ MODULE_AUTHOR="MLEHMANN" EAPI=2 @@ -13,4 +13,4 @@ IUSE="" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~ppc" |