X-Git-Url: http://git.tremily.us/?p=wtk-overlay.git;a=blobdiff_plain;f=dev-util%2Fupdate-copyright%2Fupdate-copyright-9999.ebuild;h=25741c16779228343dd8843196936c1dce4679fc;hp=4b6656b39c33979bb744d90b69205e76691071ec;hb=HEAD;hpb=e557f10d336db9bd88d190df427be703aa0bd509 diff --git a/dev-util/update-copyright/update-copyright-9999.ebuild b/dev-util/update-copyright/update-copyright-9999.ebuild index 4b6656b..25741c1 100644 --- a/dev-util/update-copyright/update-copyright-9999.ebuild +++ b/dev-util/update-copyright/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