preggy-9999.ebuild: Bump to EAPI 6 and git-r3 dev-python/preggy
authorW. Trevor King <wking@tremily.us>
Fri, 12 Aug 2016 19:46:07 +0000 (12:46 -0700)
committerW. Trevor King <wking@tremily.us>
Fri, 12 Aug 2016 19:46:07 +0000 (12:46 -0700)
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

preggy-9999.ebuild

index 61ca11edd559fe891c1ffd3f4581f0750cf8b0e1..5294749610002ab9258a14eb4045f0cd69b050b9 100644 (file)
@@ -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