commit: 294d6d001775f23d5c2cfa331e7b156d93b9cb36
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 9 19:01:25 2015 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> 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) \