commit: 61ca120c3881bb956d356c38ddd7a7c63755051e
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 14:51:19 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Aug 11 14:51:19 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61ca120c
app-misc/gcalcli: [QA] Add missing PYTHON_REQUIRED_USE
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>
app-misc/gcalcli/gcalcli-3.4.0.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app-misc/gcalcli/gcalcli-3.4.0.ebuild
b/app-misc/gcalcli/gcalcli-3.4.0.ebuild
index 43c611febff..d7933f2763b 100644
--- a/app-misc/gcalcli/gcalcli-3.4.0.ebuild
+++ b/app-misc/gcalcli/gcalcli-3.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -16,6 +16,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
>=dev-python/google-api-python-client-1.5.3[${PYTHON_USEDEP}]