summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Redaelli <drizzt@gentoo.org>2006-12-13 14:36:23 +0000
committerTimothy Redaelli <drizzt@gentoo.org>2006-12-13 14:36:23 +0000
commite9d193dcdb096341b5624ca374748fac1e8c92d4 (patch)
treeed74d97141ca822105943e3d542c2a5f89d5614a /net-libs/libtorrent/libtorrent-0.10.4.ebuild
parentStable on sparc wrt #157977 (diff)
downloadhistorical-e9d193dcdb096341b5624ca374748fac1e8c92d4.tar.gz
historical-e9d193dcdb096341b5624ca374748fac1e8c92d4.tar.bz2
historical-e9d193dcdb096341b5624ca374748fac1e8c92d4.zip
Don't try to install TODO, since the file doesn't exists in this release.
Thanks to Raúl Porcel for reporting on bug #158007. Package-Manager: portage-2.1.2_rc2-r5
Diffstat (limited to 'net-libs/libtorrent/libtorrent-0.10.4.ebuild')
-rw-r--r--net-libs/libtorrent/libtorrent-0.10.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libtorrent/libtorrent-0.10.4.ebuild b/net-libs/libtorrent/libtorrent-0.10.4.ebuild
index beb482552bdc..6ab62be0526e 100644
--- a/net-libs/libtorrent/libtorrent-0.10.4.ebuild
+++ b/net-libs/libtorrent/libtorrent-0.10.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.10.4.ebuild,v 1.2 2006/11/20 09:39:24 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.10.4.ebuild,v 1.3 2006/12/13 14:36:23 drizzt Exp $
inherit eutils toolchain-funcs flag-o-matic libtool
@@ -41,5 +41,5 @@ src_compile() {
src_install() {
emake DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS ChangeLog NEWS README TODO
+ dodoc AUTHORS ChangeLog NEWS README
}