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 94B4C1395E2 for ; Thu, 8 Dec 2016 06:14:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDF8021C039; Thu, 8 Dec 2016 06:14:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9CDD621C039 for ; Thu, 8 Dec 2016 06:14:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 64CA1341597 for ; Thu, 8 Dec 2016 06:14:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 891D14A8 for ; Thu, 8 Dec 2016 06:14:43 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1481177663.280d59cc34dc07bd5b88ebd8317e4e69baf8250f.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/db/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/db/db-4.2.52_p5-r1.ebuild sys-libs/db/db-4.3.29_p1-r1.ebuild sys-libs/db/db-4.4.20_p4-r1.ebuild sys-libs/db/db-4.5.20_p2-r1.ebuild sys-libs/db/db-4.6.21_p4.ebuild sys-libs/db/db-4.7.25_p4.ebuild sys-libs/db/db-4.8.30-r2.ebuild sys-libs/db/db-5.1.29-r1.ebuild sys-libs/db/db-5.3.28-r2.ebuild sys-libs/db/db-6.0.35.ebuild sys-libs/db/db-6.1.29.ebuild sys-libs/db/db-6.2.23.ebuild X-VCS-Directories: sys-libs/db/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 280d59cc34dc07bd5b88ebd8317e4e69baf8250f X-VCS-Branch: master Date: Thu, 8 Dec 2016 06:14:43 +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: d78b1803-623c-489c-9b87-c592f868b6a6 X-Archives-Hash: 271ec205342b2fa284a9b0b7f1bbe9c3 commit: 280d59cc34dc07bd5b88ebd8317e4e69baf8250f Author: Mike Frysinger gentoo org> AuthorDate: Thu Dec 8 06:13:50 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Thu Dec 8 06:14:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=280d59cc sys-libs/db: pass EPREFIX to --with-tcl path to fix prefix builds #592672 sys-libs/db/db-4.2.52_p5-r1.ebuild | 2 +- sys-libs/db/db-4.3.29_p1-r1.ebuild | 2 +- sys-libs/db/db-4.4.20_p4-r1.ebuild | 2 +- sys-libs/db/db-4.5.20_p2-r1.ebuild | 2 +- sys-libs/db/db-4.6.21_p4.ebuild | 2 +- sys-libs/db/db-4.7.25_p4.ebuild | 2 +- sys-libs/db/db-4.8.30-r2.ebuild | 2 +- sys-libs/db/db-5.1.29-r1.ebuild | 2 +- sys-libs/db/db-5.3.28-r2.ebuild | 2 +- sys-libs/db/db-6.0.35.ebuild | 2 +- sys-libs/db/db-6.1.29.ebuild | 2 +- sys-libs/db/db-6.2.23.ebuild | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/sys-libs/db/db-4.2.52_p5-r1.ebuild b/sys-libs/db/db-4.2.52_p5-r1.ebuild index 50c1c7c..c0b98c7 100644 --- a/sys-libs/db/db-4.2.52_p5-r1.ebuild +++ b/sys-libs/db/db-4.2.52_p5-r1.ebuild @@ -92,7 +92,7 @@ src_compile() { myconf="${myconf} $(use_enable cxx)" use tcl \ - && myconf="${myconf} --enable-tcl --with-tcl=/usr/$(get_libdir)" \ + && myconf="${myconf} --enable-tcl --with-tcl=${EPREFIX}/usr/$(get_libdir)" \ || myconf="${myconf} --disable-tcl" myconf="${myconf} $(use_enable java)" diff --git a/sys-libs/db/db-4.3.29_p1-r1.ebuild b/sys-libs/db/db-4.3.29_p1-r1.ebuild index 22691b4..5aa0eb8 100644 --- a/sys-libs/db/db-4.3.29_p1-r1.ebuild +++ b/sys-libs/db/db-4.3.29_p1-r1.ebuild @@ -93,7 +93,7 @@ src_compile() { myconf="${myconf} $(use_enable cxx)" use tcl \ - && myconf="${myconf} --enable-tcl --with-tcl=/usr/$(get_libdir)" \ + && myconf="${myconf} --enable-tcl --with-tcl=${EPREFIX}/usr/$(get_libdir)" \ || myconf="${myconf} --disable-tcl" myconf="${myconf} $(use_enable java)" diff --git a/sys-libs/db/db-4.4.20_p4-r1.ebuild b/sys-libs/db/db-4.4.20_p4-r1.ebuild index 4c30294..16d94fe 100644 --- a/sys-libs/db/db-4.4.20_p4-r1.ebuild +++ b/sys-libs/db/db-4.4.20_p4-r1.ebuild @@ -87,7 +87,7 @@ src_compile() { myconf="${myconf} $(use_enable cxx)" use tcl \ - && myconf="${myconf} --enable-tcl --with-tcl=/usr/$(get_libdir)" \ + && myconf="${myconf} --enable-tcl --with-tcl=${EPREFIX}/usr/$(get_libdir)" \ || myconf="${myconf} --disable-tcl" myconf="${myconf} $(use_enable java)" diff --git a/sys-libs/db/db-4.5.20_p2-r1.ebuild b/sys-libs/db/db-4.5.20_p2-r1.ebuild index f4e950a..2395c41 100644 --- a/sys-libs/db/db-4.5.20_p2-r1.ebuild +++ b/sys-libs/db/db-4.5.20_p2-r1.ebuild @@ -97,7 +97,7 @@ src_compile() { myconf="${myconf} $(use_enable cxx)" use tcl \ - && myconf="${myconf} --enable-tcl --with-tcl=/usr/$(get_libdir)" \ + && myconf="${myconf} --enable-tcl --with-tcl=${EPREFIX}/usr/$(get_libdir)" \ || myconf="${myconf} --disable-tcl" myconf="${myconf} $(use_enable java)" diff --git a/sys-libs/db/db-4.6.21_p4.ebuild b/sys-libs/db/db-4.6.21_p4.ebuild index 1ae9340..04423a1 100644 --- a/sys-libs/db/db-4.6.21_p4.ebuild +++ b/sys-libs/db/db-4.6.21_p4.ebuild @@ -90,7 +90,7 @@ src_compile() { myconf="${myconf} $(use_enable cxx)" use tcl \ - && myconf="${myconf} --enable-tcl --with-tcl=/usr/$(get_libdir)" \ + && myconf="${myconf} --enable-tcl --with-tcl=${EPREFIX}/usr/$(get_libdir)" \ || myconf="${myconf} --disable-tcl" myconf="${myconf} $(use_enable java)" diff --git a/sys-libs/db/db-4.7.25_p4.ebuild b/sys-libs/db/db-4.7.25_p4.ebuild index 263855b..153588f 100644 --- a/sys-libs/db/db-4.7.25_p4.ebuild +++ b/sys-libs/db/db-4.7.25_p4.ebuild @@ -104,7 +104,7 @@ src_compile() { # Bug #270851: test needs TCL support if use tcl || use test ; then myconf="${myconf} --enable-tcl" - myconf="${myconf} --with-tcl=/usr/$(get_libdir)" + myconf="${myconf} --with-tcl=${EPREFIX}/usr/$(get_libdir)" else myconf="${myconf} --disable-tcl" fi diff --git a/sys-libs/db/db-4.8.30-r2.ebuild b/sys-libs/db/db-4.8.30-r2.ebuild index 4c9fb9b..93cbd4b 100644 --- a/sys-libs/db/db-4.8.30-r2.ebuild +++ b/sys-libs/db/db-4.8.30-r2.ebuild @@ -118,7 +118,7 @@ multilib_src_configure() { if use tcl || use test ; then myconf+=( --enable-tcl - --with-tcl=/usr/$(get_libdir) + --with-tcl="${EPREFIX}/usr/$(get_libdir)" ) else myconf+=(--disable-tcl ) diff --git a/sys-libs/db/db-5.1.29-r1.ebuild b/sys-libs/db/db-5.1.29-r1.ebuild index 56f1dc1..d178026 100644 --- a/sys-libs/db/db-5.1.29-r1.ebuild +++ b/sys-libs/db/db-5.1.29-r1.ebuild @@ -125,7 +125,7 @@ src_configure() { # Bug #270851: test needs TCL support if use tcl || use test ; then myconf="${myconf} --enable-tcl" - myconf="${myconf} --with-tcl=/usr/$(get_libdir)" + myconf="${myconf} --with-tcl=${EPREFIX}/usr/$(get_libdir)" else myconf="${myconf} --disable-tcl" fi diff --git a/sys-libs/db/db-5.3.28-r2.ebuild b/sys-libs/db/db-5.3.28-r2.ebuild index 39467ac..703084c 100644 --- a/sys-libs/db/db-5.3.28-r2.ebuild +++ b/sys-libs/db/db-5.3.28-r2.ebuild @@ -136,7 +136,7 @@ multilib_src_configure() { if use tcl || use test ; then myconf+=( --enable-tcl - --with-tcl=/usr/$(get_libdir) + --with-tcl="${EPREFIX}/usr/$(get_libdir)" ) else myconf+=(--disable-tcl ) diff --git a/sys-libs/db/db-6.0.35.ebuild b/sys-libs/db/db-6.0.35.ebuild index 0a25922..0ebd996 100644 --- a/sys-libs/db/db-6.0.35.ebuild +++ b/sys-libs/db/db-6.0.35.ebuild @@ -134,7 +134,7 @@ multilib_src_configure() { if use tcl || use test ; then myconf+=( --enable-tcl - --with-tcl=/usr/$(get_libdir) + --with-tcl="${EPREFIX}/usr/$(get_libdir)" ) else myconf+=(--disable-tcl ) diff --git a/sys-libs/db/db-6.1.29.ebuild b/sys-libs/db/db-6.1.29.ebuild index 958b05b..412ab73 100644 --- a/sys-libs/db/db-6.1.29.ebuild +++ b/sys-libs/db/db-6.1.29.ebuild @@ -134,7 +134,7 @@ multilib_src_configure() { if use tcl || use test ; then myconf+=( --enable-tcl - --with-tcl=/usr/$(get_libdir) + --with-tcl="${EPREFIX}/usr/$(get_libdir)" ) else myconf+=(--disable-tcl ) diff --git a/sys-libs/db/db-6.2.23.ebuild b/sys-libs/db/db-6.2.23.ebuild index 0e74e48..b0dfbe9 100644 --- a/sys-libs/db/db-6.2.23.ebuild +++ b/sys-libs/db/db-6.2.23.ebuild @@ -139,7 +139,7 @@ multilib_src_configure() { if use tcl || use test ; then myconf+=( --enable-tcl - --with-tcl=/usr/$(get_libdir) + --with-tcl="${EPREFIX}/usr/$(get_libdir)" ) else myconf+=(--disable-tcl )