Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/gcalcli/
Date: Sun, 11 Aug 2019 14:51:41
Message-Id: 1565535079.61ca120c3881bb956d356c38ddd7a7c63755051e.soap@gentoo
1 commit: 61ca120c3881bb956d356c38ddd7a7c63755051e
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 11 14:51:19 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 11 14:51:19 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61ca120c
7
8 app-misc/gcalcli: [QA] Add missing PYTHON_REQUIRED_USE
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 app-misc/gcalcli/gcalcli-3.4.0.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/app-misc/gcalcli/gcalcli-3.4.0.ebuild b/app-misc/gcalcli/gcalcli-3.4.0.ebuild
17 index 43c611febff..d7933f2763b 100644
18 --- a/app-misc/gcalcli/gcalcli-3.4.0.ebuild
19 +++ b/app-misc/gcalcli/gcalcli-3.4.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -16,6 +16,7 @@ LICENSE="MIT"
27 SLOT="0"
28 KEYWORDS="~amd64 ~x86"
29 IUSE=""
30 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
31
32 RDEPEND="${PYTHON_DEPS}
33 >=dev-python/google-api-python-client-1.5.3[${PYTHON_USEDEP}]