diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-07-14 21:30:51 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-07-14 21:30:51 +0000 |
commit | 12d2dab28e86c9264280d2a6b8e738ded86c8bf7 (patch) | |
tree | 05e9cbfe9d6741f2a500e061dcae2c3036cd92fc /games-action | |
parent | version bump (diff) | |
download | gentoo-2-12d2dab28e86c9264280d2a6b8e738ded86c8bf7.tar.gz gentoo-2-12d2dab28e86c9264280d2a6b8e738ded86c8bf7.tar.bz2 gentoo-2-12d2dab28e86c9264280d2a6b8e738ded86c8bf7.zip |
Block dependency on the enet version.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/supertuxkart/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/supertuxkart/supertuxkart-0.6.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-action/supertuxkart/ChangeLog b/games-action/supertuxkart/ChangeLog index ee1348b4e66a..be2eb7f20b22 100644 --- a/games-action/supertuxkart/ChangeLog +++ b/games-action/supertuxkart/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/supertuxkart # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.18 2010/07/14 16:34:19 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.19 2010/07/14 21:30:51 scarabeus Exp $ + + 14 Jul 2010; Tomáš Chvátal <scarabeus@gentoo.org> + supertuxkart-0.6.2.ebuild: + Block dependency on the enet version. 14 Jul 2010; Michael Sterrett <mr_bones_@gentoo.org> supertuxkart-0.6.2.ebuild: diff --git a/games-action/supertuxkart/supertuxkart-0.6.2.ebuild b/games-action/supertuxkart/supertuxkart-0.6.2.ebuild index cdd958b049b3..e855c800df4b 100644 --- a/games-action/supertuxkart/supertuxkart-0.6.2.ebuild +++ b/games-action/supertuxkart/supertuxkart-0.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.6.2.ebuild,v 1.6 2010/07/14 16:34:19 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.6.2.ebuild,v 1.7 2010/07/14 21:30:51 scarabeus Exp $ EAPI=2 inherit autotools eutils games @@ -19,7 +19,7 @@ RDEPEND=">=media-libs/plib-1.8.4 virtual/opengl virtual/glut virtual/glu - net-libs/enet + net-libs/enet:0 media-libs/libmikmod media-libs/libvorbis media-libs/openal |