diff options
author | Matthew Turk <satai@gentoo.org> | 2002-08-13 21:23:31 +0000 |
---|---|---|
committer | Matthew Turk <satai@gentoo.org> | 2002-08-13 21:23:31 +0000 |
commit | d7b137e8219b5587ff1e85cbaf0464596379c43d (patch) | |
tree | ab25c36dffcc5bd0b7c2d99e0ac367d2ead6ed98 /app-misc/fdutils | |
parent | remove qinx license since it turnd out to be the same as the asi-is one (diff) | |
download | historical-d7b137e8219b5587ff1e85cbaf0464596379c43d.tar.gz historical-d7b137e8219b5587ff1e85cbaf0464596379c43d.tar.bz2 historical-d7b137e8219b5587ff1e85cbaf0464596379c43d.zip |
Fixed bug 6410 by adding teTeX as a dependency.
Diffstat (limited to 'app-misc/fdutils')
-rw-r--r-- | app-misc/fdutils/ChangeLog | 3 | ||||
-rw-r--r-- | app-misc/fdutils/fdutils-5.4.20020222.ebuild | 5 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-misc/fdutils/ChangeLog b/app-misc/fdutils/ChangeLog index c4dd71993951..5bbe5c2a51f5 100644 --- a/app-misc/fdutils/ChangeLog +++ b/app-misc/fdutils/ChangeLog @@ -4,5 +4,8 @@ *fdutils-5.4.20020222 (18 Jul 2002) + 13 Aug 2002; Matthew Turk <satai@gentoo.org> fdutils-5.4.20020222.ebuild: + Added dependency on teTeX to fix bug 6410. + 18 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> fdutils-5.4.20020222.ebuild: Initial release. diff --git a/app-misc/fdutils/fdutils-5.4.20020222.ebuild b/app-misc/fdutils/fdutils-5.4.20020222.ebuild index 9bc4beed90dd..d1f514d2b526 100644 --- a/app-misc/fdutils/fdutils-5.4.20020222.ebuild +++ b/app-misc/fdutils/fdutils-5.4.20020222.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/fdutils/fdutils-5.4.20020222.ebuild,v 1.3 2002/07/25 16:55:21 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/fdutils/fdutils-5.4.20020222.ebuild,v 1.4 2002/08/13 21:23:31 satai Exp $ S=${WORKDIR}/${PN}-5.4 DESCRIPTION="The fdutils package contains utilities for configuring and debugging the Linux floppy driver" @@ -12,7 +12,8 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" -DEPEND=">=mtools-3" +DEPEND=">=mtools-3 + >=tetex-1.0.7-r10" src_unpack() { unpack fdutils-5.4.tar.gz |