diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-01 21:15:21 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-01 21:15:21 +0000 |
commit | e485e3d104b42b682f6c52cf7f92109af9cd5b15 (patch) | |
tree | b454a3e78652a0ad21dde475884f2d8b08241e8e /games-board/xmille/xmille-2.0-r1.ebuild | |
parent | Removing old virtual/x11 dependency. (diff) | |
download | historical-e485e3d104b42b682f6c52cf7f92109af9cd5b15.tar.gz historical-e485e3d104b42b682f6c52cf7f92109af9cd5b15.tar.bz2 historical-e485e3d104b42b682f6c52cf7f92109af9cd5b15.zip |
Removing old virtual/x11 dependency.
Package-Manager: portage-2.1.2_rc2-r2
Diffstat (limited to 'games-board/xmille/xmille-2.0-r1.ebuild')
-rw-r--r-- | games-board/xmille/xmille-2.0-r1.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games-board/xmille/xmille-2.0-r1.ebuild b/games-board/xmille/xmille-2.0-r1.ebuild index eaa0a5f07b45..6f6c26875a13 100644 --- a/games-board/xmille/xmille-2.0-r1.ebuild +++ b/games-board/xmille/xmille-2.0-r1.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-board/xmille/xmille-2.0-r1.ebuild,v 1.10 2006/04/23 07:03:32 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/xmille/xmille-2.0-r1.ebuild,v 1.11 2006/12/01 21:13:02 wolf31o2 Exp $ inherit eutils games @@ -15,11 +15,10 @@ SLOT="0" KEYWORDS="~amd64 ppc x86" IUSE="" -RDEPEND="|| ( x11-libs/libXext virtual/x11 )" +RDEPEND="x11-libs/libXext" DEPEND="${RDEPEND} - || ( ( app-text/rman - x11-misc/imake ) - virtual/x11 )" + app-text/rman + x11-misc/imake" S=${WORKDIR}/${P}.orig |