summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-03-27 17:57:36 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-03-27 17:57:36 +0000
commit4c76dc8280b5e1512b65581ee5b7553c15ab048e (patch)
tree9496f6123194cc11fdf414ed3b207134a961701a /app-mobilephone/lightblue
parentVersion Bump. (diff)
downloadgentoo-2-4c76dc8280b5e1512b65581ee5b7553c15ab048e.tar.gz
gentoo-2-4c76dc8280b5e1512b65581ee5b7553c15ab048e.tar.bz2
gentoo-2-4c76dc8280b5e1512b65581ee5b7553c15ab048e.zip
Set SUPPORT_PYTHON_ABIS.
(Portage version: 15841-svn/cvs/Linux x86_64)
Diffstat (limited to 'app-mobilephone/lightblue')
-rw-r--r--app-mobilephone/lightblue/ChangeLog8
-rw-r--r--app-mobilephone/lightblue/lightblue-0.4.ebuild17
2 files changed, 16 insertions, 9 deletions
diff --git a/app-mobilephone/lightblue/ChangeLog b/app-mobilephone/lightblue/ChangeLog
index 0875ee992631..950a156fb5a6 100644
--- a/app-mobilephone/lightblue/ChangeLog
+++ b/app-mobilephone/lightblue/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-mobilephone/lightblue
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/lightblue/ChangeLog,v 1.2 2010/03/18 11:29:11 deathwing00 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/lightblue/ChangeLog,v 1.3 2010/03/27 17:57:36 arfrever Exp $
+
+ 27 Mar 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ lightblue-0.4.ebuild:
+ Set SUPPORT_PYTHON_ABIS.
02 Jun 2009; Ioannis Aslanidis <deathwing00@gentoo.org> ChangeLog:
Initial working version.
diff --git a/app-mobilephone/lightblue/lightblue-0.4.ebuild b/app-mobilephone/lightblue/lightblue-0.4.ebuild
index ec023f6efbcb..9ad2a4c6c549 100644
--- a/app-mobilephone/lightblue/lightblue-0.4.ebuild
+++ b/app-mobilephone/lightblue/lightblue-0.4.ebuild
@@ -1,11 +1,14 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/lightblue/lightblue-0.4.ebuild,v 1.2 2009/06/05 16:15:57 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/lightblue/lightblue-0.4.ebuild,v 1.3 2010/03/27 17:57:36 arfrever Exp $
+
+EAPI="3"
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
inherit distutils
-DESCRIPTION="LightBlue is a cross-platform Bluetooth API for Python that
-provides simple access to Bluetooth ops."
+DESCRIPTION="LightBlue is a cross-platform Bluetooth API for Python which provides simple access to Bluetooth operations"
HOMEPAGE="http://lightblue.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
@@ -14,7 +17,7 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE=""
-DEPEND=">=dev-lang/python-2.3
->=dev-python/pybluez-0.9
->=dev-libs/openobex-1.3"
+DEPEND=">=dev-libs/openobex-1.3
+ >=dev-python/pybluez-0.9"
RDEPEND="${DEPEND}"
+RESTRICT_PYTHON_ABIS="3.*"