diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-05-15 13:06:03 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-05-15 13:06:03 +0000 |
commit | a531624129729b43e743f56fbdee21ef8b801e35 (patch) | |
tree | dd9979b28750ae2e1006f77170f4f1b77d46f0e6 /games-puzzle/xpired/xpired-1.22.ebuild | |
parent | Stable on ppc64; bug #221063 (diff) | |
download | gentoo-2-a531624129729b43e743f56fbdee21ef8b801e35.tar.gz gentoo-2-a531624129729b43e743f56fbdee21ef8b801e35.tar.bz2 gentoo-2-a531624129729b43e743f56fbdee21ef8b801e35.zip |
drop virtual/libc dep
(Portage version: 2.1.5_rc10)
Diffstat (limited to 'games-puzzle/xpired/xpired-1.22.ebuild')
-rw-r--r-- | games-puzzle/xpired/xpired-1.22.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games-puzzle/xpired/xpired-1.22.ebuild b/games-puzzle/xpired/xpired-1.22.ebuild index 179a389cc34a..4382290206d1 100644 --- a/games-puzzle/xpired/xpired-1.22.ebuild +++ b/games-puzzle/xpired/xpired-1.22.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xpired/xpired-1.22.ebuild,v 1.8 2006/08/15 15:07:25 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xpired/xpired-1.22.ebuild,v 1.9 2008/05/15 13:06:03 nyhm Exp $ inherit games @@ -8,13 +8,12 @@ DESCRIPTION="A Sokoban-styled puzzle game with lots more action." HOMEPAGE="http://xpired.sourceforge.net" SRC_URI="mirror://sourceforge/xpired/${P}-linux_source.tar.gz" -KEYWORDS="amd64 ~ppc x86" LICENSE="GPL-2" SLOT="0" +KEYWORDS="amd64 ~ppc x86" IUSE="" -DEPEND="virtual/libc - media-libs/sdl-gfx +DEPEND="media-libs/sdl-gfx media-libs/sdl-image media-libs/sdl-mixer" |