summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/emotion')
-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