diff options
-rw-r--r-- | games-sports/xmoto/ChangeLog | 6 | ||||
-rw-r--r-- | games-sports/xmoto/xmoto-0.3.0.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/games-sports/xmoto/ChangeLog b/games-sports/xmoto/ChangeLog index d3cf178d1f30..30fec540f684 100644 --- a/games-sports/xmoto/ChangeLog +++ b/games-sports/xmoto/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-sports/xmoto # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/ChangeLog,v 1.15 2007/06/17 21:54:13 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/ChangeLog,v 1.16 2007/06/18 18:04:03 genstef Exp $ + + 18 Jun 2007; Stefan Schweizer <genstef@gentoo.org> xmoto-0.3.0.ebuild: + Add missing sqlite-3 depend thanks to Marco Squarcina <lavish@gmail.com> and + Christian Limberg <barneyman@gmx.de> in bug 182446 *xmoto-0.3.0 (17 Jun 2007) diff --git a/games-sports/xmoto/xmoto-0.3.0.ebuild b/games-sports/xmoto/xmoto-0.3.0.ebuild index c01f863bc76c..b423a6497b16 100644 --- a/games-sports/xmoto/xmoto-0.3.0.ebuild +++ b/games-sports/xmoto/xmoto-0.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/xmoto-0.3.0.ebuild,v 1.1 2007/06/17 21:54:13 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/xmoto-0.3.0.ebuild,v 1.2 2007/06/18 18:04:03 genstef Exp $ inherit eutils games @@ -28,6 +28,7 @@ RDEPEND="media-libs/jpeg nls? ( virtual/libintl ) editor? ( >=media-gfx/inkscape-0.45 )" DEPEND="${RDEPEND} + >=dev-db/sqlite-3 nls? ( sys-devel/gettext )" src_unpack() { |