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 17953139085 for ; Sat, 21 Jan 2017 08:47:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 383DEE0C5E; Sat, 21 Jan 2017 08:47:01 +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 17BFFE0C5E for ; Sat, 21 Jan 2017 08:47:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D179933BF43 for ; Sat, 21 Jan 2017 08:46:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AAB72B0E for ; Sat, 21 Jan 2017 08:46:58 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1484988411.f0a2523856eb3bf5c62069b8f79eee262b6198c4.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/tsocks/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-proxy/tsocks/tsocks-1.8_beta5-r8.ebuild X-VCS-Directories: net-proxy/tsocks/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: f0a2523856eb3bf5c62069b8f79eee262b6198c4 X-VCS-Branch: master Date: Sat, 21 Jan 2017 08:46:58 +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: ece7f76d-e841-41a2-8685-3ec560c88d66 X-Archives-Hash: 01449419d32a98d1ab9577678bc64711 commit: f0a2523856eb3bf5c62069b8f79eee262b6198c4 Author: Benda Xu gentoo org> AuthorDate: Sat Jan 21 08:46:38 2017 +0000 Commit: Benda XU gentoo org> CommitDate: Sat Jan 21 08:46:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0a25238 net-proxy/tsocks: Prefix support. Package-Manager: portage-2.3.3 net-proxy/tsocks/tsocks-1.8_beta5-r8.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-proxy/tsocks/tsocks-1.8_beta5-r8.ebuild b/net-proxy/tsocks/tsocks-1.8_beta5-r8.ebuild index 859ee6f..790825d 100644 --- a/net-proxy/tsocks/tsocks-1.8_beta5-r8.ebuild +++ b/net-proxy/tsocks/tsocks-1.8_beta5-r8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -49,8 +49,8 @@ multilib_src_configure() { $(use_enable dns socksdns) \ $(use_enable envconf) \ $(use_enable server-lookups hostnames) \ - --with-conf=/etc/socks/tsocks.conf \ - --libdir=/$(get_libdir) + --with-conf="${EPREFIX}"/etc/socks/tsocks.conf \ + --libdir="${EPREFIX}"/$(get_libdir) } multilib_src_compile() {