diff options
author | David Seifert <soap@gentoo.org> | 2017-04-20 09:13:19 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-20 09:57:41 +0200 |
commit | a6535ab7e007106894b65b5662330c881bc3f04c (patch) | |
tree | ad9d61ef1e9aab6df4ac3bf090c9a72b69b985cb /app-i18n | |
parent | app-i18n/ibus-cangjie: [QA] Add missing python metadata variables (diff) | |
download | gentoo-a6535ab7e007106894b65b5662330c881bc3f04c.tar.gz gentoo-a6535ab7e007106894b65b5662330c881bc3f04c.tar.bz2 gentoo-a6535ab7e007106894b65b5662330c881bc3f04c.zip |
app-i18n/ibus-handwrite: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ibus-handwrite/ibus-handwrite-2.1.4-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-i18n/ibus-handwrite/ibus-handwrite-2.1.4-r1.ebuild b/app-i18n/ibus-handwrite/ibus-handwrite-2.1.4-r1.ebuild index 560f93272a52..c06ecaed54b8 100644 --- a/app-i18n/ibus-handwrite/ibus-handwrite-2.1.4-r1.ebuild +++ b/app-i18n/ibus-handwrite/ibus-handwrite-2.1.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,16 +14,16 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 x86" IUSE="nls +zinnia" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="zinnia? ( app-i18n/zinnia app-i18n/zinnia-tomoe ) >=app-i18n/ibus-1.3.0 >=x11-libs/gtk+-2.10:2 - x11-libs/gtkglext" + x11-libs/gtkglext + ${PYTHON_DEPS}" DEPEND="${RDEPEND} virtual/pkgconfig" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - DOCS=( AUTHORS ChangeLog NEWS README ) src_prepare() { |