|
From: Tapio V. <aa...@us...> - 2010-08-12 21:28:11
|
Module: performous
Branch: joinmenu
Commit: e972792d444fbc33b52565007649b5b4a18d8e60
Author: Vincent Le Ligeour <yo...@us...>
Date: Thu Aug 12 17:56:51 2010 +0200
Fixed Gentoo man page directory
---
.../games-arcade/performous/performous-9999.ebuild | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/portage-overlay/games-arcade/performous/performous-9999.ebuild b/portage-overlay/games-arcade/performous/performous-9999.ebuild
index d2a1ad5..5a412f4 100644
--- a/portage-overlay/games-arcade/performous/performous-9999.ebuild
+++ b/portage-overlay/games-arcade/performous/performous-9999.ebuild
@@ -39,7 +39,7 @@ KEYWORDS="~x86 ~amd64 ~ppc ~ppc64"
IUSE="debug alsa portaudio pulseaudio jack songs gstreamer tools editor midi webcam"
RDEPEND="gnome-base/librsvg
- dev-libs/boost
+ >=dev-libs/boost-1.39.0
x11-libs/pango
dev-cpp/libxmlpp
media-libs/glew
@@ -111,6 +111,7 @@ src_compile() {
src_install() {
DOCS="docs/*.txt" cmake-utils_src_install
+ mv -f "${D}/${GAMES_PREFIX}/share/man" "${D}/usr/share/"
if use songs; then
insinto "/usr/share/games/ultrastar"
|