mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-misc/tor: fix for Prefix, marked ~ppc-macos, thanks Konstantin Tokarev, bug #565162
Package-Manager: portage-2.2.20-prefix
This commit is contained in:
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user