diff options
Diffstat (limited to 'sys-apps/debianutils/debianutils-1.16.3.ebuild')
-rw-r--r-- | sys-apps/debianutils/debianutils-1.16.3.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-apps/debianutils/debianutils-1.16.3.ebuild b/sys-apps/debianutils/debianutils-1.16.3.ebuild index 9d62018a6031..4a146591dc77 100644 --- a/sys-apps/debianutils/debianutils-1.16.3.ebuild +++ b/sys-apps/debianutils/debianutils-1.16.3.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/sys-apps/debianutils/debianutils-1.16.3.ebuild,v 1.3 2002/10/04 06:23:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-1.16.3.ebuild,v 1.4 2002/10/19 03:42:44 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="A selection of tools from Debian" @@ -12,6 +12,7 @@ SLOT="0" LICENSE="GPL-2 BSD SMAIL" DEPEND="virtual/glibc" +RDEPEND="${DEPEND}" src_unpack() { unpack ${A} @@ -33,7 +34,6 @@ src_compile() { fi } - src_install() { into / dobin readlink tempfile mktemp @@ -59,4 +59,3 @@ src_install() { fi fi } - |