diff options
author | Stanislav Ochotnicky <sochotnicky@gentoo.org> | 2010-04-20 21:16:21 +0000 |
---|---|---|
committer | Stanislav Ochotnicky <sochotnicky@gentoo.org> | 2010-04-20 21:16:21 +0000 |
commit | 4e4242724e1c54e8f03863ab25cd7da38d629584 (patch) | |
tree | 9be4dc0ba68b78c04df79caec8ef3e8397823036 /net-p2p | |
parent | Version bump (diff) | |
download | historical-4e4242724e1c54e8f03863ab25cd7da38d629584.tar.gz historical-4e4242724e1c54e8f03863ab25cd7da38d629584.tar.bz2 historical-4e4242724e1c54e8f03863ab25cd7da38d629584.zip |
Small fix, removed unneeded make option
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/mktorrent/mktorrent-1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |