From cf686c5c06a28237edb578d4980fabb97120b957 Mon Sep 17 00:00:00 2001 From: Patrick Kursawe Date: Tue, 15 Apr 2008 11:51:31 +0000 Subject: Adding missing alsa-lib dependency, bug #216915 (Portage version: 2.1.4.4) --- media-video/camstream/ChangeLog | 6 +++++- media-video/camstream/camstream-20070315.ebuild | 5 +++-- 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'media-video/camstream') diff --git a/media-video/camstream/ChangeLog b/media-video/camstream/ChangeLog index 8aabd4e6130f..8d9a2be29df0 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.21 2008/04/15 11:37:54 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/camstream/ChangeLog,v 1.22 2008/04/15 11:51:31 phosphan Exp $ + + 15 Apr 2008; Patrick Kursawe + camstream-20070315.ebuild: + Adding missing alsa-lib dependency, bug #216915 15 Apr 2008; Patrick Kursawe -camstream-0.26.3.ebuild: diff --git a/media-video/camstream/camstream-20070315.ebuild b/media-video/camstream/camstream-20070315.ebuild index 02217f213aec..16ee399f2b04 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.5 2008/04/15 11:37:54 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/camstream/camstream-20070315.ebuild,v 1.6 2008/04/15 11:51:31 phosphan Exp $ inherit eutils libtool autotools @@ -15,7 +15,8 @@ KEYWORDS="amd64 -ppc x86" SLOT="0" IUSE="doc mmx" -RDEPEND="=x11-libs/qt-3*" +RDEPEND="=x11-libs/qt-3* + media-libs/alsa-lib" DEPEND="${RDEPEND} sys-devel/libtool sys-devel/autoconf" -- cgit v1.2.3-65-gdbad