diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-01-21 07:36:52 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-01-21 07:36:52 +0000 |
commit | b02bb42e01caca457408156540d1a1cc42c74ca5 (patch) | |
tree | 51146ea246c0d859af2d46b84752448f540e27c9 /dev-games/vamos | |
parent | Adding dependency on libpng. Bug #206426 (diff) | |
download | gentoo-2-b02bb42e01caca457408156540d1a1cc42c74ca5.tar.gz gentoo-2-b02bb42e01caca457408156540d1a1cc42c74ca5.tar.bz2 gentoo-2-b02bb42e01caca457408156540d1a1cc42c74ca5.zip |
Add sdl-ttf dep, bug #206131
(Portage version: 2.1.4)
Diffstat (limited to 'dev-games/vamos')
-rw-r--r-- | dev-games/vamos/ChangeLog | 7 | ||||
-rw-r--r-- | dev-games/vamos/vamos-0.5.7.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-games/vamos/ChangeLog b/dev-games/vamos/ChangeLog index 3856c5dbff70..5fe34286cf8d 100644 --- a/dev-games/vamos/ChangeLog +++ b/dev-games/vamos/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-games/vamos -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/vamos/ChangeLog,v 1.5 2007/07/21 23:13:53 nyhm Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-games/vamos/ChangeLog,v 1.6 2008/01/21 07:36:52 nyhm Exp $ + + 21 Jan 2008; Tristan Heaven <nyhm@gentoo.org> vamos-0.5.7.ebuild: + Add sdl-ttf dep, bug #206131 *vamos-0.5.7 (21 Jul 2007) diff --git a/dev-games/vamos/vamos-0.5.7.ebuild b/dev-games/vamos/vamos-0.5.7.ebuild index c088397b5b1d..d0983d099f13 100644 --- a/dev-games/vamos/vamos-0.5.7.ebuild +++ b/dev-games/vamos/vamos-0.5.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/vamos/vamos-0.5.7.ebuild,v 1.1 2007/07/21 23:13:53 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/vamos/vamos-0.5.7.ebuild,v 1.2 2008/01/21 07:36:52 nyhm Exp $ DESCRIPTION="an automotive simulation framework" HOMEPAGE="http://vamos.sourceforge.net/" @@ -16,6 +16,7 @@ DEPEND="virtual/opengl virtual/glut media-libs/libpng media-libs/libsdl + media-libs/sdl-ttf media-libs/openal media-libs/freealut =dev-libs/libsigc++-1.2*" |