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 | 1400371900cc19212ffe07de02c775302af4d87a (patch) | |
tree | 6c3b152617eebe65bda63cb4437b42ba134fb5f9 /dev-perl/common-sense | |
parent | Use xfconf.eclass (diff) | |
download | gentoo-2-1400371900cc19212ffe07de02c775302af4d87a.tar.gz gentoo-2-1400371900cc19212ffe07de02c775302af4d87a.tar.bz2 gentoo-2-1400371900cc19212ffe07de02c775302af4d87a.zip |
This runs fine on my Efika, and is only a small bit of very pure perl. It should work absolutely identically.
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/common-sense')
-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" |