summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Klar <phoenix@gentoo.org>2003-02-05 21:29:44 +0000
committerTilman Klar <phoenix@gentoo.org>2003-02-05 21:29:44 +0000
commitf25af1d78de08450dd4529393eff93a37c1c015f (patch)
tree1de902c2c98661eaa9401b65a2437053fb365003 /app-emulation/winex
parentFixed bug #14651, put wine-20021125 into x86. (diff)
downloadgentoo-2-f25af1d78de08450dd4529393eff93a37c1c015f.tar.gz
gentoo-2-f25af1d78de08450dd4529393eff93a37c1c015f.tar.bz2
gentoo-2-f25af1d78de08450dd4529393eff93a37c1c015f.zip
Updated dependencies for X. This closes bug #14651. Put winex-20021123 into x86.
Diffstat (limited to 'app-emulation/winex')
-rw-r--r--app-emulation/winex/ChangeLog9
-rw-r--r--app-emulation/winex/winex-20021123.ebuild11
2 files changed, 13 insertions, 7 deletions
diff --git a/app-emulation/winex/ChangeLog b/app-emulation/winex/ChangeLog
index fb6075d7b399..66dec87a9e74 100644
--- a/app-emulation/winex/ChangeLog
+++ b/app-emulation/winex/ChangeLog
@@ -1,10 +1,15 @@
# ChangeLog for app-emulation/winex
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex/ChangeLog,v 1.17 2002/12/17 19:11:58 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex/ChangeLog,v 1.18 2003/02/05 21:29:44 phoenix Exp $
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
-
+
*winex-20021123 (23 Nov 2002)
+
+ 23 Nov 2002; phoen][x <phoenix@gentoo.org> winex-20021123.ebuild :
+ Modified X dependencies. You can build winex without X now (for commandline
+ applications) - this closes bug #14651.
+
23 Nov 2002; phoen][x <phoenix@gentoo.org> winex-20021123.ebuild,
files/digest-winex-20021123, files/winex-20021123-misc,
files/winex-20021123-fake_windows :
diff --git a/app-emulation/winex/winex-20021123.ebuild b/app-emulation/winex/winex-20021123.ebuild
index 0c28c5abd69a..78e569acc009 100644
--- a/app-emulation/winex/winex-20021123.ebuild
+++ b/app-emulation/winex/winex-20021123.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex/winex-20021123.ebuild,v 1.3 2002/12/09 04:17:42 manson Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex/winex-20021123.ebuild,v 1.4 2003/02/05 21:29:44 phoenix Exp $
inherit base
@@ -11,16 +11,17 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
HOMEPAGE="http://www.transgaming.com/"
SLOT="0"
-KEYWORDS="~x86 -ppc -sparc "
+KEYWORDS="x86 -ppc -sparc "
LICENSE="Aladdin"
-DEPEND="virtual/x11
- sys-devel/gcc
+DEPEND="sys-devel/gcc
sys-devel/flex
dev-util/yacc
>=sys-libs/ncurses-5.2
>=media-libs/freetype-2.0.0
- dev-lang/tcl dev-lang/tk
+ X? ( virtual/x11
+ dev-lang/tcl
+ dev-lang/tk )
opengl? ( virtual/opengl )
cups? ( net-print/cups )"