diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-01-09 17:33:34 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-01-09 17:33:34 +0000 |
commit | c145c7e35ebee5dd0b5ad6c86d699e6be7c5270e (patch) | |
tree | e8d8e0c8e590d2fe73706988b80b68349b07cc1c /net-p2p/ctorrent/ctorrent-1.3.4-r3.ebuild | |
parent | Added local USE for games-action/d1x-rebirth. (diff) | |
download | historical-c145c7e35ebee5dd0b5ad6c86d699e6be7c5270e.tar.gz historical-c145c7e35ebee5dd0b5ad6c86d699e6be7c5270e.tar.bz2 historical-c145c7e35ebee5dd0b5ad6c86d699e6be7c5270e.zip |
Fix autotools variables, bug 161117
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'net-p2p/ctorrent/ctorrent-1.3.4-r3.ebuild')
-rw-r--r-- | net-p2p/ctorrent/ctorrent-1.3.4-r3.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-p2p/ctorrent/ctorrent-1.3.4-r3.ebuild b/net-p2p/ctorrent/ctorrent-1.3.4-r3.ebuild index c0c7d2256d37..94256ffa098d 100644 --- a/net-p2p/ctorrent/ctorrent-1.3.4-r3.ebuild +++ b/net-p2p/ctorrent/ctorrent-1.3.4-r3.ebuild @@ -1,7 +1,9 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ctorrent-1.3.4-r3.ebuild,v 1.5 2006/10/09 20:02:09 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ctorrent-1.3.4-r3.ebuild,v 1.6 2007/01/09 17:33:34 armin76 Exp $ +WANT_AUTOCONF="latest" +WANT_AUTOMAKE="latest" inherit eutils autotools DESCRIPTION="CTorrent is a BitTorrent console client written in C and C++." |