diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-10-08 10:11:31 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-10-08 10:11:31 +0000 |
commit | d8d78ac26f26303a607ec13fcfd15873b250996c (patch) | |
tree | 95652cebf11bff6a49f7eb2ae134c7342ed2dee0 /media-video/camstream | |
parent | alpha/ia64 stable wrt #240034 (diff) | |
download | historical-d8d78ac26f26303a607ec13fcfd15873b250996c.tar.gz historical-d8d78ac26f26303a607ec13fcfd15873b250996c.tar.bz2 historical-d8d78ac26f26303a607ec13fcfd15873b250996c.zip |
Fix build-time dependencies.
Package-Manager: portage-2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64
Diffstat (limited to 'media-video/camstream')
-rw-r--r-- | media-video/camstream/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/camstream/camstream-20070315.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/media-video/camstream/ChangeLog b/media-video/camstream/ChangeLog index 47f9ef7c87ed..7d7a8faa5a59 100644 --- a/media-video/camstream/ChangeLog +++ b/media-video/camstream/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/camstream # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/camstream/ChangeLog,v 1.24 2008/06/21 11:57:59 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/camstream/ChangeLog,v 1.25 2008/10/08 10:06:45 flameeyes Exp $ + + 08 Oct 2008; Diego Pettenò <flameeyes@gentoo.org> + camstream-20070315.ebuild: + Fix build-time dependencies. 21 Jun 2008; Diego Pettenò <flameeyes@gentoo.org> camstream-20070315.ebuild: diff --git a/media-video/camstream/camstream-20070315.ebuild b/media-video/camstream/camstream-20070315.ebuild index 3d2886161a8e..825ac00070b4 100644 --- a/media-video/camstream/camstream-20070315.ebuild +++ b/media-video/camstream/camstream-20070315.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/camstream/camstream-20070315.ebuild,v 1.8 2008/06/21 11:57:59 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/camstream/camstream-20070315.ebuild,v 1.9 2008/10/08 10:06:45 flameeyes Exp $ inherit eutils libtool autotools @@ -17,6 +17,7 @@ IUSE="doc mmx" RDEPEND="=x11-libs/qt-3* media-libs/alsa-lib" +DEPEND="${RDEPEND}" S="${WORKDIR}/${PN}-${MY_PV}" |