diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-20 20:43:19 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-01-20 20:43:19 +0000 |
commit | 2b3adec4baaef0f478cad60030d8154746848ef4 (patch) | |
tree | 33e94c829e16abda98ba248dedfa1c292bb683fd /games-puzzle/xwelltris | |
parent | Stable on sparc wrt #119634 (diff) | |
download | gentoo-2-2b3adec4baaef0f478cad60030d8154746848ef4.tar.gz gentoo-2-2b3adec4baaef0f478cad60030d8154746848ef4.tar.bz2 gentoo-2-2b3adec4baaef0f478cad60030d8154746848ef4.zip |
Added modular X dependencies and closing bug #119724.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'games-puzzle/xwelltris')
-rw-r--r-- | games-puzzle/xwelltris/ChangeLog | 8 | ||||
-rw-r--r-- | games-puzzle/xwelltris/xwelltris-1.0.1.ebuild | 18 |
2 files changed, 21 insertions, 5 deletions
diff --git a/games-puzzle/xwelltris/ChangeLog b/games-puzzle/xwelltris/ChangeLog index 4e1949ccff1b..9257b1ad62b0 100644 --- a/games-puzzle/xwelltris/ChangeLog +++ b/games-puzzle/xwelltris/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-puzzle/xwelltris -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xwelltris/ChangeLog,v 1.7 2005/10/31 08:34:38 mr_bones_ Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xwelltris/ChangeLog,v 1.8 2006/01/20 20:43:19 wolf31o2 Exp $ + + 20 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> + xwelltris-1.0.1.ebuild: + Added modular X dependencies and closing bug #119724. 31 Oct 2005; Michael Sterrett <mr_bones_@gentoo.org> xwelltris-1.0.1.ebuild: diff --git a/games-puzzle/xwelltris/xwelltris-1.0.1.ebuild b/games-puzzle/xwelltris/xwelltris-1.0.1.ebuild index 86ee9e617b00..2b4519452063 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-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-puzzle/xwelltris/xwelltris-1.0.1.ebuild,v 1.10 2005/10/31 08:34:38 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xwelltris/xwelltris-1.0.1.ebuild,v 1.11 2006/01/20 20:43:19 wolf31o2 Exp $ inherit games @@ -13,10 +13,22 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="sdl" -DEPEND="virtual/x11 +RDEPEND="|| ( + ( + x11-misc/xbitmaps + x11-proto/xproto + x11-libs/libX11 + x11-libs/libXt + x11-libs/libXmu + x11-libs/libXaw ) + virtual/x11 ) sdl? ( media-libs/libsdl media-libs/sdl-image )" +DEPEND="${RDEPEND} + || ( + x11-libs/libX11 + virtual/x11 )" src_compile() { # configure/build process is pretty messed up |