diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2006-10-10 14:32:07 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2006-10-10 14:32:07 +0000 |
commit | 16564087fa3071bb6f52211a05b16383352faf89 (patch) | |
tree | 73cd86db0e2b0fc846bf68bd69892a2a7adba09b /dev-util/patchutils | |
parent | remove oldest version (diff) | |
download | gentoo-2-16564087fa3071bb6f52211a05b16383352faf89.tar.gz gentoo-2-16564087fa3071bb6f52211a05b16383352faf89.tar.bz2 gentoo-2-16564087fa3071bb6f52211a05b16383352faf89.zip |
add automake-1.8 dependency, closing bug #149755 by Patrick Lauer
(Portage version: 2.1.2_pre2-r7)
Diffstat (limited to 'dev-util/patchutils')
-rw-r--r-- | dev-util/patchutils/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/patchutils/patchutils-0.2.30.ebuild | 7 |
2 files changed, 11 insertions, 4 deletions
diff --git a/dev-util/patchutils/ChangeLog b/dev-util/patchutils/ChangeLog index dc8c5d9228a9..cccfe5d1205c 100644 --- a/dev-util/patchutils/ChangeLog +++ b/dev-util/patchutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/patchutils -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.32 2005/08/05 18:56:39 ciaranm Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.33 2006/10/10 14:32:07 seemant Exp $ + + 10 Oct 2006; Seemant Kulleen <seemant@gentoo.org> + patchutils-0.2.30.ebuild: + add automake-1.8 dependency, closing bug #149755 by Patrick Lauer 05 Aug 2005; Ciaran McCreesh <ciaranm@gentoo.org> patchutils-0.2.30.ebuild: diff --git a/dev-util/patchutils/patchutils-0.2.30.ebuild b/dev-util/patchutils/patchutils-0.2.30.ebuild index a432ef876727..34f64eb6472f 100644 --- a/dev-util/patchutils/patchutils-0.2.30.ebuild +++ b/dev-util/patchutils/patchutils-0.2.30.ebuild @@ -1,6 +1,9 @@ -# 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/dev-util/patchutils/patchutils-0.2.30.ebuild,v 1.9 2005/08/05 18:56:39 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.2.30.ebuild,v 1.10 2006/10/10 14:32:07 seemant Exp $ + +WANT_AUTOMAKE=1.8 +inherit autotools DESCRIPTION="A collection of tools that operate on patch files" HOMEPAGE="http://cyberelk.net/tim/patchutils/" |