diff options
-rw-r--r-- | dev-perl/common-sense/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/common-sense/common-sense-3.600.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/common-sense/ChangeLog b/dev-perl/common-sense/ChangeLog index de456c0affb4..ad4b036cf860 100644 --- a/dev-perl/common-sense/ChangeLog +++ b/dev-perl/common-sense/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/common-sense # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/common-sense/ChangeLog,v 1.25 2012/09/12 08:48:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/common-sense/ChangeLog,v 1.26 2012/09/12 11:16:57 johu Exp $ + + 12 Sep 2012; Johannes Huber <johu@gentoo.org> common-sense-3.600.0.ebuild: + Stable for x86, wrt bug #429020 12 Sep 2012; Agostino Sarubbo <ago@gentoo.org> common-sense-3.600.0.ebuild: Stable for amd64, wrt bug #429020 diff --git a/dev-perl/common-sense/common-sense-3.600.0.ebuild b/dev-perl/common-sense/common-sense-3.600.0.ebuild index 5c4dca125a13..1691a17d41f9 100644 --- a/dev-perl/common-sense/common-sense-3.600.0.ebuild +++ b/dev-perl/common-sense/common-sense-3.600.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/common-sense/common-sense-3.600.0.ebuild,v 1.2 2012/09/12 08:48:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/common-sense/common-sense-3.600.0.ebuild,v 1.3 2012/09/12 11:16:57 johu Exp $ EAPI=4 @@ -11,5 +11,5 @@ inherit perl-module DESCRIPTION="common::sense - save a tree AND a kitten, use common::sense!" SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc ~x86 ~x64-macos ~x86-solaris" +KEYWORDS="amd64 ~ppc ~sparc x86 ~x64-macos ~x86-solaris" IUSE="" |