summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Laurantin <olivier.laurantin@laposte.net>2017-06-26 19:17:50 +0200
committerKristian Fiskerstrand <k_f@gentoo.org>2017-06-26 20:08:20 +0200
commit7bf2126e619488125db317d7ae6e3271a0493747 (patch)
tree90cdb64bc3e3c1127cacb2d3f8225170f29d1006 /net-wireless
parentdev-java/xmldb: clean up old. (diff)
downloadgentoo-7bf2126e619488125db317d7ae6e3271a0493747.tar.gz
gentoo-7bf2126e619488125db317d7ae6e3271a0493747.tar.bz2
gentoo-7bf2126e619488125db317d7ae6e3271a0493747.zip
net-wireless/blueberry: Minor adjustments
Diffstat (limited to 'net-wireless')
-rw-r--r--net-wireless/blueberry/blueberry-1.1.13.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/net-wireless/blueberry/blueberry-1.1.13.ebuild b/net-wireless/blueberry/blueberry-1.1.13.ebuild
index 5350a685be7b..60f995f28aaa 100644
--- a/net-wireless/blueberry/blueberry-1.1.13.ebuild
+++ b/net-wireless/blueberry/blueberry-1.1.13.ebuild
@@ -2,17 +2,20 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
+
PYTHON_COMPAT=( python2_7 )
inherit eutils gnome2-utils python-single-r1
DESCRIPTION="A Bluetooth configuration tool"
HOMEPAGE="https://github.com/linuxmint/blueberry"
-SRC_URI="https://github.com/linuxmint/blueberry/archive/${PV}.tar.gz -> ${PN}-${PV}.tar.gz"
+SRC_URI="https://github.com/linuxmint/blueberry/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
dev-python/dbus-python[${PYTHON_USEDEP}]