diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-11-01 22:20:04 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-11-01 22:20:04 +0000 |
commit | 7ef981ddbcb82921922e46d76c3b1cd5a866a842 (patch) | |
tree | 8e52302becb9e9f5360123e9e3a0bf23634ccabf /games-strategy/wesnoth | |
parent | Version bump (diff) | |
download | gentoo-2-7ef981ddbcb82921922e46d76c3b1cd5a866a842.tar.gz gentoo-2-7ef981ddbcb82921922e46d76c3b1cd5a866a842.tar.bz2 gentoo-2-7ef981ddbcb82921922e46d76c3b1cd5a866a842.zip |
add DEPEND on sdl-net
Diffstat (limited to 'games-strategy/wesnoth')
-rw-r--r-- | games-strategy/wesnoth/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/wesnoth/Manifest | 4 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-0.5.ebuild | 3 |
3 files changed, 8 insertions, 4 deletions
diff --git a/games-strategy/wesnoth/ChangeLog b/games-strategy/wesnoth/ChangeLog index b0d5ba159fca..5b495626e9a3 100644 --- a/games-strategy/wesnoth/ChangeLog +++ b/games-strategy/wesnoth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/wesnoth # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.2 2003/11/01 07:50:29 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.3 2003/11/01 22:20:01 mr_bones_ Exp $ + + 01 Nov 2003; Michael Sterrett <mr_bones_@gentoo.org> wesnoth-0.5.ebuild: + add DEPEND on sdl-net *wesnoth-0.5 (31 Oct 2003) diff --git a/games-strategy/wesnoth/Manifest b/games-strategy/wesnoth/Manifest index 14055e1a6348..5159f82b9ae1 100644 --- a/games-strategy/wesnoth/Manifest +++ b/games-strategy/wesnoth/Manifest @@ -1,6 +1,6 @@ MD5 780c10b9072e511acd2797e086ddffc6 wesnoth-0.4.8.ebuild 1042 MD5 a30c9d4ce8f9629d6d7323eaab258343 metadata.xml 241 -MD5 0d289a8a320a670d9d7b2f84c1be35e7 ChangeLog 532 -MD5 42f4f503301a4c69f42bb36758232090 wesnoth-0.5.ebuild 1171 +MD5 5e3f60c1f7e52d98c88a7acd7d995fec ChangeLog 632 +MD5 98d8279a9f3f24a2c5d7cb0df9a3eb2c wesnoth-0.5.ebuild 1191 MD5 12449f4d45609424ab20eb79f5f77baf files/digest-wesnoth-0.4.8 66 MD5 906d61f6bd37904556d48a72fd3d7e7f files/digest-wesnoth-0.5 65 diff --git a/games-strategy/wesnoth/wesnoth-0.5.ebuild b/games-strategy/wesnoth/wesnoth-0.5.ebuild index 8da9169e8d0e..cace58a478c4 100644 --- a/games-strategy/wesnoth/wesnoth-0.5.ebuild +++ b/games-strategy/wesnoth/wesnoth-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-0.5.ebuild,v 1.1 2003/11/01 07:50:29 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-0.5.ebuild,v 1.2 2003/11/01 22:20:01 mr_bones_ Exp $ inherit games @@ -17,6 +17,7 @@ DEPEND=">=media-libs/libsdl-1.2 >=media-libs/sdl-image-1.2 >=media-libs/sdl-mixer-1.2 >=media-libs/sdl-ttf-2.0 + media-libs/sdl-net virtual/x11" src_compile() { |