summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-01-06 19:50:52 +0000
committerAnthony G. Basile <blueness@gentoo.org>2015-01-06 19:50:52 +0000
commit7cd2123224f41d5d20b8ebd53fc960b0e27a7e6f (patch)
tree2ad3f74cb063065e4fda9ec489f4f20a18aeb051 /net-misc
parentFix parallel make for bug 425340 (diff)
downloadgentoo-2-7cd2123224f41d5d20b8ebd53fc960b0e27a7e6f.tar.gz
gentoo-2-7cd2123224f41d5d20b8ebd53fc960b0e27a7e6f.tar.bz2
gentoo-2-7cd2123224f41d5d20b8ebd53fc960b0e27a7e6f.zip
Remove libsystemd automagic, bug #535812
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/tor/ChangeLog8
-rw-r--r--net-misc/tor/tor-0.2.6.2_alpha-r1.ebuild (renamed from net-misc/tor/tor-0.2.6.2_alpha.ebuild)5
2 files changed, 10 insertions, 3 deletions
diff --git a/net-misc/tor/ChangeLog b/net-misc/tor/ChangeLog
index 22c41765b72a..a8aa755ab221 100644
--- a/net-misc/tor/ChangeLog
+++ b/net-misc/tor/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-misc/tor
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.459 2015/01/03 15:56:35 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.460 2015/01/06 19:50:52 blueness Exp $
+
+*tor-0.2.6.2_alpha-r1 (06 Jan 2015)
+
+ 06 Jan 2015; Anthony G. Basile <blueness@gentoo.org>
+ +tor-0.2.6.2_alpha-r1.ebuild, -tor-0.2.6.2_alpha.ebuild:
+ Remove libsystemd automagic, bug #535812
03 Jan 2015; Anthony G. Basile <blueness@gentoo.org> tor-0.2.6.2_alpha.ebuild:
Add epatch_user for testing alpha, bug #534244.
diff --git a/net-misc/tor/tor-0.2.6.2_alpha.ebuild b/net-misc/tor/tor-0.2.6.2_alpha-r1.ebuild
index 44f359010bbe..394c76441944 100644
--- a/net-misc/tor/tor-0.2.6.2_alpha.ebuild
+++ b/net-misc/tor/tor-0.2.6.2_alpha-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.6.2_alpha.ebuild,v 1.2 2015/01/03 15:56:35 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.6.2_alpha-r1.ebuild,v 1.1 2015/01/06 19:50:52 blueness Exp $
EAPI="5"
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_PF}"
LICENSE="BSD GPL-2"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="-bufferevents nat-pmp scrypt seccomp selinux stats tor-hardening transparent-proxy test upnp web"
+IUSE="-bufferevents nat-pmp scrypt seccomp selinux stats systemd tor-hardening transparent-proxy test upnp web"
DEPEND="dev-libs/openssl
sys-libs/zlib
@@ -56,6 +56,7 @@ src_configure() {
$(use_enable nat-pmp) \
$(use_enable scrypt libscrypt) \
$(use_enable seccomp) \
+ $(use_enable systemd) \
$(use_enable tor-hardening gcc-hardening) \
$(use_enable tor-hardening linker-hardening) \
$(use_enable transparent-proxy transparent) \