diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-13 01:40:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-13 01:40:52 +0000 |
commit | 8d2efeda0a9d47e85dcf308bd5db9279dc8f2cb3 (patch) | |
tree | f7348bdcc1b4cfa3d7f6d48f009bd7c40f2a3e5b /games-puzzle | |
parent | Version bump (diff) | |
download | historical-8d2efeda0a9d47e85dcf308bd5db9279dc8f2cb3.tar.gz historical-8d2efeda0a9d47e85dcf308bd5db9279dc8f2cb3.tar.bz2 historical-8d2efeda0a9d47e85dcf308bd5db9279dc8f2cb3.zip |
fix DEPEND
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/xwelltris/Manifest | 12 | ||||
-rw-r--r-- | games-puzzle/xwelltris/xwelltris-1.0.1.ebuild | 8 |
2 files changed, 14 insertions, 6 deletions
diff --git a/games-puzzle/xwelltris/Manifest b/games-puzzle/xwelltris/Manifest index af2e28b46268..d7f849b87416 100644 --- a/games-puzzle/xwelltris/Manifest +++ b/games-puzzle/xwelltris/Manifest @@ -1,4 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 7fc1b1888f7914d7e7a477ea4b72bf39 ChangeLog 705 -MD5 aef1827b2f3942555f79538215b745e4 xwelltris-1.0.1.ebuild 1123 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 +MD5 19f06d9be023bb820d87789a84556f05 xwelltris-1.0.1.ebuild 1112 MD5 f7cce601c76be9bc02185c11ee24bbb5 files/digest-xwelltris-1.0.1 71 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.9.14 (GNU/Linux) + +iD8DBQFB5dHCroRuSHgZdywRAuZQAJ9715X93MXo1wx4lYSNx+61hCyHTgCgjRyO ++20AtBgp2Jh3o8dmwx1FLQI= +=g4+p +-----END PGP SIGNATURE----- diff --git a/games-puzzle/xwelltris/xwelltris-1.0.1.ebuild b/games-puzzle/xwelltris/xwelltris-1.0.1.ebuild index b59cd9b56584..ab5045b9fd54 100644 --- a/games-puzzle/xwelltris/xwelltris-1.0.1.ebuild +++ b/games-puzzle/xwelltris/xwelltris-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xwelltris/xwelltris-1.0.1.ebuild,v 1.8 2004/12/28 15:27:00 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xwelltris/xwelltris-1.0.1.ebuild,v 1.9 2005/01/13 01:40:52 vapier Exp $ inherit games @@ -13,10 +13,8 @@ SLOT="0" KEYWORDS="x86 amd64 ppc" IUSE="sdl" -RDEPEND="|| ( - sdl? ( media-libs/libsdl media-libs/sdl-image ) - virtual/x11 - )" +RDEPEND="virtual/x11 + sdl? ( media-libs/libsdl media-libs/sdl-image )" DEPEND="${RDEPEND} >=sys-apps/sed-4" |