|
From: aperion <was...@us...> - 2010-01-02 16:58:15
|
Module: performous Branch: master Commit: 295289f1811dcbd094f49725ba6a1e55aa44cff8 Author: wasserth <was...@us...> Date: Sat Jan 2 17:57:27 2010 +0100 Incomplete dependency in 0.4.0 ebuild (parent_path() is in boost since 1.36.0) --- .../performous/performous-0.4.0.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 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 3bab746..33a0f51 100644 --- a/portage-overlay/games-arcade/performous/performous-0.4.0.ebuild +++ b/portage-overlay/games-arcade/performous/performous-0.4.0.ebuild @@ -35,7 +35,7 @@ KEYWORDS="~x86 ~amd64 ~ppc ~ppc64" IUSE="debug alsa portaudio pulseaudio jack songs gstreamer tools editor" RDEPEND="gnome-base/librsvg - dev-libs/boost + >=dev-libs/boost-1.36.0 x11-libs/pango dev-cpp/libxmlpp media-libs/glew |