diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2018-01-04 22:07:30 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-01-04 22:08:02 +0100 |
commit | 905ada5042cba81797f2f4c13d0c239ac5c2780a (patch) | |
tree | 1ce771143b124da5864046e3aff005232f21d213 /dev-python/brython | |
parent | dev-cpp/gflags: amd64/arm/x86 stable wrt bug #643168 (diff) | |
download | gentoo-905ada5042cba81797f2f4c13d0c239ac5c2780a.tar.gz gentoo-905ada5042cba81797f2f4c13d0c239ac5c2780a.tar.bz2 gentoo-905ada5042cba81797f2f4c13d0c239ac5c2780a.zip |
dev-python/brython: add SLOT 0.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'dev-python/brython')
-rw-r--r-- | dev-python/brython/brython-3.3.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/brython/brython-3.3.3.ebuild b/dev-python/brython/brython-3.3.3.ebuild index daf93da7bb9c..1bb52e1c59ad 100644 --- a/dev-python/brython/brython-3.3.3.ebuild +++ b/dev-python/brython/brython-3.3.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,6 +11,7 @@ DESCRIPTION="A Python 3 implementation for client-side web programming" HOMEPAGE="http://www.brython.info" SRC_URI="https://github.com/${PN}-dev/${PN}/archive/${PV}.zip -> ${P}.zip" +SLOT="0" LICENSE="BSD" KEYWORDS="amd64 ppc ppc64 x86" |