diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-07-07 04:51:18 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-07-07 04:51:18 +0000 |
commit | 7ee1a5b997dfb083c2b46ee0cb0a46b0b999e907 (patch) | |
tree | 67c80098af33a65750a8f36c842122723e326206 /media-video/camstream | |
parent | Fix qt dep (diff) | |
download | historical-7ee1a5b997dfb083c2b46ee0cb0a46b0b999e907.tar.gz historical-7ee1a5b997dfb083c2b46ee0cb0a46b0b999e907.tar.bz2 historical-7ee1a5b997dfb083c2b46ee0cb0a46b0b999e907.zip |
Fix qt dep
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'media-video/camstream')
-rw-r--r-- | media-video/camstream/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/camstream/camstream-0.26.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-video/camstream/ChangeLog b/media-video/camstream/ChangeLog index 6a6187cf1fc0..1b2f7e620371 100644 --- a/media-video/camstream/ChangeLog +++ b/media-video/camstream/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/camstream # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/camstream/ChangeLog,v 1.13 2005/06/20 14:08:48 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/camstream/ChangeLog,v 1.14 2005/07/07 04:51:17 caleb Exp $ + + 07 Jul 2005; Caleb Tennis <caleb@gentoo.org> camstream-0.26.3.ebuild: + Fix qt dep 20 Jun 2005; Patrick Kursawe <phosphan@gentoo.org> camstream-0.26.3.ebuild: Fixing #96555 (need autoreconf when using latest portage which sets $CBUILD) diff --git a/media-video/camstream/camstream-0.26.3.ebuild b/media-video/camstream/camstream-0.26.3.ebuild index fb0042dadd1d..99b510771646 100644 --- a/media-video/camstream/camstream-0.26.3.ebuild +++ b/media-video/camstream/camstream-0.26.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/camstream/camstream-0.26.3.ebuild,v 1.8 2005/06/20 14:08:48 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/camstream/camstream-0.26.3.ebuild,v 1.9 2005/07/07 04:51:18 caleb Exp $ inherit eutils @@ -12,7 +12,7 @@ KEYWORDS="x86 ~amd64 -ppc" SLOT="0" IUSE="doc" -DEPEND=">=x11-libs/qt-3 +DEPEND="=x11-libs/qt-3* sys-devel/autoconf" src_unpack () { |