Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/click/
Date: Wed, 03 Jan 2018 07:38:35
Message-Id: 1514965106.de15b1fc26edd736d2a4b7a36599c4623fc6a17c.slyfox@gentoo
1 commit: de15b1fc26edd736d2a4b7a36599c4623fc6a17c
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 3 07:38:14 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 3 07:38:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de15b1fc
7
8 dev-python/click: stable 6.7 for hppa, bug #630320
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11 RepoMan-Options: --include-arches="hppa"
12
13 dev-python/click/click-6.7.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/click/click-6.7.ebuild b/dev-python/click/click-6.7.ebuild
17 index e8f018f4e9b..df2868d911b 100644
18 --- a/dev-python/click/click-6.7.ebuild
19 +++ b/dev-python/click/click-6.7.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -13,7 +13,7 @@ HOMEPAGE="http://click.pocoo.org/ https://pypi.python.org/pypi/click"
27
28 LICENSE="BSD"
29 SLOT="0"
30 -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
31 +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
32 IUSE="doc examples test"
33
34 REQUIRED_USE="doc? ( || ( $(python_gen_useflags 'python2*') ) )"