summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-06-09 14:11:57 +0000
committerAchim Gottinger <achim@gentoo.org>2001-06-09 14:11:57 +0000
commit0371e7be5a74a8e647150235a4afcb87e593cfee (patch)
tree5d4fce54d7a0e426355fdc06dc7b658e2541007f /sys-apps/sh-utils
parentfixed an RDEPEND error (diff)
downloadhistorical-0371e7be5a74a8e647150235a4afcb87e593cfee.tar.gz
historical-0371e7be5a74a8e647150235a4afcb87e593cfee.tar.bz2
historical-0371e7be5a74a8e647150235a4afcb87e593cfee.zip
Fixed a DEPEND typo bug
Diffstat (limited to 'sys-apps/sh-utils')
-rw-r--r--sys-apps/sh-utils/sh-utils-2.0j-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/sh-utils/sh-utils-2.0j-r3.ebuild b/sys-apps/sh-utils/sh-utils-2.0j-r3.ebuild
index d7b1b9d890e1..23f7bda06140 100644
--- a/sys-apps/sh-utils/sh-utils-2.0j-r3.ebuild
+++ b/sys-apps/sh-utils/sh-utils-2.0j-r3.ebuild
@@ -2,7 +2,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sh-utils/sh-utils-2.0j-r3.ebuild,v 1.1 2001/02/27 16:53:55 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sh-utils/sh-utils-2.0j-r3.ebuild,v 1.2 2001/06/09 14:11:57 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -12,7 +12,7 @@ SRC_URI="ftp://alpha.gnu.org/gnu/fetish/${A}"
DEPEND="virtual/glibc
nls? ( sys-devel/gettext )"
-DEPEND="virtual/glibc"
+RDEPEND="virtual/glibc"
src_unpack() {