summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-03-07 16:46:40 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-03-07 16:46:40 +0000
commitb8e4d21a67cf92afd6ebda0250d9fc22a379c620 (patch)
tree34035016275e1425b3c18c746354e6d8480f825d /media-video/nemesi/nemesi-0.5.2.ebuild
parentDrop virtual/libc dependency. Respect CC, CFLAGS and LDFLAGS. (diff)
downloadgentoo-2-b8e4d21a67cf92afd6ebda0250d9fc22a379c620.tar.gz
gentoo-2-b8e4d21a67cf92afd6ebda0250d9fc22a379c620.tar.bz2
gentoo-2-b8e4d21a67cf92afd6ebda0250d9fc22a379c620.zip
Drop virtual/libc dependency.
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'media-video/nemesi/nemesi-0.5.2.ebuild')
-rw-r--r--media-video/nemesi/nemesi-0.5.2.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/media-video/nemesi/nemesi-0.5.2.ebuild b/media-video/nemesi/nemesi-0.5.2.ebuild
index 3950da24e301..06c81c247051 100644
--- a/media-video/nemesi/nemesi-0.5.2.ebuild
+++ b/media-video/nemesi/nemesi-0.5.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 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/nemesi/nemesi-0.5.2.ebuild,v 1.3 2005/11/02 20:18:17 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/nemesi/nemesi-0.5.2.ebuild,v 1.4 2006/03/07 16:46:40 flameeyes Exp $
DESCRIPTION="Tiny rtsp client"
HOMEPAGE="http://streaming.polito.it/"
@@ -11,8 +11,7 @@ SLOT="0"
KEYWORDS="~x86 ~ppc"
IUSE="gtk sdl"
-DEPEND="virtual/libc
- gtk? ( >=x11-libs/gtk+-2.4 )
+DEPEND="gtk? ( >=x11-libs/gtk+-2.4 )
sdl? ( media-libs/libsdl )
media-video/ffmpeg
virtual/ghostscript"