diff options
author | Mike Pagano <mpagano@gentoo.org> | 2013-07-29 19:56:28 +0000 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2013-07-29 19:56:28 +0000 |
commit | 18ce864a3f03c6adbcac35be6909e10e8727c913 (patch) | |
tree | 904e20f090d45cee5723bd3242848b1ebfb51046 /app-portage | |
parent | Handful of stability fixes (races and qemu compat) from upstream. (diff) | |
download | gentoo-2-18ce864a3f03c6adbcac35be6909e10e8727c913.tar.gz gentoo-2-18ce864a3f03c6adbcac35be6909e10e8727c913.tar.bz2 gentoo-2-18ce864a3f03c6adbcac35be6909e10e8727c913.zip |
Bump EAPI and correctly inherit new python eclass
(Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key B576E4E3)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/portpeek/ChangeLog | 6 | ||||
-rw-r--r-- | app-portage/portpeek/portpeek-2.0.24.ebuild | 8 | ||||
-rw-r--r-- | app-portage/portpeek/portpeek-2.0.25.ebuild | 8 |
3 files changed, 13 insertions, 9 deletions
diff --git a/app-portage/portpeek/ChangeLog b/app-portage/portpeek/ChangeLog index 0da770c43b8c..1288759aa0dd 100644 --- a/app-portage/portpeek/ChangeLog +++ b/app-portage/portpeek/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-portage/portpeek # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/portpeek/ChangeLog,v 1.168 2013/07/29 19:48:50 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/portpeek/ChangeLog,v 1.169 2013/07/29 19:56:28 mpagano Exp $ + + 29 Jul 2013; Michael Pagano <mpagano@gentoo.org> portpeek-2.0.24.ebuild, + portpeek-2.0.25.ebuild: + Bump EAPI and correctly inherit new python eclass *portpeek-2.1.9 (29 Jul 2013) diff --git a/app-portage/portpeek/portpeek-2.0.24.ebuild b/app-portage/portpeek/portpeek-2.0.24.ebuild index 8e7253abea5a..618bc46e2933 100644 --- a/app-portage/portpeek/portpeek-2.0.24.ebuild +++ b/app-portage/portpeek/portpeek-2.0.24.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/portpeek/portpeek-2.0.24.ebuild,v 1.7 2013/03/08 19:53:34 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/portpeek/portpeek-2.0.24.ebuild,v 1.8 2013/07/29 19:56:28 mpagano Exp $ -EAPI="4" -PYTHON_DEPEND="*:2.7" +EAPI="5" +PYTHON_COMPAT=( python2_7 ) -inherit python +inherit python-single-r1 DESCRIPTION="A helper program for maintaining the package.keyword and package.unmask files" HOMEPAGE="http://www.mpagano.com/blog/?page_id=3" diff --git a/app-portage/portpeek/portpeek-2.0.25.ebuild b/app-portage/portpeek/portpeek-2.0.25.ebuild index 736381696cef..681c9c0b87b4 100644 --- a/app-portage/portpeek/portpeek-2.0.25.ebuild +++ b/app-portage/portpeek/portpeek-2.0.25.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/portpeek/portpeek-2.0.25.ebuild,v 1.7 2013/03/08 19:53:34 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/portpeek/portpeek-2.0.25.ebuild,v 1.8 2013/07/29 19:56:28 mpagano Exp $ -EAPI="4" -PYTHON_DEPEND="*:2.7" +EAPI="5" +PYTHON_COMPAT=( python2_7 ) -inherit python +inherit python-single-r1 DESCRIPTION="A helper program for maintaining the package.keyword and package.unmask files" HOMEPAGE="http://www.mpagano.com/blog/?page_id=3" |