diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-06-29 07:56:43 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-06-29 07:56:43 +0000 |
commit | 47831c095bf65217a6a0821d102f07115c701248 (patch) | |
tree | 442ff3d37c009a46b2b8733b2931c215bf931b5c /sys-fs/lufs | |
parent | Initial version. Closing #138000 (diff) | |
download | gentoo-2-47831c095bf65217a6a0821d102f07115c701248.tar.gz gentoo-2-47831c095bf65217a6a0821d102f07115c701248.tar.bz2 gentoo-2-47831c095bf65217a6a0821d102f07115c701248.zip |
remove version from auto[conf,make} depend, thanks to Mike Auty <ikelos@gentoo.org> in bug 138198, thanks to padde in irc for ppointing out
(Portage version: 2.1.1_pre1-r5)
Diffstat (limited to 'sys-fs/lufs')
-rw-r--r-- | sys-fs/lufs/ChangeLog | 8 | ||||
-rw-r--r-- | sys-fs/lufs/lufs-0.9.7-r3.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/sys-fs/lufs/ChangeLog b/sys-fs/lufs/ChangeLog index da299f9eea3c..873da695d61f 100644 --- a/sys-fs/lufs/ChangeLog +++ b/sys-fs/lufs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/lufs -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lufs/ChangeLog,v 1.23 2005/02/20 16:24:43 genstef Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lufs/ChangeLog,v 1.24 2006/06/29 07:56:43 genstef Exp $ + + 29 Jun 2006; Stefan Schweizer <genstef@gentoo.org> lufs-0.9.7-r3.ebuild: + remove version from auto[conf,make} depend, thanks to Mike Auty + <ikelos@gentoo.org> in bug 138198, thanks to padde in irc for ppointing out 20 Feb 2005; Stefan Schweizer <genstef@gentoo.org> -files/gentoo-gcc332fix-0.9.7.patch, -files/lufs-0.7.0-init, diff --git a/sys-fs/lufs/lufs-0.9.7-r3.ebuild b/sys-fs/lufs/lufs-0.9.7-r3.ebuild index db45d4300ea1..58dc359cdb11 100644 --- a/sys-fs/lufs/lufs-0.9.7-r3.ebuild +++ b/sys-fs/lufs/lufs-0.9.7-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lufs/lufs-0.9.7-r3.ebuild,v 1.7 2005/02/20 16:24:43 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lufs/lufs-0.9.7-r3.ebuild,v 1.8 2006/06/29 07:56:43 genstef Exp $ inherit eutils @@ -13,8 +13,8 @@ SLOT="0" KEYWORDS="x86 ppc ~amd64" IUSE="debug" DEPEND="sys-fs/lufis - =sys-devel/automake-1.7* - =sys-devel/autoconf-2.5*" + sys-devel/automake + sys-devel/autoconf" src_unpack() { unpack ${A} |