diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2006-10-05 17:05:14 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2006-10-05 17:05:14 +0000 |
commit | 46925d99c5eb260bf41e4e4688fec119770d3dde (patch) | |
tree | 20feef9212833109d98a5061f4003709d80bd91f /games-action | |
parent | Dropping sparc keywords, see #96229 (diff) | |
download | gentoo-2-46925d99c5eb260bf41e4e4688fec119770d3dde.tar.gz gentoo-2-46925d99c5eb260bf41e4e4688fec119770d3dde.tar.bz2 gentoo-2-46925d99c5eb260bf41e4e4688fec119770d3dde.zip |
Fix gettext dependency
(Portage version: 2.1.2_pre2-r3)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/bombermaze/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/bombermaze/bombermaze-0.6.6.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-action/bombermaze/ChangeLog b/games-action/bombermaze/ChangeLog index b1c618f7f46d..23c31d48ecf3 100644 --- a/games-action/bombermaze/ChangeLog +++ b/games-action/bombermaze/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/bombermaze # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/bombermaze/ChangeLog,v 1.8 2006/04/18 21:04:42 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/bombermaze/ChangeLog,v 1.9 2006/10/05 17:05:14 nyhm Exp $ + + 05 Oct 2006; Tristan Heaven <nyhm@gentoo.org> bombermaze-0.6.6.ebuild: + Fix gettext dependency 18 Apr 2006; <Tupone@gentoo.org> +files/bombermaze-0.6.6-gcc41.patch, bombermaze-0.6.6.ebuild: diff --git a/games-action/bombermaze/bombermaze-0.6.6.ebuild b/games-action/bombermaze/bombermaze-0.6.6.ebuild index 2966b47b2975..cd05c372e573 100644 --- a/games-action/bombermaze/bombermaze-0.6.6.ebuild +++ b/games-action/bombermaze/bombermaze-0.6.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/bombermaze/bombermaze-0.6.6.ebuild,v 1.7 2006/04/18 21:04:42 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/bombermaze/bombermaze-0.6.6.ebuild,v 1.8 2006/10/05 17:05:14 nyhm Exp $ inherit flag-o-matic eutils @@ -14,7 +14,8 @@ KEYWORDS="amd64 ppc x86" IUSE="nls" RDEPEND=">=media-libs/gdk-pixbuf-0.8 - >=gnome-base/gnome-libs-1.0" + >=gnome-base/gnome-libs-1.0 + nls? ( virtual/libintl )" DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" |