diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-07 16:40:45 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-07 16:40:45 +0000 |
commit | 5129e582cd8d6cce0879e34fea7c75dcff485947 (patch) | |
tree | d19fe5c0ae7e2400676ac5e4c5b7e441aa55b9e0 /media-video/motiontrack/motiontrack-0.1.2.ebuild | |
parent | Version Bump from upstream. (diff) | |
download | historical-5129e582cd8d6cce0879e34fea7c75dcff485947.tar.gz historical-5129e582cd8d6cce0879e34fea7c75dcff485947.tar.bz2 historical-5129e582cd8d6cce0879e34fea7c75dcff485947.zip |
Drop virtual/libc dependency.
Package-Manager: portage-2.1_pre5-r4
Diffstat (limited to 'media-video/motiontrack/motiontrack-0.1.2.ebuild')
-rw-r--r-- | media-video/motiontrack/motiontrack-0.1.2.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/media-video/motiontrack/motiontrack-0.1.2.ebuild b/media-video/motiontrack/motiontrack-0.1.2.ebuild index 4f6ac8f62c45..b4d6854ddca6 100644 --- a/media-video/motiontrack/motiontrack-0.1.2.ebuild +++ b/media-video/motiontrack/motiontrack-0.1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/motiontrack/motiontrack-0.1.2.ebuild,v 1.2 2004/10/20 00:34:41 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/motiontrack/motiontrack-0.1.2.ebuild,v 1.3 2006/03/07 16:40:45 flameeyes Exp $ DESCRIPTION="A set of tools that detect motion between two images" @@ -13,8 +13,7 @@ KEYWORDS="~x86 ~ppc ~ppc64 ~sparc ~mips ~alpha ~hppa ~amd64" IUSE="gd imagemagick debug" -DEPEND="virtual/libc - debug? ( +DEPEND="debug? ( gd? ( imagemagick? ( >=media-gfx/imagemagick-5.5.7 ) !imagemagick? ( media-libs/gd ) |