diff options
-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" |