diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2007-01-29 20:45:15 +0000 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2007-01-29 20:45:15 +0000 |
commit | 4fe1f334605afb8a960e8c7c9947c336b159e0d9 (patch) | |
tree | b97ab5c34e620bbe1fb56d59cbf72b16a08343a1 /net-analyzer/pchar | |
parent | ~ification, it's not ready for stable (it will soon), see bug #164445 [+coll... (diff) | |
download | gentoo-2-4fe1f334605afb8a960e8c7c9947c336b159e0d9.tar.gz gentoo-2-4fe1f334605afb8a960e8c7c9947c336b159e0d9.tar.bz2 gentoo-2-4fe1f334605afb8a960e8c7c9947c336b159e0d9.zip |
Add WANT_AUTOCONF and WANT_AUTOMAKE vars so this will actually build again.
(Portage version: 2.1.2-r5)
Diffstat (limited to 'net-analyzer/pchar')
-rw-r--r-- | net-analyzer/pchar/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/pchar/pchar-1.5.ebuild | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/net-analyzer/pchar/ChangeLog b/net-analyzer/pchar/ChangeLog index 66dcc86b3b95..bca986da20a6 100644 --- a/net-analyzer/pchar/ChangeLog +++ b/net-analyzer/pchar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/pchar -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pchar/ChangeLog,v 1.3 2006/11/01 21:15:57 chutzpah Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pchar/ChangeLog,v 1.4 2007/01/29 20:45:15 chutzpah Exp $ + + 29 Jan 2007; Patrick McLean <chutzpah@gentoo.org> pchar-1.5.ebuild: + Add WANT_AUTOCONF and WANT_AUTOMAKE vars so this will actually build again. 01 Nov 2006; Patrick McLean <chutzpah@gentoo.org> +files/pchar-1.5-snmp.patch, pchar-1.5.ebuild: diff --git a/net-analyzer/pchar/pchar-1.5.ebuild b/net-analyzer/pchar/pchar-1.5.ebuild index 5ab15ff66428..c9df4d267b98 100644 --- a/net-analyzer/pchar/pchar-1.5.ebuild +++ b/net-analyzer/pchar/pchar-1.5.ebuild @@ -1,6 +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-analyzer/pchar/pchar-1.5.ebuild,v 1.3 2006/11/01 21:15:57 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pchar/pchar-1.5.ebuild,v 1.4 2007/01/29 20:45:15 chutzpah Exp $ + +WANT_AUTOMAKE="latest" +WANT_AUTOCONF="2.1" inherit eutils autotools |