diff options
author | Karl Linden <karl.j.linden@gmail.com> | 2017-12-05 12:05:11 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-12-20 23:38:28 +0100 |
commit | 353c8e640756f8d7b8a8cc4c9990023e915d4dc7 (patch) | |
tree | d97070e2ab0d288f1add79dd10aef91287dc378e /media-sound | |
parent | net-misc/lldpd: remove unused patches. (diff) | |
download | gentoo-353c8e640756f8d7b8a8cc4c9990023e915d4dc7.tar.gz gentoo-353c8e640756f8d7b8a8cc4c9990023e915d4dc7.tar.bz2 gentoo-353c8e640756f8d7b8a8cc4c9990023e915d4dc7.zip |
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
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/patchage/patchage-0.5.0-r1.ebuild | 4 | ||||
-rw-r--r-- | 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 e9ef3beb4975..f7a464d6ad22 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 87cdc2f529e1..f8d6244f24dd 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 )" |