diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-16 08:31:11 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-16 08:31:11 +0000 |
commit | eb8731cfcfd24ed37e3b88efe2e9cb3d6ff2dcc5 (patch) | |
tree | c547ec414f68242260109ae044e042ce971c333d /app-i18n/opencc | |
parent | Stable for amd64, wrt bug #461882 (diff) | |
download | gentoo-2-eb8731cfcfd24ed37e3b88efe2e9cb3d6ff2dcc5.tar.gz gentoo-2-eb8731cfcfd24ed37e3b88efe2e9cb3d6ff2dcc5.tar.bz2 gentoo-2-eb8731cfcfd24ed37e3b88efe2e9cb3d6ff2dcc5.zip |
Stable for amd64, wrt bug #461894
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-i18n/opencc')
-rw-r--r-- | app-i18n/opencc/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/opencc/opencc-0.3.0_pre20120819-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-i18n/opencc/ChangeLog b/app-i18n/opencc/ChangeLog index e234c2e59a87..7ed8072b7c70 100644 --- a/app-i18n/opencc/ChangeLog +++ b/app-i18n/opencc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/opencc -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/opencc/ChangeLog,v 1.8 2012/08/19 08:46:39 scarabeus Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/opencc/ChangeLog,v 1.9 2013/03/16 08:31:11 ago Exp $ + + 16 Mar 2013; Agostino Sarubbo <ago@gentoo.org> + opencc-0.3.0_pre20120819-r1.ebuild: + Stable for amd64, wrt bug #461894 19 Aug 2012; Tomáš Chvátal <scarabeus@gentoo.org> opencc-0.3.0_pre20120819.ebuild: diff --git a/app-i18n/opencc/opencc-0.3.0_pre20120819-r1.ebuild b/app-i18n/opencc/opencc-0.3.0_pre20120819-r1.ebuild index 338b3d2ae6f9..3fa33139b42a 100644 --- a/app-i18n/opencc/opencc-0.3.0_pre20120819-r1.ebuild +++ b/app-i18n/opencc/opencc-0.3.0_pre20120819-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/opencc/opencc-0.3.0_pre20120819-r1.ebuild,v 1.1 2012/10/17 02:10:11 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/opencc/opencc-0.3.0_pre20120819-r1.ebuild,v 1.2 2013/03/16 08:31:11 ago Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://dev.gentooexperimental.org/~scarabeus/${P}.tar.xz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86" IUSE="+nls static-libs" DEPEND="nls? ( sys-devel/gettext )" |