diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 16:07:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 16:07:47 +0000 |
commit | ae971116ab324ce07dadccb4a20bd91976737c89 (patch) | |
tree | 0ec81b8e78fc0694ad5cc21bd9e1a7c432e67443 /sys-apps/discover-data/discover-data-2.2003.02.05.ebuild | |
parent | Build fix. See bug #55393. (diff) | |
download | historical-ae971116ab324ce07dadccb4a20bd91976737c89.tar.gz historical-ae971116ab324ce07dadccb4a20bd91976737c89.tar.bz2 historical-ae971116ab324ce07dadccb4a20bd91976737c89.zip |
change glibc to libc
Diffstat (limited to 'sys-apps/discover-data/discover-data-2.2003.02.05.ebuild')
-rw-r--r-- | sys-apps/discover-data/discover-data-2.2003.02.05.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/discover-data/discover-data-2.2003.02.05.ebuild b/sys-apps/discover-data/discover-data-2.2003.02.05.ebuild index c0e3fcd44ecb..6061f7056ef2 100644 --- a/sys-apps/discover-data/discover-data-2.2003.02.05.ebuild +++ b/sys-apps/discover-data/discover-data-2.2003.02.05.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/discover-data/discover-data-2.2003.02.05.ebuild,v 1.7 2004/06/24 22:03:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/discover-data/discover-data-2.2003.02.05.ebuild,v 1.8 2004/06/28 16:04:50 vapier Exp $ DESCRIPTION="data for discover. list of pci ids. pnp ids etc." HOMEPAGE="http://hackers.progeny.com/discover/" @@ -10,7 +10,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc -sparc mips ~alpha hppa amd64" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_install() { make prefix=/usr DESTDIR=${D} install || die |