diff options
author | Richard Freeman <rich0@gentoo.org> | 2010-04-07 17:43:49 +0000 |
---|---|---|
committer | Richard Freeman <rich0@gentoo.org> | 2010-04-07 17:43:49 +0000 |
commit | 8eb5fafdf9039b9a86d6e786b1e38d95507b0dec (patch) | |
tree | 9775a950f7ef4c8577a9c088c678868e264d2868 /games-rpg/eternal-lands | |
parent | Stable on amd64 wrt bug #309383 (diff) | |
download | gentoo-2-8eb5fafdf9039b9a86d6e786b1e38d95507b0dec.tar.gz gentoo-2-8eb5fafdf9039b9a86d6e786b1e38d95507b0dec.tar.bz2 gentoo-2-8eb5fafdf9039b9a86d6e786b1e38d95507b0dec.zip |
Fixed missing X usedep for libsdl - users need not rebuild unless they couldn't compile in the first place.
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'games-rpg/eternal-lands')
-rw-r--r-- | games-rpg/eternal-lands/ChangeLog | 7 | ||||
-rw-r--r-- | games-rpg/eternal-lands/eternal-lands-1.9.0.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/games-rpg/eternal-lands/ChangeLog b/games-rpg/eternal-lands/ChangeLog index 7878a1069336..41aa3352c56b 100644 --- a/games-rpg/eternal-lands/ChangeLog +++ b/games-rpg/eternal-lands/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-rpg/eternal-lands # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/eternal-lands/ChangeLog,v 1.52 2010/04/03 21:35:22 rich0 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/eternal-lands/ChangeLog,v 1.53 2010/04/07 17:43:49 rich0 Exp $ + + 07 Apr 2010; Richard Freeman <rich0@gentoo.org> + eternal-lands-1.9.0.ebuild: + Fixed missing X usedep for libsdl - users need not rebuild unless they + couldn't compile in the first place. *eternal-lands-1.9.0 (03 Apr 2010) diff --git a/games-rpg/eternal-lands/eternal-lands-1.9.0.ebuild b/games-rpg/eternal-lands/eternal-lands-1.9.0.ebuild index 1fdf06806a50..4fa5054cc834 100644 --- a/games-rpg/eternal-lands/eternal-lands-1.9.0.ebuild +++ b/games-rpg/eternal-lands/eternal-lands-1.9.0.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-rpg/eternal-lands/eternal-lands-1.9.0.ebuild,v 1.1 2010/04/03 21:35:22 rich0 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/eternal-lands/eternal-lands-1.9.0.ebuild,v 1.2 2010/04/07 17:43:49 rich0 Exp $ EAPI=2 inherit eutils flag-o-matic games @@ -21,7 +21,7 @@ RDEPEND="x11-libs/libX11 x11-libs/libXext virtual/opengl virtual/glu - media-libs/libsdl + media-libs/libsdl[X] media-libs/sdl-net media-libs/sdl-image media-libs/openal |