diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:14:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-20 18:14:57 +0000 |
commit | f7ee013449accc92c5ee72fd4ad947e2d7ba4e46 (patch) | |
tree | 870ed94ba45954e109bd6d421a7ef3ee483ca6fa /app-admin/watchdog | |
parent | New Ebuild. (diff) | |
download | gentoo-2-f7ee013449accc92c5ee72fd4ad947e2d7ba4e46.tar.gz gentoo-2-f7ee013449accc92c5ee72fd4ad947e2d7ba4e46.tar.bz2 gentoo-2-f7ee013449accc92c5ee72fd4ad947e2d7ba4e46.zip |
Remove rdepend=depend
Diffstat (limited to 'app-admin/watchdog')
-rw-r--r-- | app-admin/watchdog/watchdog-5.2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-admin/watchdog/watchdog-5.2.ebuild b/app-admin/watchdog/watchdog-5.2.ebuild index 1bc44ce60253..9914eb3f6262 100644 --- a/app-admin/watchdog/watchdog-5.2.ebuild +++ b/app-admin/watchdog/watchdog-5.2.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-admin/watchdog/watchdog-5.2.ebuild,v 1.8 2002/10/04 03:47:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/watchdog/watchdog-5.2.ebuild,v 1.9 2002/10/20 18:14:57 vapier Exp $ S="${WORKDIR}/${P}" DESCRIPTION="A software watchdog." @@ -11,7 +11,6 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 -ppc" DEPEND="virtual/glibc" -RDEPEND="${DEPEND}" src_compile() { # Two configure switches have been added to use /etc/watchdog |