diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-05-23 06:50:21 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-05-23 06:50:21 +0000 |
commit | d80e4d7b812de76012302ab154b8b8a0c706640a (patch) | |
tree | 6852e43ed8f4895d9f241cf248a7f2efd48fe35d /x11-libs/wxGTK | |
parent | updating bb when I should be asleep (diff) | |
download | gentoo-2-d80e4d7b812de76012302ab154b8b8a0c706640a.tar.gz gentoo-2-d80e4d7b812de76012302ab154b8b8a0c706640a.tar.bz2 gentoo-2-d80e4d7b812de76012302ab154b8b8a0c706640a.zip |
gtk 1.2 dependency listing fixes
Diffstat (limited to 'x11-libs/wxGTK')
-rw-r--r-- | x11-libs/wxGTK/wxGTK-2.3.2-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/wxGTK/wxGTK-2.3.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-libs/wxGTK/wxGTK-2.3.2-r1.ebuild b/x11-libs/wxGTK/wxGTK-2.3.2-r1.ebuild index cf35cfa73831..9ef542117084 100644 --- a/x11-libs/wxGTK/wxGTK-2.3.2-r1.ebuild +++ b/x11-libs/wxGTK/wxGTK-2.3.2-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Tod Neidt <tneidt@fidnet.com> -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.3.2-r1.ebuild,v 1.1 2002/04/14 08:29:15 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.3.2-r1.ebuild,v 1.2 2002/05/23 06:50:19 seemant Exp $ S=${WORKDIR}/${P} @@ -21,7 +21,7 @@ DEPEND="dev-libs/libunicode opengl? ( virtual/opengl )" use gtk \ - && DEPEND="${DEPEND} >=x11-libs/gtk+-1.2.3" \ + && DEPEND="${DEPEND} =x11-libs/gtk+-1.2*" \ || DEPEND="${DEPEND} x11-libs/openmotif" RDEPEND="nls? ( sys-devel/gettext )" diff --git a/x11-libs/wxGTK/wxGTK-2.3.2.ebuild b/x11-libs/wxGTK/wxGTK-2.3.2.ebuild index 72f0b7d11e77..ceb489cf21e1 100644 --- a/x11-libs/wxGTK/wxGTK-2.3.2.ebuild +++ b/x11-libs/wxGTK/wxGTK-2.3.2.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 Tod Neidt <tneidt@fidnet.com> -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.3.2.ebuild,v 1.2 2002/01/24 21:47:10 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.3.2.ebuild,v 1.3 2002/05/23 06:50:19 seemant Exp $ S=${WORKDIR}/${P} @@ -11,7 +11,7 @@ SRC_URI="http://prdownloads.sourceforge.net/wxwindows/${P}.tar.bz2" HOMEPAGE="http://www.wxwindows.org/" -DEPEND=">=x11-libs/gtk+-1.2.3 +DEPEND="=x11-libs/gtk+-1.2* dev-libs/libunicode media-libs/libpng media-libs/jpeg |