diff options
author | David Seifert <soap@gentoo.org> | 2017-04-19 09:24:21 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-19 10:01:32 +0200 |
commit | ed67c02393887c498ed5225dd69e5b38680f88f4 (patch) | |
tree | ed636c5ff988faf0a602261c83c081e5b5e7e1ec /app-accessibility | |
parent | app-accessibility/accerciser: [QA] Add missing python metadata variables (diff) | |
download | gentoo-ed67c02393887c498ed5225dd69e5b38680f88f4.tar.gz gentoo-ed67c02393887c498ed5225dd69e5b38680f88f4.tar.bz2 gentoo-ed67c02393887c498ed5225dd69e5b38680f88f4.zip |
app-accessibility/brltty: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/brltty/brltty-5.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-accessibility/brltty/brltty-5.2-r1.ebuild b/app-accessibility/brltty/brltty-5.2-r1.ebuild index 8b395def8354..f89ef31b2a50 100644 --- a/app-accessibility/brltty/brltty-5.2-r1.ebuild +++ b/app-accessibility/brltty/brltty-5.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -22,7 +22,7 @@ IUSE="+api +beeper bluetooth +contracted-braille doc +fm gpm iconv icu REQUIRED_USE="doc? ( api ) java? ( api ) ocaml? ( api ) - python? ( api ) + python? ( api ${PYTHON_REQUIRED_USE} ) tcl? ( api )" COMMON_DEP="bluetooth? ( net-wireless/bluez ) |