commit: 674fbe089f2f8c3389a485520880b8b0675a795b
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 09:42:57 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 09:56:11 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=674fbe08
app-portage/grs: Support newer python
Package-Manager: Portage-2.3.5, Repoman-2.3.2
app-portage/grs/grs-0.5.ebuild | 9 +++------
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 563bb423697..0ec4143b913 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 af2b810413d..864f7da9b71 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"