diff options
author | Marinus Schraal <foser@gentoo.org> | 2002-10-16 23:53:54 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2002-10-16 23:53:54 +0000 |
commit | 956965bcc56867bb015967fbf3e323c6eeba2460 (patch) | |
tree | 5eff89bfa47198f3c26d6058c05846f33d6024ab | |
parent | space fix [lintool] for #9216 (diff) | |
download | gentoo-2-956965bcc56867bb015967fbf3e323c6eeba2460.tar.gz gentoo-2-956965bcc56867bb015967fbf3e323c6eeba2460.tar.bz2 gentoo-2-956965bcc56867bb015967fbf3e323c6eeba2460.zip |
Small deps fix
-rw-r--r-- | app-office/abiword/ChangeLog | 3 | ||||
-rw-r--r-- | app-office/abiword/abiword-1.0.3.ebuild | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/app-office/abiword/ChangeLog b/app-office/abiword/ChangeLog index 732870e8e412..a5a2912e8579 100644 --- a/app-office/abiword/ChangeLog +++ b/app-office/abiword/ChangeLog @@ -1,11 +1,12 @@ # ChangeLog for app-office/abiword # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.16 2002/10/16 23:21:59 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.17 2002/10/16 23:53:54 foser Exp $ *abiword-1.0.3 (17 Oct 2002) 17 Oct 2002; foser <foser@gentoo.org> abiword-1.0.3.ebuild : New version, new aspell fix + Block bash-completion because of bug #7467 *abiword-1.0.2-r1 (02 Sep 2002) diff --git a/app-office/abiword/abiword-1.0.3.ebuild b/app-office/abiword/abiword-1.0.3.ebuild index 4cfeb2b664bc..0a3f3314beb0 100644 --- a/app-office/abiword/abiword-1.0.3.ebuild +++ b/app-office/abiword/abiword-1.0.3.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/abiword/abiword-1.0.3.ebuild,v 1.1 2002/10/16 23:21:59 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-1.0.3.ebuild,v 1.2 2002/10/16 23:53:54 foser Exp $ IUSE="perl nls gnome build spell jpeg xml2" @@ -21,8 +21,8 @@ DEPEND="virtual/x11 spell? ( >=app-text/aspell-0.50 ) gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 >=gnome-extra/gal-0.13-r1 - >=gnome-base/bonobo-1.0.9-r1 )" - + >=gnome-base/bonobo-1.0.9-r1 ) + !app-shells/bash-completion" fix_perl_env() { # new configure scripts is a bit broken |