diff options
author | Sebastian Pipping <sping@gentoo.org> | 2017-08-15 20:49:02 +0200 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2017-08-15 20:51:35 +0200 |
commit | bb9e6d3811382c9432778e97f02f0a47572bf4dc (patch) | |
tree | eb9056a704fc518c21461a2cf5dca0d14a1b0511 /x11-misc/safeeyes | |
parent | net-misc/curl: version bump to 7.55.1 (diff) | |
download | gentoo-bb9e6d3811382c9432778e97f02f0a47572bf4dc.tar.gz gentoo-bb9e6d3811382c9432778e97f02f0a47572bf4dc.tar.bz2 gentoo-bb9e6d3811382c9432778e97f02f0a47572bf4dc.zip |
x11-misc/safeeyes: Optional PortAudio (bug #627896)
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'x11-misc/safeeyes')
-rw-r--r-- | x11-misc/safeeyes/safeeyes-1.2.2.ebuild | 4 |
1 files 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 6305f53b5b4b..98d9b9cc1123 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 |