commit:     c995f33af32bc7f7f777c9abe1c67b2c53e34394
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 13 17:17:06 2016 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sun Nov 13 17:18:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c995f33a

app-portage/gpytage: Update ebuild to eapi 6

Package-Manager: portage-2.3.2_p3

 ...ytage-0.3.0_rc1.ebuild => gpytage-0.3.0_rc1-r1.ebuild} | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/app-portage/gpytage/gpytage-0.3.0_rc1.ebuild 
b/app-portage/gpytage/gpytage-0.3.0_rc1-r1.ebuild
similarity index 63%
rename from app-portage/gpytage/gpytage-0.3.0_rc1.ebuild
rename to app-portage/gpytage/gpytage-0.3.0_rc1-r1.ebuild
index 7830dc6..8a13508 100644
--- a/app-portage/gpytage/gpytage-0.3.0_rc1.ebuild
+++ b/app-portage/gpytage/gpytage-0.3.0_rc1-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="3"
-PYTHON_DEPEND="2:2.6"
+EAPI="6"
+PYTHON_COMPAT=( python2_7 )
 
-inherit distutils
+inherit distutils-r1
 
 DESCRIPTION="GTK Utility to help manage Portage's user config files"
 HOMEPAGE="https://gna.org/projects/gpytage";
@@ -13,12 +13,7 @@ SRC_URI="http://download.gna.org/${PN}/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 
 RDEPEND=">=dev-python/pygtk-2.14"
-
-pkg_setup() {
-       python_set_active_version 2
-       python_pkg_setup
-}

Reply via email to