diff options
author | 2005-04-30 16:40:42 +0000 | |
---|---|---|
committer | 2005-04-30 16:40:42 +0000 | |
commit | 8f7795d7a3cb6715f3fa3ffa21549dd4339ff2cf (patch) | |
tree | 7f59829b1fa5ba426582dd65d389c7bda493a178 /app-text/biblestudy/biblestudy-1.0.ebuild | |
parent | Fixed wxGTK dependency (diff) | |
download | gentoo-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.ebuild | 4 |
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" |