diff options
author | 2006-12-04 22:30:52 +0000 | |
---|---|---|
committer | 2006-12-04 22:30:52 +0000 | |
commit | 9b140b6182e8b4cb9ba3d9fc912c67380f91d1da (patch) | |
tree | 04e1900472cda504e75e7445a210bc2e572b3508 /games-engines/xzip/xzip-1.8.2-r2.ebuild | |
parent | Version bump. Dropped old version. Using make instead of imake (solves bug #1... (diff) | |
download | gentoo-2-9b140b6182e8b4cb9ba3d9fc912c67380f91d1da.tar.gz gentoo-2-9b140b6182e8b4cb9ba3d9fc912c67380f91d1da.tar.bz2 gentoo-2-9b140b6182e8b4cb9ba3d9fc912c67380f91d1da.zip |
Removing old virtual/x11 dependency.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'games-engines/xzip/xzip-1.8.2-r2.ebuild')
-rw-r--r-- | games-engines/xzip/xzip-1.8.2-r2.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games-engines/xzip/xzip-1.8.2-r2.ebuild b/games-engines/xzip/xzip-1.8.2-r2.ebuild index 08fabbf485db..a9b88338a0d8 100644 --- a/games-engines/xzip/xzip-1.8.2-r2.ebuild +++ b/games-engines/xzip/xzip-1.8.2-r2.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-engines/xzip/xzip-1.8.2-r2.ebuild,v 1.7 2006/01/20 21:05:49 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/xzip/xzip-1.8.2-r2.ebuild,v 1.8 2006/12/04 22:30:52 wolf31o2 Exp $ inherit eutils games @@ -13,9 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ppc x86" IUSE="" -RDEPEND="|| ( - x11-libs/libX11 - virtual/x11 )" +RDEPEND="x11-libs/libX11" S=${WORKDIR}/xzip |