commit:     42ab9384887fec19a1aa5f995c4313a275394095
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 13 08:20:00 2020 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Aug 13 08:37:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42ab9384

media-sound/ardour: Revbump to not install config into /usr/etc/

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 .../ardour/{ardour-6.2.ebuild => ardour-6.2-r1.ebuild}        | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/media-sound/ardour/ardour-6.2.ebuild 
b/media-sound/ardour/ardour-6.2-r1.ebuild
similarity index 96%
rename from media-sound/ardour/ardour-6.2.ebuild
rename to media-sound/ardour/ardour-6.2-r1.ebuild
index 62d9c9a3223..43c1789b324 100644
--- a/media-sound/ardour/ardour-6.2.ebuild
+++ b/media-sound/ardour/ardour-6.2-r1.ebuild
@@ -113,15 +113,14 @@ src_configure() {
        tc-export CC CXX
        mkdir -p "${D}"
        waf-utils_src_configure \
+               --destdir="${D}" \
+               --configdir=/etc \
+               --optimize \
                $(usex doc "--docs" '') \
                $({ use altivec || use cpu_flags_x86_sse; } && echo 
"--fpu-optimization" || echo "--no-fpu-optimization") \
                $(usex jack "--with-backends=alsa,jack" "--with-backends=alsa  
--libjack=weak") \
-               $( use phonehome && echo "--phone-home" ) || echo 
"--no-phone-home" \
-               $( use nls && echo "--nls" ) || echo --no-nls \
-               --destdir="${D}" \
-               --prefix=/usr \
-               --configdir=/etc \
-               --optimize
+               $(usex phonehome "--phone-home" "--no-phone-home") \
+               $(usex nls "--nls" "--no-nls")
 #not possible right now                --use-external-libs
 }
 src_compile() {

Reply via email to