summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2010-11-23 14:19:43 +0000
committerThomas Sachau <tommy@gentoo.org>2010-11-23 14:19:43 +0000
commitb13e236a28a3e137d04f8ff0108ab28b38454c9a (patch)
tree08fbb5703b3f3d81af9176af404739ca4c681523
parentAdd valgrind hints with debug USE flag (diff)
downloadenlightenment-b13e236a28a3e137d04f8ff0108ab28b38454c9a.tar.gz
enlightenment-b13e236a28a3e137d04f8ff0108ab28b38454c9a.tar.bz2
enlightenment-b13e236a28a3e137d04f8ff0108ab28b38454c9a.zip
Update emotion-9999, add static-libs USE flag
(Portage version: 2.2.0_alpha2-r1/svn/Linux x86_64, RepoMan options: --force)
-rw-r--r--media-libs/emotion/emotion-9999.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/media-libs/emotion/emotion-9999.ebuild b/media-libs/emotion/emotion-9999.ebuild
index 63cc0e3..13a4bdf 100644
--- a/media-libs/emotion/emotion-9999.ebuild
+++ b/media-libs/emotion/emotion-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/emotion/emotion-9999.ebuild,v 1.6 2006/02/14 00:32:25 vapier Exp $
@@ -6,18 +6,19 @@ inherit enlightenment
DESCRIPTION="video libraries for e17"
-IUSE="gstreamer xine"
+IUSE="gstreamer static-libs xine"
DEPEND=">=media-libs/evas-9999
>=media-libs/edje-9999
>=dev-libs/ecore-9999
xine? ( >=media-libs/xine-lib-1.1.1 )
!gstreamer? ( !xine? ( >=media-libs/xine-lib-1.1.1 ) )
- gstreamer? (
+ gstreamer? (
=media-libs/gstreamer-0.10*
=media-libs/gst-plugins-good-0.10*
=media-plugins/gst-plugins-ffmpeg-0.10*
)"
+RDEPEND=${DEPEND}
src_compile() {
if ! use xine && ! use gstreamer ; then