diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-03-29 07:49:10 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-03-29 07:49:10 +0000 |
commit | d94f492d4b6b9119879fa7f4eee34b7e3e23bb01 (patch) | |
tree | 9d1c414af9fe04b19942f51bd13e8bb8f594535e /games-arcade/monster-masher | |
parent | Revision bump to fix configure script library enabling. Update to EAPI 4. (diff) | |
download | gentoo-2-d94f492d4b6b9119879fa7f4eee34b7e3e23bb01.tar.gz gentoo-2-d94f492d4b6b9119879fa7f4eee34b7e3e23bb01.tar.bz2 gentoo-2-d94f492d4b6b9119879fa7f4eee34b7e3e23bb01.zip |
Fixed slot deps
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'games-arcade/monster-masher')
-rw-r--r-- | games-arcade/monster-masher/ChangeLog | 8 | ||||
-rw-r--r-- | games-arcade/monster-masher/monster-masher-1.8.1.ebuild | 10 |
2 files changed, 11 insertions, 7 deletions
diff --git a/games-arcade/monster-masher/ChangeLog b/games-arcade/monster-masher/ChangeLog index ab6d9fd9e234..323d8f3664c0 100644 --- a/games-arcade/monster-masher/ChangeLog +++ b/games-arcade/monster-masher/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/monster-masher -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/monster-masher/ChangeLog,v 1.22 2010/01/01 16:10:49 fauli Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/monster-masher/ChangeLog,v 1.23 2011/03/29 07:49:10 angelos Exp $ + + 29 Mar 2011; Christoph Mende <angelos@gentoo.org> + monster-masher-1.8.1.ebuild: + Fixed slot deps 01 Jan 2010; Christian Faulhammer <fauli@gentoo.org> monster-masher-1.8.1.ebuild: diff --git a/games-arcade/monster-masher/monster-masher-1.8.1.ebuild b/games-arcade/monster-masher/monster-masher-1.8.1.ebuild index c4ee77041769..c57986a98c62 100644 --- a/games-arcade/monster-masher/monster-masher-1.8.1.ebuild +++ b/games-arcade/monster-masher/monster-masher-1.8.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/monster-masher/monster-masher-1.8.1.ebuild,v 1.2 2010/01/01 16:10:49 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/monster-masher/monster-masher-1.8.1.ebuild,v 1.3 2011/03/29 07:49:10 angelos Exp $ EAPI=2 inherit eutils gnome2 @@ -15,10 +15,10 @@ KEYWORDS="~amd64 ~ppc x86 ~x86-fbsd" IUSE="" RDEPEND="x11-libs/libSM - >=dev-cpp/gtkmm-2.6 + >=dev-cpp/gtkmm-2.6:2.4 >=dev-cpp/gconfmm-2.6 - >=dev-cpp/libglademm-2.4 - >=dev-cpp/libgnomecanvasmm-2.6 + >=dev-cpp/libglademm-2.4:2.4 + >=dev-cpp/libgnomecanvasmm-2.6:2.6 gnome-base/libgnome[esd]" DEPEND="${RDEPEND} dev-util/pkgconfig" |