diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-05 17:45:43 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-05 17:45:43 +0000 |
commit | d760c38d74e6ec94360bac308703d500fbdfc52f (patch) | |
tree | 2e53fccb693775471e8bf5e83ffa92b26c5f9a31 /net-im | |
parent | Make static-libs optional. Punt .la files. Drop overshadowed versions. (diff) | |
download | gentoo-2-d760c38d74e6ec94360bac308703d500fbdfc52f.tar.gz gentoo-2-d760c38d74e6ec94360bac308703d500fbdfc52f.tar.bz2 gentoo-2-d760c38d74e6ec94360bac308703d500fbdfc52f.zip |
Set SUPPORT_PYTHON_ABIS (bug #315119).
(Portage version: 2.2.0_alpha29_p9/cvs/Linux x86_64)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/python-otr/ChangeLog | 8 | ||||
-rw-r--r-- | net-im/python-otr/python-otr-0.2.1.1.ebuild | 14 |
2 files changed, 16 insertions, 6 deletions
diff --git a/net-im/python-otr/ChangeLog b/net-im/python-otr/ChangeLog index 70641a8f71fe..cd9955b7b47a 100644 --- a/net-im/python-otr/ChangeLog +++ b/net-im/python-otr/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/python-otr -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/python-otr/ChangeLog,v 1.2 2010/03/24 13:44:09 pva Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/python-otr/ChangeLog,v 1.3 2011/04/05 17:45:43 arfrever Exp $ + + 05 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + python-otr-0.2.1.1.ebuild: + Set SUPPORT_PYTHON_ABIS (bug #315119). 24 Mar 2010; Peter Volkov <pva@gentoo.org> python-otr-0.2.1.1.ebuild: Added swig to DEPEND, bug #310593, thank Andreas Wiese for report. diff --git a/net-im/python-otr/python-otr-0.2.1.1.ebuild b/net-im/python-otr/python-otr-0.2.1.1.ebuild index 85181d9f8608..a74893565b5e 100644 --- a/net-im/python-otr/python-otr-0.2.1.1.ebuild +++ b/net-im/python-otr/python-otr-0.2.1.1.ebuild @@ -1,8 +1,13 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/python-otr/python-otr-0.2.1.1.ebuild,v 1.2 2010/03/24 13:44:09 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/python-otr/python-otr-0.2.1.1.ebuild,v 1.3 2011/04/05 17:45:43 arfrever Exp $ -inherit distutils python eutils +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.* *-jython" + +inherit distutils DESCRIPTION="Python bindings for OTR encryption" HOMEPAGE="http://pyotr.pentabarf.de/" @@ -14,6 +19,7 @@ KEYWORDS="~x86 ~amd64" IUSE="" RDEPEND="net-libs/libotr" - DEPEND="${RDEPEND} dev-lang/swig" + +PYTHON_MODNAME="otr.py" |