diff options
Diffstat (limited to 'dev-perl/Jcode')
-rw-r--r-- | dev-perl/Jcode/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Jcode/Jcode-2.70.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Jcode/ChangeLog b/dev-perl/Jcode/ChangeLog index 0eddbb17e79a..1de9c03fd5b5 100644 --- a/dev-perl/Jcode/ChangeLog +++ b/dev-perl/Jcode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Jcode # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Jcode/ChangeLog,v 1.49 2012/02/24 10:21:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Jcode/ChangeLog,v 1.50 2012/02/25 17:57:09 klausman Exp $ + + 25 Feb 2012; Tobias Klausmann <klausman@gentoo.org> Jcode-2.70.0.ebuild: + Stable on alpha, bug #400155 24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> Jcode-2.70.0.ebuild: Stable for amd64, wrt bug #400155 diff --git a/dev-perl/Jcode/Jcode-2.70.0.ebuild b/dev-perl/Jcode/Jcode-2.70.0.ebuild index aaf18e2eaeff..204f460088ff 100644 --- a/dev-perl/Jcode/Jcode-2.70.0.ebuild +++ b/dev-perl/Jcode/Jcode-2.70.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/Jcode/Jcode-2.70.0.ebuild,v 1.2 2012/02/24 10:21:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Jcode/Jcode-2.70.0.ebuild,v 1.3 2012/02/25 17:57:09 klausman Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Japanese transcoding module for Perl" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" RDEPEND=">=virtual/perl-MIME-Base64-2.1" |