diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-01-22 09:21:03 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-01-22 09:21:03 +0000 |
commit | 612c5d3824b7e128ee6697f7c9b4210120343db7 (patch) | |
tree | fccb103d8850e13b67812e7be653a1e0ce4474b2 /games-strategy/ufo-ai | |
parent | Stable for HPPA (bug #182369). (diff) | |
download | gentoo-2-612c5d3824b7e128ee6697f7c9b4210120343db7.tar.gz gentoo-2-612c5d3824b7e128ee6697f7c9b4210120343db7.tar.bz2 gentoo-2-612c5d3824b7e128ee6697f7c9b4210120343db7.zip |
Add some missing x11 deps, bug #206430
(Portage version: 2.1.4)
Diffstat (limited to 'games-strategy/ufo-ai')
-rw-r--r-- | games-strategy/ufo-ai/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/ufo-ai/ufo-ai-2.1.1-r1.ebuild | 10 |
2 files changed, 12 insertions, 5 deletions
diff --git a/games-strategy/ufo-ai/ChangeLog b/games-strategy/ufo-ai/ChangeLog index fbd7ba8134f1..568ec2e241fd 100644 --- a/games-strategy/ufo-ai/ChangeLog +++ b/games-strategy/ufo-ai/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/ufo-ai -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v 1.16 2007/09/27 23:58:39 nyhm Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v 1.17 2008/01/22 09:21:03 nyhm Exp $ + + 22 Jan 2008; Tristan Heaven <nyhm@gentoo.org> ufo-ai-2.1.1-r1.ebuild: + Add some missing x11 deps, bug #206430 *ufo-ai-2.1.1-r1 (27 Sep 2007) diff --git a/games-strategy/ufo-ai/ufo-ai-2.1.1-r1.ebuild b/games-strategy/ufo-ai/ufo-ai-2.1.1-r1.ebuild index cdb069ebd454..84fa83fa74ec 100644 --- a/games-strategy/ufo-ai/ufo-ai-2.1.1-r1.ebuild +++ b/games-strategy/ufo-ai/ufo-ai-2.1.1-r1.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/games-strategy/ufo-ai/ufo-ai-2.1.1-r1.ebuild,v 1.1 2007/09/27 23:58:39 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.1.1-r1.ebuild,v 1.2 2008/01/22 09:21:03 nyhm Exp $ inherit eutils autotools games @@ -25,6 +25,7 @@ RDEPEND="virtual/opengl media-libs/libpng media-libs/libogg media-libs/libvorbis + x11-libs/libXxf86vm virtual/libintl alsa? ( media-libs/alsa-lib ) arts? ( kde-base/arts ) @@ -32,7 +33,10 @@ RDEPEND="virtual/opengl jack? ( media-sound/jack-audio-connection-kit )" DEPEND="${RDEPEND} sys-devel/gettext - doc? ( app-doc/doxygen )" + x11-proto/xf86vidmodeproto + x11-proto/xproto + doc? ( app-doc/doxygen ) + dga? ( x11-proto/xf86dgaproto )" S=${WORKDIR}/${MY_P}-source dir=${GAMES_DATADIR}/${PN} |