diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-12-27 20:22:02 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-12-27 20:22:02 +0000 |
commit | 5598e184e989606b48d6d658206cda0456380639 (patch) | |
tree | 5a8a00d1c10f4c3257397492c35dcff2d12f37f7 /app-sci/vstgl | |
parent | Moved from app-sci/spice to sci-electronics/spice (diff) | |
download | gentoo-2-5598e184e989606b48d6d658206cda0456380639.tar.gz gentoo-2-5598e184e989606b48d6d658206cda0456380639.tar.bz2 gentoo-2-5598e184e989606b48d6d658206cda0456380639.zip |
Fixed dependency
Diffstat (limited to 'app-sci/vstgl')
-rw-r--r-- | app-sci/vstgl/vstgl-0.6.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-sci/vstgl/vstgl-0.6.2.ebuild b/app-sci/vstgl/vstgl-0.6.2.ebuild index dea03a66563e..fd2d68e6f002 100644 --- a/app-sci/vstgl/vstgl-0.6.2.ebuild +++ b/app-sci/vstgl/vstgl-0.6.2.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/app-sci/vstgl/vstgl-0.6.2.ebuild,v 1.1 2004/07/29 11:51:17 chrb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/vstgl/vstgl-0.6.2.ebuild,v 1.2 2004/12/27 20:19:20 ribosome Exp $ inherit eutils @@ -17,7 +17,7 @@ KEYWORDS="~x86" DEPEND="x11-libs/qt media-libs/libpng sys-libs/zlib - app-sci/petrify" + sci-electronics/petrify" # dev-util/kdoc" S=${WORKDIR}/${PN} |