summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cakebread <pythonhead@gentoo.org>2005-04-30 16:40:42 +0000
committerRob Cakebread <pythonhead@gentoo.org>2005-04-30 16:40:42 +0000
commit8f7795d7a3cb6715f3fa3ffa21549dd4339ff2cf (patch)
tree7f59829b1fa5ba426582dd65d389c7bda493a178 /app-text/biblestudy/biblestudy-1.0.ebuild
parentFixed wxGTK dependency (diff)
downloadgentoo-2-8f7795d7a3cb6715f3fa3ffa21549dd4339ff2cf.tar.gz
gentoo-2-8f7795d7a3cb6715f3fa3ffa21549dd4339ff2cf.tar.bz2
gentoo-2-8f7795d7a3cb6715f3fa3ffa21549dd4339ff2cf.zip
Fixed wxGTK dependency bug #93973
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'app-text/biblestudy/biblestudy-1.0.ebuild')
-rw-r--r--app-text/biblestudy/biblestudy-1.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/biblestudy/biblestudy-1.0.ebuild b/app-text/biblestudy/biblestudy-1.0.ebuild
index 69561ca2907f..ced8cb8bba72 100644
--- a/app-text/biblestudy/biblestudy-1.0.ebuild
+++ b/app-text/biblestudy/biblestudy-1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/biblestudy/biblestudy-1.0.ebuild,v 1.4 2005/01/01 16:03:39 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/biblestudy/biblestudy-1.0.ebuild,v 1.5 2005/04/30 16:40:42 pythonhead Exp $
IUSE="unicode"
DESCRIPTION="biblestudy software based on the sword library"
@@ -12,7 +12,7 @@ SLOT="0"
KEYWORDS="~x86"
newdepend ">=app-text/sword-1.5.7
>=app-text/sword-modules-20040503
- >=x11-libs/wxGTK-2.4.2"
+ =x11-libs/wxGTK-2.4*"
src_install() {
make DESTDIR=${D} install || die "install failed"