Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/brython/
Date: Thu, 04 Jan 2018 21:08:10
Message-Id: 1515100082.905ada5042cba81797f2f4c13d0c239ac5c2780a.monsieurp@gentoo
1 commit: 905ada5042cba81797f2f4c13d0c239ac5c2780a
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 4 21:07:30 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 4 21:08:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=905ada50
7
8 dev-python/brython: add SLOT 0.
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 dev-python/brython/brython-3.3.3.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-python/brython/brython-3.3.3.ebuild b/dev-python/brython/brython-3.3.3.ebuild
16 index daf93da7bb9..1bb52e1c59a 100644
17 --- a/dev-python/brython/brython-3.3.3.ebuild
18 +++ b/dev-python/brython/brython-3.3.3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -11,6 +11,7 @@ DESCRIPTION="A Python 3 implementation for client-side web programming"
26 HOMEPAGE="http://www.brython.info"
27 SRC_URI="https://github.com/${PN}-dev/${PN}/archive/${PV}.zip -> ${P}.zip"
28
29 +SLOT="0"
30 LICENSE="BSD"
31 KEYWORDS="amd64 ppc ppc64 x86"