diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-05-23 06:50:09 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-05-23 06:50:09 +0000 |
commit | c9072507613c97869971afac154fea4c6e6d2b3b (patch) | |
tree | 8222c1e29804538fd236b404e54bd4f6aa7abfbc /app-emulation | |
parent | gtk 1.2 dependency listing fixes (diff) | |
download | historical-c9072507613c97869971afac154fea4c6e6d2b3b.tar.gz historical-c9072507613c97869971afac154fea4c6e6d2b3b.tar.bz2 historical-c9072507613c97869971afac154fea4c6e6d2b3b.zip |
gtk 1.2 dependency listing fixes
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/darcnes/dn9b-0401-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/darcnes/dn9b-0401-r1.ebuild b/app-emulation/darcnes/dn9b-0401-r1.ebuild index 70f909ad24fe..d460a317e4cf 100644 --- a/app-emulation/darcnes/dn9b-0401-r1.ebuild +++ b/app-emulation/darcnes/dn9b-0401-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Ryan Tolboom <ryan@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-emulation/darcnes/dn9b-0401-r1.ebuild,v 1.2 2001/11/10 02:58:37 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/darcnes/dn9b-0401-r1.ebuild,v 1.3 2002/05/23 06:50:09 seemant Exp $ S=${WORKDIR}/darcnes DESCRIPTION="A multi-system emulator" @@ -10,7 +10,7 @@ HOMEPAGE="http://www.netway.com/~nyef" DEPEND=">=media-libs/svgalib-1.4.2 X? ( virtual/x11 ) - gtk? ( >=x11-libs/gtk+-1.2.10-r4 )" + gtk? ( =x11-libs/gtk+-1.2* )" src_compile() { |