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 0C72F139083 for ; Wed, 20 Dec 2017 22:40:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09379E0FB4; Wed, 20 Dec 2017 22:40:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 D2E3BE0FB4 for ; Wed, 20 Dec 2017 22:40:22 +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 8179233BF24 for ; Wed, 20 Dec 2017 22:40:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 188F4AE70 for ; Wed, 20 Dec 2017 22:40:20 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1513809508.353c8e640756f8d7b8a8cc4c9990023e915d4dc7.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/patchage/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/patchage/patchage-0.5.0-r1.ebuild media-sound/patchage/patchage-1.0.0.ebuild X-VCS-Directories: media-sound/patchage/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 353c8e640756f8d7b8a8cc4c9990023e915d4dc7 X-VCS-Branch: master Date: Wed, 20 Dec 2017 22:40:20 +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: 7af0e60d-a9a2-4df5-ba69-f6e6f79c0a6c X-Archives-Hash: 5976ad47c5051b862f39c3bcd9b6986e commit: 353c8e640756f8d7b8a8cc4c9990023e915d4dc7 Author: Karl Linden gmail com> AuthorDate: Tue Dec 5 11:05:11 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Wed Dec 20 22:38:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=353c8e64 media-sound/patchage: depend on virtual/jack. Closes: https://bugs.gentoo.org/631964 Closes: https://github.com/gentoo/gentoo/pull/6449 Package-Manager: Portage-2.3.16, Repoman-2.3.6 media-sound/patchage/patchage-0.5.0-r1.ebuild | 4 ++-- media-sound/patchage/patchage-1.0.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-sound/patchage/patchage-0.5.0-r1.ebuild b/media-sound/patchage/patchage-0.5.0-r1.ebuild index e9ef3beb497..f7a464d6ad2 100644 --- a/media-sound/patchage/patchage-0.5.0-r1.ebuild +++ b/media-sound/patchage/patchage-0.5.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -22,7 +22,7 @@ RDEPEND=">=media-libs/raul-0.7.0 >=dev-cpp/glibmm-2.14:2 >=dev-cpp/libglademm-2.6.0:2.4 dev-cpp/libgnomecanvasmm:2.6 - >=media-sound/jack-audio-connection-kit-0.107 + virtual/jack alsa? ( media-libs/alsa-lib ) lash? ( dev-libs/dbus-glib )" DEPEND="${RDEPEND} diff --git a/media-sound/patchage/patchage-1.0.0.ebuild b/media-sound/patchage/patchage-1.0.0.ebuild index 87cdc2f529e..f8d6244f24d 100644 --- a/media-sound/patchage/patchage-1.0.0.ebuild +++ b/media-sound/patchage/patchage-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -20,7 +20,7 @@ RDEPEND=">=dev-cpp/glibmm-2.14:2 >=dev-cpp/libglademm-2.6.0:2.4 dev-cpp/libgnomecanvasmm:2.6 >=media-libs/ganv-1.4.0 - >=media-sound/jack-audio-connection-kit-0.120.0 + virtual/jack alsa? ( media-libs/alsa-lib ) jack-dbus? ( dev-libs/dbus-glib sys-apps/dbus )"