diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-16 20:10:22 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-16 20:10:22 +0000 |
commit | 88d8eba1c06dd5398fd7ecde7a63c4f8bde4a924 (patch) | |
tree | b34101e25e5ed9c88e887cbc3ec907f3191e7aa5 /sys-apps/s3switch | |
parent | A few updates in the gnome2 packages list. (diff) | |
download | historical-88d8eba1c06dd5398fd7ecde7a63c4f8bde4a924.tar.gz historical-88d8eba1c06dd5398fd7ecde7a63c4f8bde4a924.tar.bz2 historical-88d8eba1c06dd5398fd7ecde7a63c4f8bde4a924.zip |
added unzip to DEPEND
Diffstat (limited to 'sys-apps/s3switch')
-rw-r--r-- | sys-apps/s3switch/s3switch-19990826.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/s3switch/s3switch-19990826.ebuild b/sys-apps/s3switch/s3switch-19990826.ebuild index 7dfc0edd4c4b..db45e215181e 100644 --- a/sys-apps/s3switch/s3switch-19990826.ebuild +++ b/sys-apps/s3switch/s3switch-19990826.ebuild @@ -1,6 +1,6 @@ #Copyright 2002 Gentoo Technologies, Inc. #Distributed under the terms of the GNU General Public License, v2 or later -#$Header: /var/cvsroot/gentoo-x86/sys-apps/s3switch/s3switch-19990826.ebuild,v 1.2 2002/07/14 19:20:19 aliz Exp $ +#$Header: /var/cvsroot/gentoo-x86/sys-apps/s3switch/s3switch-19990826.ebuild,v 1.3 2002/07/16 20:10:22 seemant Exp $ DESCRIPTION="S3 video chipset output selection utility" HOMEPAGE="http://www.probo.com/timr/savage40.html" @@ -9,10 +9,10 @@ SLOT="0" LICENSE="" SRC_URI="http://www.probo.com/timr/s3ssrc.zip" -A=s3ssrc.zip S=${WORKDIR} -RDEPEND="virtual/glibc" +RDEPEND="virtual/glibc + app-arch/unzip" DEPEND="$RDEPEND" src_compile() { |