summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-04-22 11:42:57 +0200
committerPacho Ramos <pacho@gentoo.org>2017-04-22 11:56:11 +0200
commit674fbe089f2f8c3389a485520880b8b0675a795b (patch)
treeff4c2234344fedff5c64524061c760bfec864088 /app-portage
parentapp-portage/esearch: Support newer python (diff)
downloadgentoo-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.ebuild9
-rw-r--r--app-portage/grs/grs-9999.ebuild9
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"