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 A628D139694 for ; Fri, 12 May 2017 21:34:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 841B821C038; Fri, 12 May 2017 21:33:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4840621C038 for ; Fri, 12 May 2017 21:33:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0B97733BE19 for ; Fri, 12 May 2017 21:33:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A41487427 for ; Fri, 12 May 2017 21:33:32 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1494624773.74d4c08659c27a4d0733966470505b56319424ee.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/pybitmessage/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/pybitmessage/pybitmessage-0.6.2-r1.ebuild net-p2p/pybitmessage/pybitmessage-0.6.2.ebuild X-VCS-Directories: net-p2p/pybitmessage/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 74d4c08659c27a4d0733966470505b56319424ee X-VCS-Branch: master Date: Fri, 12 May 2017 21:33:32 +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: 991e0310-5262-446c-bce1-d4b0354a784e X-Archives-Hash: d3b2c79c961474db4ced6739acf42d6a commit: 74d4c08659c27a4d0733966470505b56319424ee Author: Michael Orlitzky gentoo org> AuthorDate: Fri May 12 21:32:33 2017 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Fri May 12 21:32:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74d4c086 net-p2p/pybitmessage: new revision to fix audio dependencies. In v0.6.2, I had an "and" dependency on a few audio tools that should have been an "or" dependency. Thanks to Dmitri Bogomolov for catching the mistake and suggesting the correct fix. Package-Manager: Portage-2.3.3, Repoman-2.3.1 .../{pybitmessage-0.6.2.ebuild => pybitmessage-0.6.2-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-p2p/pybitmessage/pybitmessage-0.6.2.ebuild b/net-p2p/pybitmessage/pybitmessage-0.6.2-r1.ebuild similarity index 98% rename from net-p2p/pybitmessage/pybitmessage-0.6.2.ebuild rename to net-p2p/pybitmessage/pybitmessage-0.6.2-r1.ebuild index 93db12aefd7..b5c33b4c51d 100644 --- a/net-p2p/pybitmessage/pybitmessage-0.6.2.ebuild +++ b/net-p2p/pybitmessage/pybitmessage-0.6.2-r1.ebuild @@ -43,11 +43,11 @@ RDEPEND="${DEPEND} dev-python/pyopencl[${PYTHON_USEDEP}] ) qt4? ( dev-python/PyQt4[${PYTHON_USEDEP}] ) - sound? ( - media-sound/alsa-utils + sound? ( || ( media-sound/gst123 + media-sound/alsa-utils media-sound/mpg123 - )" + ) )" S="${WORKDIR}/${MY_P}"