diff options
author | Justin Riley <justin.t.riley@gmail.com> | 2012-05-14 12:19:35 -0400 |
---|---|---|
committer | Justin Riley <justin.t.riley@gmail.com> | 2012-05-14 12:19:35 -0400 |
commit | 005ec221eea53ffe285dc9da63f30f291f471118 (patch) | |
tree | 07a35ce600da7f2c06542b9e09f9c22e46f33633 | |
parent | rb_libtorrent: fix boost bug again for 0.15.9 (diff) | |
download | jtriley-005ec221eea53ffe285dc9da63f30f291f471118.tar.gz jtriley-005ec221eea53ffe285dc9da63f30f291f471118.tar.bz2 jtriley-005ec221eea53ffe285dc9da63f30f291f471118.zip |
ctypeslib: fix python ebuild deprecation warning
-rw-r--r-- | dev-python/ctypeslib/ctypeslib-9999.ebuild | 8 |
1 files 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="" - |