diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-11 20:50:08 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-11 20:50:08 +0000 |
commit | eff0b65944f2af8dd06a2a46284ce2c900f5cf15 (patch) | |
tree | 0bfcb129ea519611babe90a3336dca9018c24f63 /sys-apps/discover-data | |
parent | add ~alpha (diff) | |
download | gentoo-2-eff0b65944f2af8dd06a2a46284ce2c900f5cf15.tar.gz gentoo-2-eff0b65944f2af8dd06a2a46284ce2c900f5cf15.tar.bz2 gentoo-2-eff0b65944f2af8dd06a2a46284ce2c900f5cf15.zip |
moved bash from sys-apps to app-shells
Diffstat (limited to 'sys-apps/discover-data')
-rw-r--r-- | sys-apps/discover-data/discover-data-1.2002.05.23.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/discover-data/discover-data-1.2002.05.23.ebuild b/sys-apps/discover-data/discover-data-1.2002.05.23.ebuild index f8f7d5cc64c5..277c980354b1 100644 --- a/sys-apps/discover-data/discover-data-1.2002.05.23.ebuild +++ b/sys-apps/discover-data/discover-data-1.2002.05.23.ebuild @@ -1,7 +1,7 @@ # (C) 2002 The TelemetryBox Corporation. http://telemetrybox.biz # Distributed under the terms of the GNU General Public License v2 # Christoph Lameter, <christoph@lameter.com>, July 15, 2002 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/discover-data/discover-data-1.2002.05.23.ebuild,v 1.5 2002/12/09 04:37:24 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/discover-data/discover-data-1.2002.05.23.ebuild,v 1.6 2003/03/11 20:50:08 seemant Exp $ DESCRIPTION="data for discover. list of pci ids. pnp ids etc." SRC_URI="ftp://ftp.debian.org/debian/pool/main/d/discover-data/discover-data_1.2002.05.23-1.tar.gz" @@ -11,7 +11,7 @@ SLOT="1" KEYWORDS="x86 ppc sparc " DEPEND="sys-apps/tar sys-apps/gzip" -RDEPEND="sys-apps/bash" +RDEPEND="app-shells/bash" S=${WORKDIR}/discover-data-${P}-1 |