Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/brltty/
Date: Wed, 19 Apr 2017 08:03:30
Message-Id: 1492588892.ed67c02393887c498ed5225dd69e5b38680f88f4.soap@gentoo
1 commit: ed67c02393887c498ed5225dd69e5b38680f88f4
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 19 07:24:21 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 19 08:01:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed67c023
7
8 app-accessibility/brltty: [QA] Add missing python metadata variables
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 app-accessibility/brltty/brltty-5.2-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-accessibility/brltty/brltty-5.2-r1.ebuild b/app-accessibility/brltty/brltty-5.2-r1.ebuild
16 index 8b395def835..f89ef31b2a5 100644
17 --- a/app-accessibility/brltty/brltty-5.2-r1.ebuild
18 +++ b/app-accessibility/brltty/brltty-5.2-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -22,7 +22,7 @@ IUSE="+api +beeper bluetooth +contracted-braille doc +fm gpm iconv icu
26 REQUIRED_USE="doc? ( api )
27 java? ( api )
28 ocaml? ( api )
29 - python? ( api )
30 + python? ( api ${PYTHON_REQUIRED_USE} )
31 tcl? ( api )"
32
33 COMMON_DEP="bluetooth? ( net-wireless/bluez )