summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2011-07-30 18:27:54 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2011-07-30 18:27:54 +0000
commit46d72362753c560a138ac430d523a77e371d0088 (patch)
treef4978ea9c0331760ea8784f6f1f28efbe5188ee3 /games-action
parentVersion bump (supports upcoming ghc-7.2). (diff)
downloadgentoo-2-46d72362753c560a138ac430d523a77e371d0088.tar.gz
gentoo-2-46d72362753c560a138ac430d523a77e371d0088.tar.bz2
gentoo-2-46d72362753c560a138ac430d523a77e371d0088.zip
add dev-libs/fribidi to RDEPEND (bug #375569)
(Portage version: 2.1.10.3/cvs/Linux i686)
Diffstat (limited to 'games-action')
-rw-r--r--games-action/supertuxkart/ChangeLog5
-rw-r--r--games-action/supertuxkart/supertuxkart-0.7.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/games-action/supertuxkart/ChangeLog b/games-action/supertuxkart/ChangeLog
index 7b3ecfb70f64..9cd31e4ba780 100644
--- a/games-action/supertuxkart/ChangeLog
+++ b/games-action/supertuxkart/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-action/supertuxkart
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.26 2011/06/22 12:59:19 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.27 2011/07/30 18:27:54 mr_bones_ Exp $
+
+ 30 Jul 2011; Michael Sterrett <mr_bones_@gentoo.org> supertuxkart-0.7.ebuild:
+ add dev-libs/fribidi to RDEPEND (bug #375569)
22 Jun 2011; Tupone Alfredo <tupone@gentoo.org> supertuxkart-0.7.ebuild,
+files/supertuxkart-0.7-underlink.patch:
diff --git a/games-action/supertuxkart/supertuxkart-0.7.ebuild b/games-action/supertuxkart/supertuxkart-0.7.ebuild
index 1214a05e0c6c..78858f0dc90e 100644
--- a/games-action/supertuxkart/supertuxkart-0.7.ebuild
+++ b/games-action/supertuxkart/supertuxkart-0.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild,v 1.5 2011/06/22 12:59:19 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.7.ebuild,v 1.6 2011/07/30 18:27:54 mr_bones_ Exp $
EAPI=2
inherit autotools flag-o-matic eutils games
@@ -22,6 +22,7 @@ RDEPEND=">=dev-games/irrlicht-1.7.2
net-libs/enet:0
media-libs/libvorbis
media-libs/openal
+ nls? ( dev-libs/fribidi )
virtual/libintl"
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )