summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/libecap/libecap-0.0.2.ebuild')
-rw-r--r--net-libs/libecap/libecap-0.0.2.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libecap/libecap-0.0.2.ebuild b/net-libs/libecap/libecap-0.0.2.ebuild
index 2818b7c5ee2f..f4c4329b7f9b 100644
--- a/net-libs/libecap/libecap-0.0.2.ebuild
+++ b/net-libs/libecap/libecap-0.0.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libecap/libecap-0.0.2.ebuild,v 1.13 2012/09/04 15:43:17 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libecap/libecap-0.0.2.ebuild,v 1.14 2013/04/13 18:01:47 tomwij Exp $
EAPI="2"
-inherit eutils
+inherit eutils toolchain-funcs
DESCRIPTION="API for implementing ICAP content analysis and adaptation"
HOMEPAGE="http://www.e-cap.org/"
@@ -20,6 +20,9 @@ RDEPEND="!net-libs/libecap:2"
src_prepare() {
epatch "${FILESDIR}/${PN}-limits.patch"
+
+ # Respect AR. (bug #457734)
+ tc-export AR
}
src_install() {