diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-17 22:13:00 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-17 22:13:00 +0000 |
commit | bb38c2ee823c45f3300021e0c5a07196b03bb5c0 (patch) | |
tree | 960af59106a9e2aaa3a7dc71a60cea298d832afe /net-libs | |
parent | Bumped to 0.7 . Bug #150857 (diff) | |
download | gentoo-2-bb38c2ee823c45f3300021e0c5a07196b03bb5c0.tar.gz gentoo-2-bb38c2ee823c45f3300021e0c5a07196b03bb5c0.tar.bz2 gentoo-2-bb38c2ee823c45f3300021e0c5a07196b03bb5c0.zip |
Add missing WANT_AUTOCONF/WANT_AUTOMAKE variables.
(Portage version: 2.1.2_pre3-r3)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/liblockfile/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/liblockfile/liblockfile-1.06-r1.ebuild | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/net-libs/liblockfile/ChangeLog b/net-libs/liblockfile/ChangeLog index 9033780e6c4c..e3c9b079e83f 100644 --- a/net-libs/liblockfile/ChangeLog +++ b/net-libs/liblockfile/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/liblockfile # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/ChangeLog,v 1.38 2006/07/22 23:28:32 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/ChangeLog,v 1.39 2006/10/17 22:13:00 flameeyes Exp $ + + 17 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> + liblockfile-1.06-r1.ebuild: + Add missing WANT_AUTOCONF/WANT_AUTOMAKE variables. 22 Jul 2006; Daniel Gryniewicz <dang@gentoo.org> liblockfile-1.06-r1.ebuild: diff --git a/net-libs/liblockfile/liblockfile-1.06-r1.ebuild b/net-libs/liblockfile/liblockfile-1.06-r1.ebuild index d1559dce8922..f9eac8f59a91 100644 --- a/net-libs/liblockfile/liblockfile-1.06-r1.ebuild +++ b/net-libs/liblockfile/liblockfile-1.06-r1.ebuild @@ -1,6 +1,9 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.06-r1.ebuild,v 1.11 2006/08/06 16:16:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.06-r1.ebuild,v 1.12 2006/10/17 22:13:00 flameeyes Exp $ + +WANT_AUTOCONF="latest" +WANT_AUTOMAKE="latest" inherit eutils multilib flag-o-matic autotools |