diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-03-29 07:54:52 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-03-29 07:54:52 +0000 |
commit | 644fedc3643071225b67c192ac1ec378e8533664 (patch) | |
tree | 5a2533dcbe6c84c08bb3fd5f88036d9e42387f82 /games-kids | |
parent | Fixed slot deps (diff) | |
download | gentoo-2-644fedc3643071225b67c192ac1ec378e8533664.tar.gz gentoo-2-644fedc3643071225b67c192ac1ec378e8533664.tar.bz2 gentoo-2-644fedc3643071225b67c192ac1ec378e8533664.zip |
Fixed slot deps
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'games-kids')
-rw-r--r-- | games-kids/gmult/ChangeLog | 7 | ||||
-rw-r--r-- | games-kids/gmult/gmult-5.3.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-kids/gmult/ChangeLog b/games-kids/gmult/ChangeLog index 74cc21be637f..715fc60d2e67 100644 --- a/games-kids/gmult/ChangeLog +++ b/games-kids/gmult/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-kids/gmult -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-kids/gmult/ChangeLog,v 1.12 2009/02/22 15:53:25 armin76 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-kids/gmult/ChangeLog,v 1.13 2011/03/29 07:54:52 angelos Exp $ + + 29 Mar 2011; Christoph Mende <angelos@gentoo.org> gmult-5.3.ebuild: + Fixed slot deps 22 Feb 2009; Raúl Porcel <armin76@gentoo.org> gmult-5.3.ebuild: x86 stable wrt #257810 diff --git a/games-kids/gmult/gmult-5.3.ebuild b/games-kids/gmult/gmult-5.3.ebuild index a1d9c83c15cc..2538176443f8 100644 --- a/games-kids/gmult/gmult-5.3.ebuild +++ b/games-kids/gmult/gmult-5.3.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-kids/gmult/gmult-5.3.ebuild,v 1.4 2009/02/22 15:53:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-kids/gmult/gmult-5.3.ebuild,v 1.5 2011/03/29 07:54:52 angelos Exp $ +EAPI=1 inherit eutils gnome2-utils games DESCRIPTION="Multiplication Puzzle is a simple GTK+ 2 game that emulates the multiplication game found in Emacs" @@ -13,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc x86" IUSE="" -RDEPEND=">=dev-cpp/gtkmm-2.6 +RDEPEND=">=dev-cpp/gtkmm-2.6:2.4 virtual/libintl" DEPEND="${RDEPEND} sys-devel/gettext" |