summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2012-12-27 16:41:19 +0000
committerThomas Sachau <tommy@gentoo.org>2012-12-27 16:41:19 +0000
commit270ee313c2de1c542604348dbc8fd5a11b8e1de2 (patch)
tree929b7fb6bd08b880689b039f71a5a3b7b67d99dc
parentAdd missing yelp-tools dependency (bug #448810, thanks to Lars Wendler). Drop... (diff)
downloadgentoo-2-270ee313c2de1c542604348dbc8fd5a11b8e1de2.tar.gz
gentoo-2-270ee313c2de1c542604348dbc8fd5a11b8e1de2.tar.bz2
gentoo-2-270ee313c2de1c542604348dbc8fd5a11b8e1de2.zip
Fix configure options for USE=doc
(Portage version: 2.2.0_alpha149-r1/cvs/Linux x86_64, signed Manifest commit with key 0x35899067)
-rw-r--r--media-libs/emotion/ChangeLog6
-rw-r--r--media-libs/emotion/emotion-1.7.4.ebuild13
2 files changed, 6 insertions, 13 deletions
diff --git a/media-libs/emotion/ChangeLog b/media-libs/emotion/ChangeLog
index 9ac210aa5225..4fc3ef740318 100644
--- a/media-libs/emotion/ChangeLog
+++ b/media-libs/emotion/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/emotion
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/emotion/ChangeLog,v 1.8 2012/12/21 20:42:58 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/emotion/ChangeLog,v 1.9 2012/12/27 16:41:19 tommy Exp $
+
+ 27 Dec 2012; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> emotion-1.7.4.ebuild:
+ Fix configure options for USE=doc
*emotion-1.7.4 (21 Dec 2012)
@@ -22,4 +25,3 @@
18 Nov 2012; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
+emotion-1.7.1.ebuild, +metadata.xml:
Initial commit
-
diff --git a/media-libs/emotion/emotion-1.7.4.ebuild b/media-libs/emotion/emotion-1.7.4.ebuild
index 470f99391f49..4a7779a389f1 100644
--- a/media-libs/emotion/emotion-1.7.4.ebuild
+++ b/media-libs/emotion/emotion-1.7.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/emotion/emotion-1.7.4.ebuild,v 1.1 2012/12/21 20:42:58 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/emotion/emotion-1.7.4.ebuild,v 1.2 2012/12/27 16:41:19 tommy Exp $
inherit enlightenment
@@ -35,16 +35,7 @@ src_compile() {
fi
MY_ECONF+="
- $(use_enable doc doxygen-doc)
- $(use_enable doc doxygen-dot)
- $(use_enable doc doxygen-man)
- $(use_enable doc doxygen-rtf)
- $(use_enable doc doxygen-xml)
- $(use_enable doc doxygen-chm)
- $(use_enable doc doxygen-chi)
- $(use_enable doc doxygen-html)
- $(use_enable doc doxygen-ps)
- $(use_enable doc doxygen-pdf)
+ $(use_enable doc)
"
if use gstreamer ; then