diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2023-06-18 15:02:58 +0200 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2023-06-18 15:03:23 +0200 |
commit | 154a9c738d64482607c9a074fd2ba262db0ecfe7 (patch) | |
tree | 69ecfdf56b9a604a47da005edb9e1eda6c8824d2 /media-radio | |
parent | media-radio/unixcw: drop 3.5.1-r1 (diff) | |
download | gentoo-154a9c738d64482607c9a074fd2ba262db0ecfe7.tar.gz gentoo-154a9c738d64482607c9a074fd2ba262db0ecfe7.tar.bz2 gentoo-154a9c738d64482607c9a074fd2ba262db0ecfe7.zip |
media-radio/unixcw: Move to media-libs/libpulse
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Diffstat (limited to 'media-radio')
-rw-r--r-- | media-radio/unixcw/unixcw-3.6.0-r1.ebuild (renamed from media-radio/unixcw/unixcw-3.6.0.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-radio/unixcw/unixcw-3.6.0.ebuild b/media-radio/unixcw/unixcw-3.6.0-r1.ebuild index 5a00e1719d21..45d6a68f7339 100644 --- a/media-radio/unixcw/unixcw-3.6.0.ebuild +++ b/media-radio/unixcw/unixcw-3.6.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,7 +20,7 @@ RDEPEND="ncurses? ( sys-libs/ncurses:= ) dev-qt/qtgui:5 dev-qt/qtwidgets:5 ) alsa? ( media-libs/alsa-lib ) - pulseaudio? ( media-sound/pulseaudio )" + pulseaudio? ( media-libs/libpulse )" DEPEND="${RDEPEND} virtual/pkgconfig sys-devel/libtool" |