diff options
author | Jerry Alexandratos <jerry@gentoo.org> | 2000-12-15 07:29:29 +0000 |
---|---|---|
committer | Jerry Alexandratos <jerry@gentoo.org> | 2000-12-15 07:29:29 +0000 |
commit | 08041955ccbd8a8f60722b251268ae4db44ace67 (patch) | |
tree | 0c457466e4792dbe239e9de8da1fbd828f1bfec3 /sys-devel/ld.so | |
parent | new xbuild stuff (diff) | |
download | historical-08041955ccbd8a8f60722b251268ae4db44ace67.tar.gz historical-08041955ccbd8a8f60722b251268ae4db44ace67.tar.bz2 historical-08041955ccbd8a8f60722b251268ae4db44ace67.zip |
Removed unused "CATEGORY" heading from these ebuilds.
Diffstat (limited to 'sys-devel/ld.so')
-rw-r--r-- | sys-devel/ld.so/ld.so-1.9.11-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 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 8f3571896c57..890d11d068ab 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,13 +1,12 @@ # 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.3 2000/11/30 23:15:06 achim Exp $ +# $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 $ P=ld.so-1.9.11 A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Linux dynamic loader & linker" -CATEGORY="sys-devel" SRC_URI="ftp://ftp.ods.com/pub/linux/${A}" DEPEND="" RDEPEND="=sys-libs/lib-compat" |