diff options
author | 2007-01-04 15:58:09 +0000 | |
---|---|---|
committer | 2007-01-04 15:58:09 +0000 | |
commit | af985f686ae38a5dff3a7fc2d30eb8296969f57c (patch) | |
tree | 1638cda5fd129f4ab8200d0b0cb5591c1181191c /net-libs | |
parent | Added WANT_AUTO* (Flameeyes), removed jikes use-flag (Caster). (diff) | |
download | gentoo-2-af985f686ae38a5dff3a7fc2d30eb8296969f57c.tar.gz gentoo-2-af985f686ae38a5dff3a7fc2d30eb8296969f57c.tar.bz2 gentoo-2-af985f686ae38a5dff3a7fc2d30eb8296969f57c.zip |
Fix broken autotools handling.
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libtlen/ChangeLog | 8 | ||||
-rw-r--r-- | net-libs/libtlen/libtlen-20060309.ebuild | 14 |
2 files changed, 14 insertions, 8 deletions
diff --git a/net-libs/libtlen/ChangeLog b/net-libs/libtlen/ChangeLog index 1db84f897891..959e777f54cc 100644 --- a/net-libs/libtlen/ChangeLog +++ b/net-libs/libtlen/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libtlen -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtlen/ChangeLog,v 1.9 2006/04/16 07:09:54 spock Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtlen/ChangeLog,v 1.10 2007/01/04 15:58:09 flameeyes Exp $ + + 04 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> + libtlen-20060309.ebuild: + Fix broken autotools handling. 16 Apr 2006; Michał Januszewski <spock@gentoo.org> libtlen-20060309.ebuild: diff --git a/net-libs/libtlen/libtlen-20060309.ebuild b/net-libs/libtlen/libtlen-20060309.ebuild index 7b429cd4e0fd..4d5b9bceeecb 100644 --- a/net-libs/libtlen/libtlen-20060309.ebuild +++ b/net-libs/libtlen/libtlen-20060309.ebuild @@ -1,8 +1,11 @@ -# 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-libs/libtlen/libtlen-20060309.ebuild,v 1.2 2006/04/16 07:09:54 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtlen/libtlen-20060309.ebuild,v 1.3 2007/01/04 15:58:09 flameeyes Exp $ -inherit eutils +WANT_AUTOCONF="latest" +WANT_AUTOMAKE="latest" + +inherit eutils autotools DESCRIPTION="Support library for Tlen IMS" HOMEPAGE="http://tleenx.sourceforge.net/" @@ -21,10 +24,9 @@ src_unpack() { if use amd64; then epatch ${FILESDIR}/20040912-fPIC.patch - aclocal - autoconf - libtoolize --force --copy fi + + AT_M4DIR="m4" eautoreconf } src_compile() { |