summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-10-25 13:33:35 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-10-25 13:33:35 +0000
commite684f632cdb8bcb69cc63c6bb13fed01486c6793 (patch)
tree48af3d377604f64228aab9e913c8996971032719 /dev-python/eyeD3
parentVersion bump. (diff)
downloadgentoo-2-e684f632cdb8bcb69cc63c6bb13fed01486c6793.tar.gz
gentoo-2-e684f632cdb8bcb69cc63c6bb13fed01486c6793.tar.bz2
gentoo-2-e684f632cdb8bcb69cc63c6bb13fed01486c6793.zip
Set SUPPORT_PYTHON_ABIS.
(Portage version: 14724-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/eyeD3')
-rw-r--r--dev-python/eyeD3/ChangeLog6
-rw-r--r--dev-python/eyeD3/eyeD3-0.6.17.ebuild14
2 files changed, 15 insertions, 5 deletions
diff --git a/dev-python/eyeD3/ChangeLog b/dev-python/eyeD3/ChangeLog
index 8cd7ccf44272..c77eb0536269 100644
--- a/dev-python/eyeD3/ChangeLog
+++ b/dev-python/eyeD3/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/eyeD3
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.35 2009/10/10 15:47:19 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.36 2009/10/25 13:33:35 arfrever Exp $
+
+ 25 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ eyeD3-0.6.17.ebuild:
+ Set SUPPORT_PYTHON_ABIS.
10 Oct 2009; Fabian Groffen <grobian@gentoo.org> eyeD3-0.6.17.ebuild:
Merge from Prefix
diff --git a/dev-python/eyeD3/eyeD3-0.6.17.ebuild b/dev-python/eyeD3/eyeD3-0.6.17.ebuild
index ad6858938568..c0be807f8d44 100644
--- a/dev-python/eyeD3/eyeD3-0.6.17.ebuild
+++ b/dev-python/eyeD3/eyeD3-0.6.17.ebuild
@@ -1,10 +1,12 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.6.17.ebuild,v 1.3 2009/10/10 15:47:19 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.6.17.ebuild,v 1.4 2009/10/25 13:33:35 arfrever Exp $
-EAPI=2
-NEED_PYTHON=2.5
-inherit distutils python
+EAPI="2"
+NEED_PYTHON="2.5"
+SUPPORT_PYTHON_ABIS="1"
+
+inherit distutils
DESCRIPTION="Module for manipulating ID3 (v1 + v2) tags in Python"
HOMEPAGE="http://eyed3.nicfit.net/"
@@ -15,6 +17,10 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
IUSE=""
+DEPEND=""
+RDEPEND=""
+RESTRICT_PYTHON_ABIS="2.4 3.*"
+
DOCS="AUTHORS ChangeLog NEWS README THANKS TODO"
src_install() {