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
-# 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