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 66F0D138334 for ; Sat, 1 Sep 2018 17:55:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4A74E0867; Sat, 1 Sep 2018 17:55:13 +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 7B279E086B for ; Sat, 1 Sep 2018 17:55:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6E529335C7D for ; Sat, 1 Sep 2018 17:55:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A4CC3CA for ; Sat, 1 Sep 2018 17:55:09 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1535824497.a1ccf1857fe7fb7e6decd1511b8e6a27b5464995.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/apr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/apr/apr-1.6.3-r2.ebuild dev-libs/apr/apr-1.6.3-r3.ebuild X-VCS-Directories: dev-libs/apr/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: a1ccf1857fe7fb7e6decd1511b8e6a27b5464995 X-VCS-Branch: master Date: Sat, 1 Sep 2018 17:55:09 +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: 7af1b01e-526f-46b7-af25-59a26e52a2b2 X-Archives-Hash: 8a11b93b01fe897c6ca2521ee8a9a0df commit: a1ccf1857fe7fb7e6decd1511b8e6a27b5464995 Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Sep 1 17:54:21 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Sep 1 17:54:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1ccf185 dev-libs/apr: move builddir to /usr/share/$PN Package-Manager: Portage-2.3.48, Repoman-2.3.10 RepoMan-Options: --force dev-libs/apr/{apr-1.6.3-r2.ebuild => apr-1.6.3-r3.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/apr/apr-1.6.3-r2.ebuild b/dev-libs/apr/apr-1.6.3-r3.ebuild similarity index 98% rename from dev-libs/apr/apr-1.6.3-r2.ebuild rename to dev-libs/apr/apr-1.6.3-r3.ebuild index 5333edec323..72598592663 100644 --- a/dev-libs/apr/apr-1.6.3-r2.ebuild +++ b/dev-libs/apr/apr-1.6.3-r3.ebuild @@ -50,6 +50,7 @@ src_configure() { --enable-posix-shm --enable-threads $(use_enable static-libs static) + --with-installbuilddir=/usr/share/${PN}/build ) [[ ${CHOST} == *-mint* ]] && export ac_cv_func_poll=no