summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-02-10 19:58:35 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-02-10 19:58:35 +0000
commit68691ce588d42bdadf852a43fef29873ae80eac6 (patch)
treed12a078de87ab687a060c471790a60ae0b1ae8de /games-emulation/hugo/hugo-2.12.ebuild
parentAdded modular X dependencies and closing bug #121618. (diff)
downloadgentoo-2-68691ce588d42bdadf852a43fef29873ae80eac6.tar.gz
gentoo-2-68691ce588d42bdadf852a43fef29873ae80eac6.tar.bz2
gentoo-2-68691ce588d42bdadf852a43fef29873ae80eac6.zip
Added modular X dependencies and closing bug #121620.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'games-emulation/hugo/hugo-2.12.ebuild')
-rw-r--r--games-emulation/hugo/hugo-2.12.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/games-emulation/hugo/hugo-2.12.ebuild b/games-emulation/hugo/hugo-2.12.ebuild
index 422292cbe148..0e1c063f069f 100644
--- a/games-emulation/hugo/hugo-2.12.ebuild
+++ b/games-emulation/hugo/hugo-2.12.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# 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.1 2005/11/29 17:25:15 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/hugo/hugo-2.12.ebuild,v 1.2 2006/02/10 19:58:35 wolf31o2 Exp $
inherit games
@@ -13,14 +13,15 @@ SLOT="0"
KEYWORDS="x86"
IUSE=""
-RDEPEND="virtual/x11
- media-libs/libsdl"
+RDEPEND="x11-libs/gtk+
+ media-libs/libsdl
+ media-libs/libvorbis"
src_install() {
dogamesbin hugo || die "dogamesbin failed"
insinto "${GAMES_DATADIR}/${PN}"
doins -r pixmaps || die "doins gamedata failed"
- dodoc AUTHORS Changlog NEWS README TODO || die "dodoc failed"
+ dodoc AUTHORS ChangeLog NEWS README TODO || die "dodoc failed"
dohtml doc/*html
prepgamesdirs
}