summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-12-24 22:28:16 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-12-24 22:28:16 +0000
commitc91494c1736b36b3a6ff7b27d47b84ed720fae85 (patch)
treefd2d37c7e134a2f2a5abe7048189fb2545e0c923 /dev-python/pkipplib
parentConvert to EAPI=2, use the auto option with gen_usr_ldscript, update HOMEPAGE... (diff)
downloadgentoo-2-c91494c1736b36b3a6ff7b27d47b84ed720fae85.tar.gz
gentoo-2-c91494c1736b36b3a6ff7b27d47b84ed720fae85.tar.bz2
gentoo-2-c91494c1736b36b3a6ff7b27d47b84ed720fae85.zip
Fix dependencies. Set SUPPORT_PYTHON_ABIS.
(Portage version: 2.2.0_alpha10_p5/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pkipplib')
-rw-r--r--dev-python/pkipplib/ChangeLog8
-rw-r--r--dev-python/pkipplib/pkipplib-0.07.ebuild9
2 files changed, 13 insertions, 4 deletions
diff --git a/dev-python/pkipplib/ChangeLog b/dev-python/pkipplib/ChangeLog
index 95e0aafc7750..6b03e7e177d1 100644
--- a/dev-python/pkipplib/ChangeLog
+++ b/dev-python/pkipplib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pkipplib
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pkipplib/ChangeLog,v 1.1 2007/04/08 13:17:56 kloeri Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pkipplib/ChangeLog,v 1.2 2010/12/24 22:28:16 arfrever Exp $
+
+ 24 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ pkipplib-0.07.ebuild:
+ Fix dependencies. Set SUPPORT_PYTHON_ABIS.
*pkipplib-0.07 (08 Apr 2007)
diff --git a/dev-python/pkipplib/pkipplib-0.07.ebuild b/dev-python/pkipplib/pkipplib-0.07.ebuild
index ef90d44ad836..0152f67389cf 100644
--- a/dev-python/pkipplib/pkipplib-0.07.ebuild
+++ b/dev-python/pkipplib/pkipplib-0.07.ebuild
@@ -1,6 +1,11 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pkipplib/pkipplib-0.07.ebuild,v 1.1 2007/04/08 13:17:56 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pkipplib/pkipplib-0.07.ebuild,v 1.2 2010/12/24 22:28:16 arfrever Exp $
+
+EAPI="3"
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
inherit distutils