commit: bb9e6d3811382c9432778e97f02f0a47572bf4dc
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 15 18:49:02 2017 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Tue Aug 15 18:51:35 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb9e6d38
x11-misc/safeeyes: Optional PortAudio (bug #627896)
Package-Manager: Portage-2.3.6, Repoman-2.3.3
x11-misc/safeeyes/safeeyes-1.2.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-misc/safeeyes/safeeyes-1.2.2.ebuild
b/x11-misc/safeeyes/safeeyes-1.2.2.ebuild
index 6305f53b5b4..98d9b9cc112 100644
--- a/x11-misc/safeeyes/safeeyes-1.2.2.ebuild
+++ b/x11-misc/safeeyes/safeeyes-1.2.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="portaudio"
CDEPEND="${PYTHON_DEPS}"
DEPEND="${CDEPEND}
@@ -24,7 +24,7 @@ RDEPEND="${CDEPEND}
dev-python/Babel[${PYTHON_USEDEP}]
dev-python/dbus-python[${PYTHON_USEDEP}]
dev-python/psutil[${PYTHON_USEDEP}]
- dev-python/pyaudio[${PYTHON_USEDEP}]
+ portaudio? ( dev-python/pyaudio[${PYTHON_USEDEP}] )
dev-python/pygobject:3[${PYTHON_USEDEP}]
dev-python/python-xlib[${PYTHON_USEDEP}]
x11-apps/xprop