|
From: Yoda-JM <yo...@us...> - 2009-10-22 14:54:39
|
Module: performous
Branch: master
Commit: 2e2105eb7a199dad68ae0b422d72b181ec3377ba
Author: Vincent Le Ligeour <yo...@us...>
Date: Thu Oct 22 16:54:23 2009 +0200
Added editor use flag (used in other ebuilds of games)
---
.../performous/performous-0.4.0.ebuild | 4 ++--
.../games-arcade/performous/performous-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/portage-overlay/games-arcade/performous/performous-0.4.0.ebuild b/portage-overlay/games-arcade/performous/performous-0.4.0.ebuild
index 4c32872..c692990 100644
--- a/portage-overlay/games-arcade/performous/performous-0.4.0.ebuild
+++ b/portage-overlay/games-arcade/performous/performous-0.4.0.ebuild
@@ -32,7 +32,7 @@ LICENSE="GPL-2
SLOT="0"
KEYWORDS="~x86 ~amd64 ~ppc ~ppc64"
-IUSE="debug alsa portaudio pulseaudio jack songs gstreamer tools"
+IUSE="debug alsa portaudio pulseaudio jack songs gstreamer tools editor"
RDEPEND="gnome-base/librsvg
dev-libs/boost
@@ -73,7 +73,7 @@ src_configure() {
$(cmake-utils_use portaudio LIBDA_PLUGIN_PORTAUDIO)
$(cmake-utils_use pulseaudio LIBDA_PLUGIN_PULSEAUDIO)
$(cmake-utils_use_enable tools TOOLS)
- $(cmake-utils_use_enable tools EDITOR)
+ $(cmake-utils_use_enable editor EDITOR)
-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}
-DSHARE_INSTALL=share/
-DLIBDA_AUTODETECT_PLUGINS=false
diff --git a/portage-overlay/games-arcade/performous/performous-9999.ebuild b/portage-overlay/games-arcade/performous/performous-9999.ebuild
index 594ad73..8e0fcb7 100644
--- a/portage-overlay/games-arcade/performous/performous-9999.ebuild
+++ b/portage-overlay/games-arcade/performous/performous-9999.ebuild
@@ -28,7 +28,7 @@ LICENSE="GPL-2
SLOT="0"
KEYWORDS="~x86 ~amd64 ~ppc ~ppc64"
-IUSE="debug alsa portaudio pulseaudio jack songs gstreamer tools"
+IUSE="debug alsa portaudio pulseaudio jack songs gstreamer tools editor"
RDEPEND="gnome-base/librsvg
dev-libs/boost
@@ -67,7 +67,7 @@ src_configure() {
$(cmake-utils_use portaudio LIBDA_PLUGIN_PORTAUDIO)
$(cmake-utils_use pulseaudio LIBDA_PLUGIN_PULSEAUDIO)
$(cmake-utils_use_enable tools TOOLS)
- $(cmake-utils_use_enable tools EDITOR)
+ $(cmake-utils_use_enable editor EDITOR)
-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}
-DSHARE_INSTALL=share/
-DLIBDA_AUTODETECT_PLUGINS=false
|