update-copyright-9999.ebuild: Update to git-r3 dev-util/update-copyright
authorW. Trevor King <wking@tremily.us>
Wed, 25 Apr 2018 22:52:40 +0000 (15:52 -0700)
committerW. Trevor King <wking@tremily.us>
Wed, 25 Apr 2018 22:52:40 +0000 (15:52 -0700)
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

index 4b6656b39c33979bb744d90b69205e76691071ec..25741c16779228343dd8843196936c1dce4679fc 100644 (file)
@@ -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