Gentoo Archives: gentoo-commits

From: Kristian Fiskerstrand <k_f@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/blueberry/
Date: Mon, 26 Jun 2017 18:08:32
Message-Id: 1498500500.7bf2126e619488125db317d7ae6e3271a0493747.k_f@gentoo
1 commit: 7bf2126e619488125db317d7ae6e3271a0493747
2 Author: Olivier Laurantin <olivier.laurantin <AT> laposte <DOT> net>
3 AuthorDate: Mon Jun 26 17:17:50 2017 +0000
4 Commit: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 26 18:08:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bf2126e
7
8 net-wireless/blueberry: Minor adjustments
9
10 net-wireless/blueberry/blueberry-1.1.13.ebuild | 5 ++++-
11 1 file changed, 4 insertions(+), 1 deletion(-)
12
13 diff --git a/net-wireless/blueberry/blueberry-1.1.13.ebuild b/net-wireless/blueberry/blueberry-1.1.13.ebuild
14 index 5350a685be7..60f995f28aa 100644
15 --- a/net-wireless/blueberry/blueberry-1.1.13.ebuild
16 +++ b/net-wireless/blueberry/blueberry-1.1.13.ebuild
17 @@ -2,17 +2,20 @@
18 # Distributed under the terms of the GNU General Public License v2
19
20 EAPI=6
21 +
22 PYTHON_COMPAT=( python2_7 )
23
24 inherit eutils gnome2-utils python-single-r1
25
26 DESCRIPTION="A Bluetooth configuration tool"
27 HOMEPAGE="https://github.com/linuxmint/blueberry"
28 -SRC_URI="https://github.com/linuxmint/blueberry/archive/${PV}.tar.gz -> ${PN}-${PV}.tar.gz"
29 +SRC_URI="https://github.com/linuxmint/blueberry/archive/${PV}.tar.gz -> ${P}.tar.gz"
30
31 LICENSE="GPL-3"
32 SLOT="0"
33 KEYWORDS="~amd64 ~x86"
34 +IUSE=""
35 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
36
37 RDEPEND="${PYTHON_DEPS}
38 dev-python/dbus-python[${PYTHON_USEDEP}]