diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-29 12:53:04 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-29 15:10:54 +0200 |
commit | d854f01cdc9737705bb0a51c0b961aa821279aa3 (patch) | |
tree | 6b380999e4cbae3f17863d0fbe35b8a204a5e005 /media-sound/ardour | |
parent | media-sound/ardour: Switch IUSE=pulseaudio to media-libs/libpulse (diff) | |
download | gentoo-d854f01cdc9737705bb0a51c0b961aa821279aa3.tar.gz gentoo-d854f01cdc9737705bb0a51c0b961aa821279aa3.tar.bz2 gentoo-d854f01cdc9737705bb0a51c0b961aa821279aa3.zip |
media-sound/ardour: 7.4: Switch IUSE=pulseaudio to media-libs/libpulse
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/ardour')
-rw-r--r-- | media-sound/ardour/ardour-7.4-r2.ebuild (renamed from media-sound/ardour/ardour-7.4-r1.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-sound/ardour/ardour-7.4-r1.ebuild b/media-sound/ardour/ardour-7.4-r2.ebuild index b956ddf4cfa5..0d0ba16716f4 100644 --- a/media-sound/ardour/ardour-7.4-r1.ebuild +++ b/media-sound/ardour/ardour-7.4-r2.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 + PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE='threads(+)' PLOCALES="ca cs de el en_GB es eu fr it ja ko nn pl pt pt_PT ru sv zh" @@ -54,7 +55,7 @@ RDEPEND=" x11-libs/gtk+:2 x11-libs/pango jack? ( virtual/jack ) - pulseaudio? ( media-sound/pulseaudio ) + pulseaudio? ( media-libs/libpulse ) media-libs/lilv media-libs/sratom dev-libs/sord |