diff options
-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" |