From 005ec221eea53ffe285dc9da63f30f291f471118 Mon Sep 17 00:00:00 2001 From: Justin Riley Date: Mon, 14 May 2012 12:19:35 -0400 Subject: ctypeslib: fix python ebuild deprecation warning --- dev-python/ctypeslib/ctypeslib-9999.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/dev-python/ctypeslib/ctypeslib-9999.ebuild b/dev-python/ctypeslib/ctypeslib-9999.ebuild index 3adeaca..c2a836a 100644 --- a/dev-python/ctypeslib/ctypeslib-9999.ebuild +++ b/dev-python/ctypeslib/ctypeslib-9999.ebuild @@ -3,14 +3,13 @@ # $Header: $ # Ebuild generated by g-pypi 0.2.1 (rev. 204) -inherit distutils subversion - -EAPI=3 +EAPI="4" PYTHON_DEPEND="2" -#PYTHON_MODNAME="ctypeslib" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.*" +inherit distutils subversion + DESCRIPTION="ctypeslib - useful additions to the ctypes FFI library" HOMEPAGE="UNKNOWN" ESVN_REPO_URI="http://svn.python.org/projects/ctypes/trunk/ctypeslib/" @@ -18,4 +17,3 @@ LICENSE="MIT" KEYWORDS="~amd64" SLOT="0" IUSE="" - -- cgit v1.2.3-65-gdbad