diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-02-04 23:22:07 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-02-04 23:22:07 +0000 |
commit | 65dc3578a9dd9603947f9498c49965a912c84100 (patch) | |
tree | b049c7df8b6cbe756a16827ddd3f28728de8b110 /net-libs | |
parent | redigest as per request in bug 120478, thanks to Kim B. Sindalsen <kbs@vlh.dk... (diff) | |
download | gentoo-2-65dc3578a9dd9603947f9498c49965a912c84100.tar.gz gentoo-2-65dc3578a9dd9603947f9498c49965a912c84100.tar.bz2 gentoo-2-65dc3578a9dd9603947f9498c49965a912c84100.zip |
Add missing elibtoolize call.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libtorrent/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.8.3.ebuild | 5 | ||||
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.8.4.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/net-libs/libtorrent/ChangeLog b/net-libs/libtorrent/ChangeLog index f17f055f6a68..775372aa4c27 100644 --- a/net-libs/libtorrent/ChangeLog +++ b/net-libs/libtorrent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libtorrent # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.43 2006/02/04 23:06:47 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.44 2006/02/04 23:22:07 flameeyes Exp $ + + 04 Feb 2006; Diego Pettenò <flameeyes@gentoo.org> + libtorrent-0.8.3.ebuild, libtorrent-0.8.4.ebuild: + Add missing elibtoolize call. 04 Feb 2006; Diego Pettenò <flameeyes@gentoo.org> -files/libtorrent-0.8.0-inttypes.patch, -libtorrent-0.8.0.ebuild, diff --git a/net-libs/libtorrent/libtorrent-0.8.3.ebuild b/net-libs/libtorrent/libtorrent-0.8.3.ebuild index be1ca2706180..48f168b6cbb9 100644 --- a/net-libs/libtorrent/libtorrent-0.8.3.ebuild +++ b/net-libs/libtorrent/libtorrent-0.8.3.ebuild @@ -1,8 +1,8 @@ # 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.8.3.ebuild,v 1.1 2006/01/17 20:05:51 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.8.3.ebuild,v 1.2 2006/02/04 23:22:07 flameeyes Exp $ -inherit eutils toolchain-funcs flag-o-matic +inherit eutils toolchain-funcs flag-o-matic libtool DESCRIPTION="LibTorrent is a BitTorrent library written in C++ for *nix." HOMEPAGE="http://libtorrent.rakshasa.no/" @@ -22,6 +22,7 @@ src_compile() { [[ $(tc-arch) = "x86" ]] && filter-flags -fomit-frame-pointer replace-flags -Os -O2 + elibtoolize econf \ $(use_enable debug) \ --disable-dependency-tracking \ diff --git a/net-libs/libtorrent/libtorrent-0.8.4.ebuild b/net-libs/libtorrent/libtorrent-0.8.4.ebuild index 3ead48a7bb0d..71c4c71d56d8 100644 --- a/net-libs/libtorrent/libtorrent-0.8.4.ebuild +++ b/net-libs/libtorrent/libtorrent-0.8.4.ebuild @@ -1,8 +1,8 @@ # 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.8.4.ebuild,v 1.1 2006/02/04 22:59:53 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.8.4.ebuild,v 1.2 2006/02/04 23:22:07 flameeyes Exp $ -inherit eutils toolchain-funcs flag-o-matic +inherit eutils toolchain-funcs flag-o-matic libtool DESCRIPTION="LibTorrent is a BitTorrent library written in C++ for *nix." HOMEPAGE="http://libtorrent.rakshasa.no/" @@ -22,6 +22,7 @@ src_compile() { [[ $(tc-arch) = "x86" ]] && filter-flags -fomit-frame-pointer replace-flags -Os -O2 + elibtoolize econf \ $(use_enable debug) \ --disable-dependency-tracking \ |