summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-portage/grs')
-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"