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
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')
-rw-r--r--app-text/biblestudy/ChangeLog5
-rw-r--r--app-text/biblestudy/Manifest2
-rw-r--r--app-text/biblestudy/biblestudy-1.0.ebuild4
3 files changed, 7 insertions, 4 deletions
diff --git a/app-text/biblestudy/ChangeLog b/app-text/biblestudy/ChangeLog
index 3ad154b05ede..99a8fbd6b7e9 100644
--- a/app-text/biblestudy/ChangeLog
+++ b/app-text/biblestudy/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/biblestudy
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/biblestudy/ChangeLog,v 1.4 2005/01/01 16:03:39 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/biblestudy/ChangeLog,v 1.5 2005/04/30 16:40:42 pythonhead Exp $
+
+ 30 Apr 2005; Rob Cakebread <pythonhead@gentoo.org> biblestudy-1.0.ebuild:
+ Fixed wxGTK dependency bug# 83973
09 May 2004; Jon Hood <squinky86@gentoo.org> :
digests changed
diff --git a/app-text/biblestudy/Manifest b/app-text/biblestudy/Manifest
index f0c2439c1b7b..029ffc0bf64f 100644
--- a/app-text/biblestudy/Manifest
+++ b/app-text/biblestudy/Manifest
@@ -1,4 +1,4 @@
MD5 8b13574574f94851e5b8c9dcf2b54d4d ChangeLog 436
-MD5 050da9157ffd987b6a9fb729a48b34fe biblestudy-1.0.ebuild 914
+MD5 83d04a76673e41e130473cad3a171edf biblestudy-1.0.ebuild 912
MD5 76790bc57ed641dc79ad018411b179cf metadata.xml 224
MD5 4ce3856aabaac60d563fce705a065065 files/digest-biblestudy-1.0 67
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"