diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-06 17:23:52 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-06 17:23:52 +0000 |
commit | 386e17c07b7089b39376a5d57109f39778056152 (patch) | |
tree | b75b19379d48128c6f30f5c5efdd6db4d5e1b683 /games-puzzle/xwelltris | |
parent | Removed sed-4 from *DEPEND. (diff) | |
download | historical-386e17c07b7089b39376a5d57109f39778056152.tar.gz historical-386e17c07b7089b39376a5d57109f39778056152.tar.bz2 historical-386e17c07b7089b39376a5d57109f39778056152.zip |
Remove old virtual/x11 dependency.
Package-Manager: portage-2.1.2_rc2-r2
Diffstat (limited to 'games-puzzle/xwelltris')
-rw-r--r-- | games-puzzle/xwelltris/ChangeLog | 6 | ||||
-rw-r--r-- | games-puzzle/xwelltris/xwelltris-1.0.1.ebuild | 24 |
2 files changed, 13 insertions, 17 deletions
diff --git a/games-puzzle/xwelltris/ChangeLog b/games-puzzle/xwelltris/ChangeLog index e219e97f1e86..16c07e82dc6f 100644 --- a/games-puzzle/xwelltris/ChangeLog +++ b/games-puzzle/xwelltris/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-puzzle/xwelltris # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xwelltris/ChangeLog,v 1.9 2006/06/29 16:22:25 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xwelltris/ChangeLog,v 1.10 2006/12/06 17:23:52 wolf31o2 Exp $ + + 06 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> + xwelltris-1.0.1.ebuild: + Remove old virtual/x11 dependency. 29 Jun 2006; Chris Gianelloni <wolf31o2@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 6fed45e55a2a..e78f83ff4947 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-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.12 2006/06/29 16:22:25 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xwelltris/xwelltris-1.0.1.ebuild,v 1.13 2006/12/06 17:23:52 wolf31o2 Exp $ inherit games @@ -13,22 +13,14 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="sdl" -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 )" +RDEPEND="x11-misc/xbitmaps + x11-libs/libX11 + x11-libs/libXt + x11-libs/libXmu + x11-libs/libXaw + sdl? ( media-libs/libsdl media-libs/sdl-image )" DEPEND="${RDEPEND} - || ( - x11-libs/libX11 - virtual/x11 )" + x11-proto/xproto" src_unpack() { unpack ${A} |