commit: c26c101d1e49af563439182f65e9876de74ca3f0
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 07:43:21 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 07:58:59 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c26c101d
app-office/hamster-time-tracker: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
app-office/hamster-time-tracker/hamster-time-tracker-9999.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/app-office/hamster-time-tracker/hamster-time-tracker-9999.ebuild
b/app-office/hamster-time-tracker/hamster-time-tracker-9999.ebuild
index d9ff8931c80..2e20f8fca37 100644
--- a/app-office/hamster-time-tracker/hamster-time-tracker-9999.ebuild
+++ b/app-office/hamster-time-tracker/hamster-time-tracker-9999.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"
@@ -15,13 +15,15 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
dev-python/gconf-python
gnome-base/gconf[introspection]
dev-python/pyxdg
>=x11-libs/gtk+-3.10
- sys-devel/gettext"
+ sys-devel/gettext
+ ${PYTHON_DEPS}"
DEPEND="${RDEPEND}
dev-util/intltool"