From: W. Trevor King Date: Fri, 12 Aug 2016 19:46:07 +0000 (-0700) Subject: preggy-9999.ebuild: Bump to EAPI 6 and git-r3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=refs%2Fheads%2Fdev-python%2Fpreggy;p=wtk-overlay.git preggy-9999.ebuild: Bump to EAPI 6 and git-r3 There were no changes impacting this ebuild [1]. I've also compared preggy's setup.py since I last checked (e7f3557, 1.1.2-1-ge7f3557) to the current tip (9d623d3, 1.3.0), and there were no dependency changes. [1]: https://devmanual.gentoo.org/ebuild-writing/eapi/#eapi=6 --- diff --git a/preggy-9999.ebuild b/preggy-9999.ebuild index 61ca11e..5294749 100644 --- a/preggy-9999.ebuild +++ b/preggy-9999.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 if [[ "${PV}" == "9999" ]]; then - inherit git-2 + inherit git-r3 EGIT_REPO_URI="git://github.com/heynemann/${PN}.git" SRC_URI="" else