summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2013-01-11 20:58:58 +0000
committerAnthony G. Basile <blueness@gentoo.org>2013-01-11 20:58:58 +0000
commitcceb98f0119b94bf9bc85d574f461925cc3c38c7 (patch)
treef5e7a2647804c66b3ed2479ba899db46254c1f2c /net-proxy
parentadd ability to apply user patches (diff)
downloadgentoo-2-cceb98f0119b94bf9bc85d574f461925cc3c38c7.tar.gz
gentoo-2-cceb98f0119b94bf9bc85d574f461925cc3c38c7.tar.bz2
gentoo-2-cceb98f0119b94bf9bc85d574f461925cc3c38c7.zip
Respect AR, bug #451388
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-proxy')
-rw-r--r--net-proxy/obfsproxy/ChangeLog5
-rw-r--r--net-proxy/obfsproxy/obfsproxy-0.1.4.ebuild8
2 files changed, 11 insertions, 2 deletions
diff --git a/net-proxy/obfsproxy/ChangeLog b/net-proxy/obfsproxy/ChangeLog
index 6eab942b7244..3c0e07227ef3 100644
--- a/net-proxy/obfsproxy/ChangeLog
+++ b/net-proxy/obfsproxy/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-proxy/obfsproxy
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/obfsproxy/ChangeLog,v 1.7 2013/01/08 20:17:09 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/obfsproxy/ChangeLog,v 1.8 2013/01/11 20:58:58 blueness Exp $
+
+ 11 Jan 2013; Anthony G. Basile <blueness@gentoo.org> obfsproxy-0.1.4.ebuild:
+ Respect AR, bug #451388
08 Jan 2013; Anthony G. Basile <blueness@gentoo.org> obfsproxy-0.1.4.ebuild:
Keyword for ~arm ~mips ~ppc ~ppc64
diff --git a/net-proxy/obfsproxy/obfsproxy-0.1.4.ebuild b/net-proxy/obfsproxy/obfsproxy-0.1.4.ebuild
index 791404478175..00eba481ea55 100644
--- a/net-proxy/obfsproxy/obfsproxy-0.1.4.ebuild
+++ b/net-proxy/obfsproxy/obfsproxy-0.1.4.ebuild
@@ -1,9 +1,11 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/obfsproxy/obfsproxy-0.1.4.ebuild,v 1.3 2013/01/08 20:17:09 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/obfsproxy/obfsproxy-0.1.4.ebuild,v 1.4 2013/01/11 20:58:58 blueness Exp $
EAPI="4"
+inherit toolchain-funcs
+
DESCRIPTION="A tor-compliant pluggable transports proxy to obfuscate tor traffic"
HOMEPAGE="https://www.torproject.org/projects/obfsproxy.html"
SRC_URI="https://archive.torproject.org/tor-package-archive/${PN}/${P}.tar.gz"
@@ -19,6 +21,10 @@ DEPEND="dev-libs/openssl
sys-libs/zlib"
RDEPEND="${DEPEND}"
+src_prepare() {
+ sed -i -e "s:^AR = ar:AR = $(tc-getAR):" Makefile.in
+}
+
src_install() {
emake DESTDIR="${D}" install
dodoc README ChangeLog