diff options
author | Ralph Sennhauser <sera@gentoo.org> | 2014-10-08 08:29:36 +0200 |
---|---|---|
committer | Ralph Sennhauser <sera@gentoo.org> | 2014-10-08 08:29:36 +0200 |
commit | d08077e0a6f228ea29fb6220a778dbe64381642b (patch) | |
tree | c514b2f3e21639cce8f1b1b20c5a25f2d7a03c3a | |
parent | efl-1.11.2: uses sdl2 (diff) | |
download | sera-d08077e0a6f228ea29fb6220a778dbe64381642b.tar.gz sera-d08077e0a6f228ea29fb6220a778dbe64381642b.tar.bz2 sera-d08077e0a6f228ea29fb6220a778dbe64381642b.zip |
efl-1.11.2: renamed cxx11 option to cxx-bindings
-rw-r--r-- | dev-libs/efl/efl-1.11.2.ebuild | 4 |
1 files 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) |