diff options
author | 2008-06-21 11:57:59 +0000 | |
---|---|---|
committer | 2008-06-21 11:57:59 +0000 | |
commit | 55f9eb28c83d681071988fe20d33729b8de37bb6 (patch) | |
tree | 10d7c9c428710f69767451f23476a37740c29411 /media-video | |
parent | amd64 stable, bug #228673 (diff) | |
download | gentoo-2-55f9eb28c83d681071988fe20d33729b8de37bb6.tar.gz gentoo-2-55f9eb28c83d681071988fe20d33729b8de37bb6.tar.bz2 gentoo-2-55f9eb28c83d681071988fe20d33729b8de37bb6.zip |
Remove stray autotools deps that are now taken care of by autotools eclass.
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 x86_64)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/camstream/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/camstream/camstream-20070315.ebuild | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/media-video/camstream/ChangeLog b/media-video/camstream/ChangeLog index 0162379e54c4..47f9ef7c87ed 100644 --- a/media-video/camstream/ChangeLog +++ b/media-video/camstream/ChangeLog @@ -1,6 +1,11 @@ # 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.23 2008/06/21 11:42:07 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/camstream/ChangeLog,v 1.24 2008/06/21 11:57:59 flameeyes Exp $ + + 21 Jun 2008; Diego Pettenò <flameeyes@gentoo.org> + camstream-20070315.ebuild: + Remove stray autotools deps that are now taken care of by autotools + eclass. 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 62f7795e76c6..3d2886161a8e 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.7 2008/06/21 11:42:07 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/camstream/camstream-20070315.ebuild,v 1.8 2008/06/21 11:57:59 flameeyes Exp $ inherit eutils libtool autotools @@ -17,9 +17,6 @@ IUSE="doc mmx" RDEPEND="=x11-libs/qt-3* media-libs/alsa-lib" -DEPEND="${RDEPEND} - sys-devel/libtool - sys-devel/autoconf" S="${WORKDIR}/${PN}-${MY_PV}" |