diff options
author | Carl Perry <edolnx@gentoo.org> | 2003-03-17 22:37:13 +0000 |
---|---|---|
committer | Carl Perry <edolnx@gentoo.org> | 2003-03-17 22:37:13 +0000 |
commit | f0b7f39797a472abadac8fe7a812a534e0f01e82 (patch) | |
tree | e8196711a0eafa0f5395e03b750cc47c1217620f /app-office | |
parent | masked for testing. now makes use of the new 'java-commons' eclass. (diff) | |
download | historical-f0b7f39797a472abadac8fe7a812a534e0f01e82.tar.gz historical-f0b7f39797a472abadac8fe7a812a534e0f01e82.tar.bz2 historical-f0b7f39797a472abadac8fe7a812a534e0f01e82.zip |
Fixed dependancies in gnucash 1.8.1 and 1.6.8 relating to g-wrap
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/gnucash/ChangeLog | 10 | ||||
-rw-r--r-- | app-office/gnucash/gnucash-1.6.8.ebuild | 4 | ||||
-rw-r--r-- | app-office/gnucash/gnucash-1.8.1.ebuild | 4 |
3 files changed, 13 insertions, 5 deletions
diff --git a/app-office/gnucash/ChangeLog b/app-office/gnucash/ChangeLog index d6315aa99a23..0bf0f4ee008e 100644 --- a/app-office/gnucash/ChangeLog +++ b/app-office/gnucash/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-office/gnucash # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.14 2003/03/17 07:23:34 edolnx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.15 2003/03/17 22:37:13 edolnx Exp $ + +*gnucash-1.8.1 (17 Mar 2003) + + 17 Mar 2003; Carl Perry <edolnx@gentoo.org> gnucash-1.8.1.ebuild, + gnucash-1.6.8.ebuild: Fixed broken dependancy in 1.8.1 so it compiles + now and modified g-wrap dependancy in 1.6.8 to require a version less + than 1.3 - both compile cleanly on a virgin system or if the other was + already installed. *gnucash-1.8.1 (17 Mar 2003) diff --git a/app-office/gnucash/gnucash-1.6.8.ebuild b/app-office/gnucash/gnucash-1.6.8.ebuild index 729faadfc38a..581721c99210 100644 --- a/app-office/gnucash/gnucash-1.6.8.ebuild +++ b/app-office/gnucash/gnucash-1.6.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.6.8.ebuild,v 1.10 2003/03/16 22:35:48 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.6.8.ebuild,v 1.11 2003/03/17 22:37:13 edolnx Exp $ inherit flag-o-matic @@ -24,7 +24,7 @@ DEPEND="${RDEPEND} >=dev-lang/perl-5 >=dev-libs/slib-2.3.8 >=dev-lang/swig-1.3_alpha4 - >=dev-libs/g-wrap-1.1.5 + <=dev-libs/g-wrap-1.3 <gnome-base/libglade-2 media-libs/gdk-pixbuf <dev-util/guile-1.4.1 diff --git a/app-office/gnucash/gnucash-1.8.1.ebuild b/app-office/gnucash/gnucash-1.8.1.ebuild index c912158243be..6a8768d86316 100644 --- a/app-office/gnucash/gnucash-1.8.1.ebuild +++ b/app-office/gnucash/gnucash-1.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.8.1.ebuild,v 1.1 2003/03/17 07:23:34 edolnx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.8.1.ebuild,v 1.2 2003/03/17 22:37:13 edolnx Exp $ inherit flag-o-matic inherit libtool @@ -25,7 +25,7 @@ DEPEND="${RDEPEND} >=dev-lang/perl-5 >=dev-libs/slib-2.3.8 >=dev-lang/swig-1.3_alpha4 - >=dev-libs/g-wrap-1.1.5 + >=dev-libs/g-wrap-1.3.4 <gnome-base/libglade-2 media-libs/gdk-pixbuf <dev-util/guile-1.4.1 |