From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 654AB139590 for ; Thu, 12 Jul 2018 19:00:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC1ADE0935; Thu, 12 Jul 2018 19:00:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84B99E0935 for ; Thu, 12 Jul 2018 19:00:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA6F0335CFD for ; Thu, 12 Jul 2018 19:00:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0841731B for ; Thu, 12 Jul 2018 19:00:21 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1531421949.98e9390e5be9f74e9e07ee0054c6167e3e5d973f.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/calf/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/calf/calf-0.90.0-r1.ebuild media-plugins/calf/calf-9999.ebuild X-VCS-Directories: media-plugins/calf/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 98e9390e5be9f74e9e07ee0054c6167e3e5d973f X-VCS-Branch: master Date: Thu, 12 Jul 2018 19:00:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2f65a336-0f4d-4db0-8f0d-d005afca3ea5 X-Archives-Hash: 10bce3a0d473ffa4804efde4803e85dd commit: 98e9390e5be9f74e9e07ee0054c6167e3e5d973f Author: nado troglodyte be> AuthorDate: Tue Jul 10 14:25:27 2018 +0000 Commit: Matt Thode gentoo org> CommitDate: Thu Jul 12 18:59:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98e9390e media-plugins/calf: set $EPREFIX where needed in econf call Closes: https://bugs.gentoo.org/660442 Package-Manager: Portage-2.3.41, Repoman-2.3.9 Signed-off-by: Matthew Thode gentoo.org> media-plugins/calf/{calf-9999.ebuild => calf-0.90.0-r1.ebuild} | 5 +++-- media-plugins/calf/calf-9999.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/media-plugins/calf/calf-9999.ebuild b/media-plugins/calf/calf-0.90.0-r1.ebuild similarity index 88% copy from media-plugins/calf/calf-9999.ebuild copy to media-plugins/calf/calf-0.90.0-r1.ebuild index 2187ab626fd..a065b446eb2 100644 --- a/media-plugins/calf/calf-9999.ebuild +++ b/media-plugins/calf/calf-0.90.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -45,9 +45,10 @@ src_configure() { #$(use_with gtk gui) #$(use_with jack) econf \ + --prefix="${EPREFIX}"/usr \ $(use_with lash) \ $(use_with lv2 lv2) \ - $(usex lv2 "--with-lv2-dir=/usr/$(get_libdir)/lv2" "") \ + $(usex lv2 "--with-lv2-dir=${EPREFIX}/usr/$(get_libdir)/lv2" "") \ $(use_enable static-libs static) \ $(use_enable cpu_flags_x86_sse sse) \ $(use_enable experimental) diff --git a/media-plugins/calf/calf-9999.ebuild b/media-plugins/calf/calf-9999.ebuild index 2187ab626fd..a065b446eb2 100644 --- a/media-plugins/calf/calf-9999.ebuild +++ b/media-plugins/calf/calf-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -45,9 +45,10 @@ src_configure() { #$(use_with gtk gui) #$(use_with jack) econf \ + --prefix="${EPREFIX}"/usr \ $(use_with lash) \ $(use_with lv2 lv2) \ - $(usex lv2 "--with-lv2-dir=/usr/$(get_libdir)/lv2" "") \ + $(usex lv2 "--with-lv2-dir=${EPREFIX}/usr/$(get_libdir)/lv2" "") \ $(use_enable static-libs static) \ $(use_enable cpu_flags_x86_sse sse) \ $(use_enable experimental)