From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5CB1E138334 for ; Sun, 8 Jul 2018 16:48:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23F47E082F; Sun, 8 Jul 2018 16:48:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C19F1E082F for ; Sun, 8 Jul 2018 16:48:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 031C0335C39 for ; Sun, 8 Jul 2018 16:48:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3663D300 for ; Sun, 8 Jul 2018 16:48:14 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1531068386.79029e88e35c841c1ded1e36fccb6beba18e2d38.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/safeeyes/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/safeeyes/safeeyes-2.0.2.ebuild x11-misc/safeeyes/safeeyes-2.0.4.ebuild x11-misc/safeeyes/safeeyes-2.0.5.ebuild x11-misc/safeeyes/safeeyes-2.0.6.ebuild X-VCS-Directories: x11-misc/safeeyes/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 79029e88e35c841c1ded1e36fccb6beba18e2d38 X-VCS-Branch: master Date: Sun, 8 Jul 2018 16:48:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c9281eaa-3f03-4cbd-97d7-ab0c79928174 X-Archives-Hash: b09c6b8d2886eed76b98d2211daee9e0 commit: 79029e88e35c841c1ded1e36fccb6beba18e2d38 Author: Sebastian Pipping gentoo org> AuthorDate: Sun Jul 8 16:46:26 2018 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sun Jul 8 16:46:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79029e88 x11-misc/safeeyes: Fix audio dependency Closes: https://bugs.gentoo.org/660330 Package-Manager: Portage-2.3.40, Repoman-2.3.9 x11-misc/safeeyes/safeeyes-2.0.2.ebuild | 4 ++-- x11-misc/safeeyes/safeeyes-2.0.4.ebuild | 4 ++-- x11-misc/safeeyes/safeeyes-2.0.5.ebuild | 4 ++-- x11-misc/safeeyes/safeeyes-2.0.6.ebuild | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/x11-misc/safeeyes/safeeyes-2.0.2.ebuild b/x11-misc/safeeyes/safeeyes-2.0.2.ebuild index ebf1e7c7347..e071dcfa59f 100644 --- a/x11-misc/safeeyes/safeeyes-2.0.2.ebuild +++ b/x11-misc/safeeyes/safeeyes-2.0.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="portaudio" +IUSE="" CDEPEND="${PYTHON_DEPS}" DEPEND="${CDEPEND} @@ -24,9 +24,9 @@ RDEPEND="${CDEPEND} dev-python/Babel[${PYTHON_USEDEP}] dev-python/dbus-python[${PYTHON_USEDEP}] dev-python/psutil[${PYTHON_USEDEP}] - portaudio? ( dev-python/pyaudio[${PYTHON_USEDEP}] ) dev-python/pygobject:3[${PYTHON_USEDEP}] dev-python/python-xlib[${PYTHON_USEDEP}] + media-sound/alsa-utils x11-apps/xprop x11-misc/xprintidle " diff --git a/x11-misc/safeeyes/safeeyes-2.0.4.ebuild b/x11-misc/safeeyes/safeeyes-2.0.4.ebuild index ebf1e7c7347..e071dcfa59f 100644 --- a/x11-misc/safeeyes/safeeyes-2.0.4.ebuild +++ b/x11-misc/safeeyes/safeeyes-2.0.4.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="portaudio" +IUSE="" CDEPEND="${PYTHON_DEPS}" DEPEND="${CDEPEND} @@ -24,9 +24,9 @@ RDEPEND="${CDEPEND} dev-python/Babel[${PYTHON_USEDEP}] dev-python/dbus-python[${PYTHON_USEDEP}] dev-python/psutil[${PYTHON_USEDEP}] - portaudio? ( dev-python/pyaudio[${PYTHON_USEDEP}] ) dev-python/pygobject:3[${PYTHON_USEDEP}] dev-python/python-xlib[${PYTHON_USEDEP}] + media-sound/alsa-utils x11-apps/xprop x11-misc/xprintidle " diff --git a/x11-misc/safeeyes/safeeyes-2.0.5.ebuild b/x11-misc/safeeyes/safeeyes-2.0.5.ebuild index ebf1e7c7347..e071dcfa59f 100644 --- a/x11-misc/safeeyes/safeeyes-2.0.5.ebuild +++ b/x11-misc/safeeyes/safeeyes-2.0.5.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="portaudio" +IUSE="" CDEPEND="${PYTHON_DEPS}" DEPEND="${CDEPEND} @@ -24,9 +24,9 @@ RDEPEND="${CDEPEND} dev-python/Babel[${PYTHON_USEDEP}] dev-python/dbus-python[${PYTHON_USEDEP}] dev-python/psutil[${PYTHON_USEDEP}] - portaudio? ( dev-python/pyaudio[${PYTHON_USEDEP}] ) dev-python/pygobject:3[${PYTHON_USEDEP}] dev-python/python-xlib[${PYTHON_USEDEP}] + media-sound/alsa-utils x11-apps/xprop x11-misc/xprintidle " diff --git a/x11-misc/safeeyes/safeeyes-2.0.6.ebuild b/x11-misc/safeeyes/safeeyes-2.0.6.ebuild index 9aae9642548..f240b0ed0b0 100644 --- a/x11-misc/safeeyes/safeeyes-2.0.6.ebuild +++ b/x11-misc/safeeyes/safeeyes-2.0.6.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="portaudio" +IUSE="" CDEPEND="${PYTHON_DEPS}" DEPEND="${CDEPEND} @@ -24,9 +24,9 @@ RDEPEND="${CDEPEND} dev-python/Babel[${PYTHON_USEDEP}] dev-python/dbus-python[${PYTHON_USEDEP}] dev-python/psutil[${PYTHON_USEDEP}] - portaudio? ( dev-python/pyaudio[${PYTHON_USEDEP}] ) dev-python/pygobject:3[${PYTHON_USEDEP}] dev-python/python-xlib[${PYTHON_USEDEP}] + media-sound/alsa-utils x11-apps/xprop x11-misc/xprintidle "