diff options
author | Ben de Groot <yngwin@gentoo.org> | 2013-01-31 10:56:00 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2013-01-31 10:56:00 +0000 |
commit | 53e17fe8c7a2f8dc9d015e757e6a12bbdfb48f84 (patch) | |
tree | 445a4b654acc8e49efd7220aa144523cb78a514a /app-i18n/sunpinyin | |
parent | Initial commit (diff) | |
download | gentoo-2-53e17fe8c7a2f8dc9d015e757e6a12bbdfb48f84.tar.gz gentoo-2-53e17fe8c7a2f8dc9d015e757e6a12bbdfb48f84.tar.bz2 gentoo-2-53e17fe8c7a2f8dc9d015e757e6a12bbdfb48f84.zip |
Needs python:2.7, bug #454754
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-i18n/sunpinyin')
-rw-r--r-- | app-i18n/sunpinyin/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/sunpinyin/sunpinyin-2.0.4_pre20130108.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/app-i18n/sunpinyin/ChangeLog b/app-i18n/sunpinyin/ChangeLog index 65d555d3bd58..5c7d8a7eacba 100644 --- a/app-i18n/sunpinyin/ChangeLog +++ b/app-i18n/sunpinyin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/sunpinyin # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/sunpinyin/ChangeLog,v 1.11 2013/01/30 13:36:06 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/sunpinyin/ChangeLog,v 1.12 2013/01/31 10:56:00 yngwin Exp $ + + 31 Jan 2013; Ben de Groot <yngwin@gentoo.org> + sunpinyin-2.0.4_pre20130108.ebuild: + Needs python:2.7, bug #454754 *sunpinyin-2.0.4_pre20130108 (30 Jan 2013) diff --git a/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20130108.ebuild b/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20130108.ebuild index 83ef0f8c3d64..4d3ff336555d 100644 --- a/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20130108.ebuild +++ b/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20130108.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20130108.ebuild,v 1.1 2013/01/30 13:36:06 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20130108.ebuild,v 1.2 2013/01/31 10:56:00 yngwin Exp $ EAPI=5 -inherit eutils multilib scons-utils toolchain-funcs +PYTHON_COMPAT=( python2_7 ) +inherit eutils multilib python-any-r1 scons-utils toolchain-funcs DESCRIPTION="A Statistical Language Model based Chinese input method library" HOMEPAGE="https://sunpinyin.googlecode.com/" @@ -16,6 +17,7 @@ IUSE="" RDEPEND="dev-db/sqlite:3" DEPEND="${RDEPEND} + ${PYTHON_DEPS} dev-util/intltool sys-devel/gettext virtual/pkgconfig" |