From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1F2821384B4 for ; Mon, 9 Nov 2015 19:02:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEBCBE080E; Mon, 9 Nov 2015 19:02:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 94BBFE080E for ; Mon, 9 Nov 2015 19:02:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4DEAF340042 for ; Mon, 9 Nov 2015 19:02:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 926EF23D5 for ; Mon, 9 Nov 2015 19:02:16 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1447095685.294d6d001775f23d5c2cfa331e7b156d93b9cb36.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/tor/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/tor/tor-0.2.7.4_rc.ebuild X-VCS-Directories: net-misc/tor/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 294d6d001775f23d5c2cfa331e7b156d93b9cb36 X-VCS-Branch: master Date: Mon, 9 Nov 2015 19:02:16 +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: cfda07c8-de73-4dca-9823-163e490e7baa X-Archives-Hash: 1bf3d66ae793b8c2f871b7db8c7a4cf3 commit: 294d6d001775f23d5c2cfa331e7b156d93b9cb36 Author: Fabian Groffen gentoo org> AuthorDate: Mon Nov 9 19:01:25 2015 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Mon Nov 9 19:01:25 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=294d6d00 net-misc/tor: fix for Prefix, marked ~ppc-macos, thanks Konstantin Tokarev, bug #565162 Package-Manager: portage-2.2.20-prefix net-misc/tor/tor-0.2.7.4_rc.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/tor/tor-0.2.7.4_rc.ebuild b/net-misc/tor/tor-0.2.7.4_rc.ebuild index 082da4f..721cd19 100644 --- a/net-misc/tor/tor-0.2.7.4_rc.ebuild +++ b/net-misc/tor/tor-0.2.7.4_rc.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PF}" LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos" IUSE="-bufferevents libressl scrypt seccomp selinux stats systemd tor-hardening transparent-proxy test web" DEPEND=" @@ -50,7 +50,7 @@ src_configure() { econf \ --enable-system-torrc \ --enable-asciidoc \ - --docdir=/usr/share/doc/${PF} \ + --docdir="${EPREFIX}"/usr/share/doc/${PF} \ $(use_enable stats instrument-downloads) \ $(use_enable bufferevents) \ $(use_enable scrypt libscrypt) \