diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-04-22 11:42:57 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-04-22 11:56:11 +0200 |
commit | 674fbe089f2f8c3389a485520880b8b0675a795b (patch) | |
tree | ff4c2234344fedff5c64524061c760bfec864088 /app-portage | |
parent | app-portage/esearch: Support newer python (diff) | |
download | gentoo-674fbe089f2f8c3389a485520880b8b0675a795b.tar.gz gentoo-674fbe089f2f8c3389a485520880b8b0675a795b.tar.bz2 gentoo-674fbe089f2f8c3389a485520880b8b0675a795b.zip |
app-portage/grs: Support newer python
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/grs/grs-0.5.ebuild | 9 | ||||
-rw-r--r-- | app-portage/grs/grs-9999.ebuild | 9 |
2 files changed, 6 insertions, 12 deletions
diff --git a/app-portage/grs/grs-0.5.ebuild b/app-portage/grs/grs-0.5.ebuild index 563bb423697d..0ec4143b9139 100644 --- a/app-portage/grs/grs-0.5.ebuild +++ b/app-portage/grs/grs-0.5.ebuild @@ -1,13 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" +PYTHON_COMPAT=( python3_{4,5,6} ) -inherit linux-info - -PYTHON_COMPAT=( python3_4 ) - -inherit distutils-r1 +inherit distutils-r1 linux-info if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://anongit.gentoo.org/proj/grss.git" diff --git a/app-portage/grs/grs-9999.ebuild b/app-portage/grs/grs-9999.ebuild index af2b810413de..864f7da9b717 100644 --- a/app-portage/grs/grs-9999.ebuild +++ b/app-portage/grs/grs-9999.ebuild @@ -1,13 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" +PYTHON_COMPAT=( python3_{4,5,6} ) -inherit linux-info - -PYTHON_COMPAT=( python3_4 ) - -inherit distutils-r1 +inherit distutils-r1 linux-info if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://anongit.gentoo.org/proj/grss.git" |