commit: 3582058f2b9c458d3e11031bf19f6b2ebf127b01
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 19 11:20:01 2024 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Oct 19 11:20:10 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3582058f
media-sound/ardour: updated live
updated slot to 9
std c++17 is now needed
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/ardour/ardour-9999.ebuild | 9 +--------
1 file changed, 1 insertion(+), 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