From 706fed27f8411013763570117eee70b29373adcc Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 25 Apr 2018 15:52:40 -0700 Subject: [PATCH] update-copyright-9999.ebuild: Update to git-r3 And claim compat through Python 3.6, since update-copyright doesn't do anything fancy that would break on the more recent Pythons. --- update-copyright-9999.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/update-copyright-9999.ebuild b/update-copyright-9999.ebuild index 4b6656b..25741c1 100644 --- a/update-copyright-9999.ebuild +++ b/update-copyright-9999.ebuild @@ -2,14 +2,13 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI="5" -PYTHON_COMPAT=( python{3_2,3_3,3_4} ) +EAPI="6" +PYTHON_COMPAT=( python{3_2,3_3,3_4,3_5,3_6} ) inherit eutils distutils-r1 if [[ "${PV}" == "9999" ]] ; then - inherit git-2 - EGIT_BRANCH="master" + inherit git-r3 EGIT_REPO_URI="git://tremily.us/${PN}.git" SRC_URI="" else -- 2.26.2