diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-01-27 14:41:34 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-01-27 14:41:34 +0000 |
commit | 87dd32b8745ce091a41fa4d933fc2937f189b269 (patch) | |
tree | f9d5431e9d58e78d0e164c863343c458f5cf55bd /sys-devel/ld.so | |
parent | Upd and fixes for sys-build (diff) | |
download | historical-87dd32b8745ce091a41fa4d933fc2937f189b269.tar.gz historical-87dd32b8745ce091a41fa4d933fc2937f189b269.tar.bz2 historical-87dd32b8745ce091a41fa4d933fc2937f189b269.zip |
Upd and fixes for sys-build
Diffstat (limited to 'sys-devel/ld.so')
-rw-r--r-- | sys-devel/ld.so/ld.so-1.9.11-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-devel/ld.so/ld.so-1.9.11-r1.ebuild b/sys-devel/ld.so/ld.so-1.9.11-r1.ebuild index 890d11d068ab..839064bcee8a 100644 --- a/sys-devel/ld.so/ld.so-1.9.11-r1.ebuild +++ b/sys-devel/ld.so/ld.so-1.9.11-r1.ebuild @@ -1,15 +1,14 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/ld.so/ld.so-1.9.11-r1.ebuild,v 1.4 2000/12/15 07:29:29 jerry Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/ld.so/ld.so-1.9.11-r1.ebuild,v 1.5 2001/01/27 14:41:34 achim Exp $ P=ld.so-1.9.11 A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Linux dynamic loader & linker" SRC_URI="ftp://ftp.ods.com/pub/linux/${A}" -DEPEND="" -RDEPEND="=sys-libs/lib-compat" +RDEPEND="sys-libs/lib-compat" src_compile() { cd ${S} |