commit: d08077e0a6f228ea29fb6220a778dbe64381642b
Author: Ralph Sennhauser <sera <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 8 06:29:36 2014 +0000
Commit: Ralph Sennhauser <sera <AT> gentoo <DOT> org>
CommitDate: Wed Oct 8 06:29:36 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=dev/sera.git;a=commit;h=d08077e0
efl-1.11.2: renamed cxx11 option to cxx-bindings
---
dev-libs/efl/efl-1.11.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/efl/efl-1.11.2.ebuild b/dev-libs/efl/efl-1.11.2.ebuild
index e406c26..c1a8ab6 100644
--- a/dev-libs/efl/efl-1.11.2.ebuild
+++ b/dev-libs/efl/efl-1.11.2.ebuild
@@ -14,7 +14,7 @@ LICENSE="BSD-2 GPL-2 LGPL-2.1 ZLIB"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="+X avahi cxx debug doc drm egl fbcon +fontconfig fribidi gif gles glib
gnutls gstreamer harfbuzz ibus jp2k nls +opengl ssl physics +png pulseaudio
scim sdl static-libs systemd test tiff tslib v4l2 wayland webp xim xine xpm"
+IUSE="+X avahi cxx-bindings debug doc drm egl fbcon +fontconfig fribidi gif
gles glib gnutls gstreamer harfbuzz ibus jp2k nls +opengl ssl physics +png
pulseaudio scim sdl static-libs systemd test tiff tslib v4l2 wayland webp xim
xine xpm"
COMMON_DEP="
dev-lang/luajit:2
@@ -154,7 +154,7 @@ src_configure() {
fi
config+=(
$(use_enable avahi)
- $(use_enable cxx c++11)
+ $(use_enable cxx-bindings cxx-bindings)
$(use_enable doc)
$(use_enable fbcon fb)
$(use_enable fontconfig)