diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-01 21:07:41 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-01 21:07:41 +0000 |
commit | 322f4e9f61660fc264a6d4e64ebe84bb876102fe (patch) | |
tree | 4b6141f32778b45b4692ee4df893109fee95b138 /games-board/gnushogi/gnushogi-1.3.ebuild | |
parent | Removing old virtual/x11 dependency. (diff) | |
download | historical-322f4e9f61660fc264a6d4e64ebe84bb876102fe.tar.gz historical-322f4e9f61660fc264a6d4e64ebe84bb876102fe.tar.bz2 historical-322f4e9f61660fc264a6d4e64ebe84bb876102fe.zip |
Removing old virtual/x11 dependency.
Package-Manager: portage-2.1.2_rc2-r2
Diffstat (limited to 'games-board/gnushogi/gnushogi-1.3.ebuild')
-rw-r--r-- | games-board/gnushogi/gnushogi-1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-board/gnushogi/gnushogi-1.3.ebuild b/games-board/gnushogi/gnushogi-1.3.ebuild index c10b89c0f8b2..2f38ae1b34e0 100644 --- a/games-board/gnushogi/gnushogi-1.3.ebuild +++ b/games-board/gnushogi/gnushogi-1.3.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/gnushogi/gnushogi-1.3.ebuild,v 1.13 2006/04/23 04:45:34 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gnushogi/gnushogi-1.3.ebuild,v 1.14 2006/12/01 20:57:43 wolf31o2 Exp $ inherit eutils games @@ -14,7 +14,7 @@ KEYWORDS="~amd64 ppc x86" IUSE="X" RDEPEND="sys-libs/ncurses - X? ( || ( x11-libs/libXaw virtual/x11 ) )" + X? ( x11-libs/libXaw )" DEPEND="${RDEPEND} >=sys-devel/bison-1.34 >=sys-devel/flex-2.5" |