From 4e4242724e1c54e8f03863ab25cd7da38d629584 Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: Tue, 20 Apr 2010 21:16:21 +0000 Subject: Small fix, removed unneeded make option --- net-p2p/mktorrent/mktorrent-1.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net-p2p') diff --git a/net-p2p/mktorrent/mktorrent-1.0.ebuild b/net-p2p/mktorrent/mktorrent-1.0.ebuild index 667c05f3dbbd..49d35f4bc40a 100644 --- a/net-p2p/mktorrent/mktorrent-1.0.ebuild +++ b/net-p2p/mktorrent/mktorrent-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/mktorrent/mktorrent-1.0.ebuild,v 1.1 2010/04/20 21:08:47 sochotnicky Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/mktorrent/mktorrent-1.0.ebuild,v 1.2 2010/04/20 21:16:21 sochotnicky Exp $ EAPI=1 inherit toolchain-funcs @@ -19,7 +19,7 @@ DEPEND="${RDEPEND}" src_compile() { tc-export CC - MAKEPARAM="USE_LONG_OPTIONS=1 DONT_STRIP=1" + MAKEPARAM="USE_LONG_OPTIONS=1" use debug && MAKEPARAM="${MAKEPARAM} DEBUG=1" use largefile && MAKEPARAM="${MAKEPARAM} USE_LARGE_FILES=1" use openssl && MAKEPARAM="${MAKEPARAM} USE_OPENSSL=1" -- cgit v1.2.3-65-gdbad