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 | 6865320a70351dc48b523b9b4c8b97d158886e49 (patch) | |
tree | 3c693634c46abe68250a62e7d3316f9e5a3a899f /net-p2p/ctorrent | |
parent | Added local USE for games-action/d1x-rebirth. (diff) | |
download | gentoo-2-6865320a70351dc48b523b9b4c8b97d158886e49.tar.gz gentoo-2-6865320a70351dc48b523b9b4c8b97d158886e49.tar.bz2 gentoo-2-6865320a70351dc48b523b9b4c8b97d158886e49.zip |
Fix autotools variables, bug 161117
(Portage version: 2.1.1-r2)
Diffstat (limited to 'net-p2p/ctorrent')
-rw-r--r-- | net-p2p/ctorrent/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/ctorrent/ctorrent-1.3.4-r3.ebuild | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/net-p2p/ctorrent/ChangeLog b/net-p2p/ctorrent/ChangeLog index e897acc940cf..57d7f6d85bcb 100644 --- a/net-p2p/ctorrent/ChangeLog +++ b/net-p2p/ctorrent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/ctorrent -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ChangeLog,v 1.16 2006/10/09 20:02:09 drizzt Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ChangeLog,v 1.17 2007/01/09 17:33:34 armin76 Exp $ + + 09 Jan 2007; Raúl Porcel (armin76) <armin76@gentoo.org> + ctorrent-1.3.4-r3.ebuild: + Fix autotools variables, bug 161117 09 Oct 2006; Timothy Redaelli <drizzt@gentoo.org> ctorrent-1.3.4-r3.ebuild: 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++." |