diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-22 23:53:14 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-11-04 19:38:35 +0100 |
commit | 5f360a599cbec568cb2fb74545e96da651b26784 (patch) | |
tree | 5a3ef99d88d85df7f2cf05df752908525405eb80 /net-im/dino/dino-9999.ebuild | |
parent | gnome-base/gnome-control-center: Set libcanberra[sound] IUSE default (diff) | |
download | gentoo-5f360a599cbec568cb2fb74545e96da651b26784.tar.gz gentoo-5f360a599cbec568cb2fb74545e96da651b26784.tar.bz2 gentoo-5f360a599cbec568cb2fb74545e96da651b26784.zip |
net-im/dino: Set libcanberra[sound] IUSE default
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-im/dino/dino-9999.ebuild')
-rw-r--r-- | net-im/dino/dino-9999.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-im/dino/dino-9999.ebuild b/net-im/dino/dino-9999.ebuild index 443a60ca974f..f072fcc344e7 100644 --- a/net-im/dino/dino-9999.ebuild +++ b/net-im/dino/dino-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -40,7 +40,7 @@ RDEPEND=" x11-libs/pango gpg? ( app-crypt/gpgme:= ) http? ( net-libs/libsoup:2.4 ) - notification-sound? ( media-libs/libcanberra:0[sound] ) + notification-sound? ( media-libs/libcanberra:0[sound(+)] ) omemo? ( dev-libs/libgcrypt:= media-gfx/qrencode:= @@ -51,8 +51,7 @@ RDEPEND=" media-libs/webrtc-audio-processing:0 ) " -DEPEND=" - ${RDEPEND} +DEPEND="${RDEPEND} media-libs/gst-plugins-base media-libs/gstreamer " |