From: W. Trevor King Date: Wed, 25 Apr 2018 22:52:40 +0000 (-0700) Subject: update-copyright-9999.ebuild: Update to git-r3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=706fed27f8411013763570117eee70b29373adcc;p=wtk-overlay.git 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. --- 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