summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2024-10-19 13:20:01 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2024-10-19 13:20:10 +0200
commit3582058f2b9c458d3e11031bf19f6b2ebf127b01 (patch)
tree2839bc59493f2520c25d5359fe24c6ff438de3bc /media-sound/ardour
parentmedia-sound/qjackctl: Stabilize 1.0.2 amd64, #941842 (diff)
downloadgentoo-3582058f2b9c458d3e11031bf19f6b2ebf127b01.tar.gz
gentoo-3582058f2b9c458d3e11031bf19f6b2ebf127b01.tar.bz2
gentoo-3582058f2b9c458d3e11031bf19f6b2ebf127b01.zip
media-sound/ardour: updated live
updated slot to 9 std c++17 is now needed Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/ardour')
-rw-r--r--media-sound/ardour/ardour-9999.ebuild9
1 files changed, 1 insertions, 8 deletions
diff --git a/media-sound/ardour/ardour-9999.ebuild b/media-sound/ardour/ardour-9999.ebuild
index d3af7b789e27..24a2798f1e9a 100644
--- a/media-sound/ardour/ardour-9999.ebuild
+++ b/media-sound/ardour/ardour-9999.ebuild
@@ -21,7 +21,7 @@ else
fi
LICENSE="GPL-2"
-SLOT="8"
+SLOT="9"
IUSE="doc jack nls phonehome pulseaudio cpu_flags_ppc_altivec cpu_flags_x86_sse cpu_flags_x86_mmx cpu_flags_x86_3dnow"
RDEPEND="
@@ -78,13 +78,6 @@ pkg_pretend() {
ewarn "Linking with gold linker might produce broken executable, see bug #733972"
}
-pkg_setup() {
- if has_version \>=dev-libs/libsigc++-2.6 ; then
- append-cxxflags -std=c++11
- fi
- python-any-r1_pkg_setup
-}
-
src_prepare() {
default