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/hugo-2.12.ebuild | |
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/hugo-2.12.ebuild')
-rw-r--r-- | games-emulation/hugo/hugo-2.12.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
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} |