diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2006-10-09 21:43:56 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2006-10-09 21:43:56 +0000 |
commit | 195941ccdf4c350d8a7cf1a922e049c548620b08 (patch) | |
tree | e8fd74eeb6204c67fcdfe64f3b117bb5701d5e53 /games-emulation/hugo | |
parent | media-video/gpac-0.4.2: Fix to compile against latest ffmpeg snapshots, bug #... (diff) | |
download | gentoo-2-195941ccdf4c350d8a7cf1a922e049c548620b08.tar.gz gentoo-2-195941ccdf4c350d8a7cf1a922e049c548620b08.tar.bz2 gentoo-2-195941ccdf4c350d8a7cf1a922e049c548620b08.zip |
Add gtk+-2 to DEPEND
(Portage version: 2.1.2_pre2-r7)
Diffstat (limited to 'games-emulation/hugo')
-rw-r--r-- | games-emulation/hugo/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/hugo/hugo-2.12.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-emulation/hugo/ChangeLog b/games-emulation/hugo/ChangeLog index 9663d5870693..6153ce0068af 100644 --- a/games-emulation/hugo/ChangeLog +++ b/games-emulation/hugo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/hugo # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/hugo/ChangeLog,v 1.6 2006/05/02 18:35:17 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/hugo/ChangeLog,v 1.7 2006/10/09 21:43:56 nyhm Exp $ + + 09 Oct 2006; Tristan Heaven <nyhm@gentoo.org> hugo-2.12.ebuild: + Add gtk+-2 to DEPEND 02 May 2006; <Tupone@gentoo.org> +files/hugo-2.12-gcc41.patch, hugo-2.12.ebuild: diff --git a/games-emulation/hugo/hugo-2.12.ebuild b/games-emulation/hugo/hugo-2.12.ebuild index ccd84f518f0f..5af9542195ea 100644 --- a/games-emulation/hugo/hugo-2.12.ebuild +++ b/games-emulation/hugo/hugo-2.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/hugo/hugo-2.12.ebuild,v 1.3 2006/05/02 18:35:17 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/hugo/hugo-2.12.ebuild,v 1.4 2006/10/09 21:43:56 nyhm Exp $ inherit eutils games @@ -13,9 +13,9 @@ SLOT="0" KEYWORDS="x86" IUSE="" -RDEPEND="x11-libs/gtk+ - media-libs/libsdl - media-libs/libvorbis" +DEPEND=">=x11-libs/gtk+-2 + media-libs/libsdl + media-libs/libvorbis" src_unpack() { unpack ${A} |