diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2003-01-08 17:38:13 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2003-01-08 17:38:13 +0000 |
commit | a833100d21b3ebf8cd6a8115dd138990855a790f (patch) | |
tree | 19b50dbe98c57df38316aafb269c3c53773ab8ae /app-text/gnome-spell | |
parent | mark stable (diff) | |
download | historical-a833100d21b3ebf8cd6a8115dd138990855a790f.tar.gz historical-a833100d21b3ebf8cd6a8115dd138990855a790f.tar.bz2 historical-a833100d21b3ebf8cd6a8115dd138990855a790f.zip |
do not install with evo 1.0
Diffstat (limited to 'app-text/gnome-spell')
-rw-r--r-- | app-text/gnome-spell/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/gnome-spell/gnome-spell-0.5.ebuild | 7 |
2 files changed, 10 insertions, 5 deletions
diff --git a/app-text/gnome-spell/ChangeLog b/app-text/gnome-spell/ChangeLog index bcb35b5da6ba..59906aef8093 100644 --- a/app-text/gnome-spell/ChangeLog +++ b/app-text/gnome-spell/ChangeLog @@ -1,8 +1,12 @@ # ChangeLog for app-text/gnome-spell # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/ChangeLog,v 1.13 2002/12/13 10:56:19 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/ChangeLog,v 1.14 2003/01/08 17:38:13 azarah Exp $ - 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords + 08 Jan 2003; Martin Schlemmer <azarah@gentoo.org> gnome-spell-0.5.ebuild : + Do not install with evo 1.0. + + 06 Dec 2002; Rodney Rees <manson@gentoo.org> : + Changed sparc ~sparc keywords *gnome-spell-0.5 (27 Sep 2002) diff --git a/app-text/gnome-spell/gnome-spell-0.5.ebuild b/app-text/gnome-spell/gnome-spell-0.5.ebuild index b9cd1429d0d9..fb306c2fee74 100644 --- a/app-text/gnome-spell/gnome-spell-0.5.ebuild +++ b/app-text/gnome-spell/gnome-spell-0.5.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/gnome-spell-0.5.ebuild,v 1.6 2002/12/10 16:58:09 nall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/gnome-spell-0.5.ebuild,v 1.7 2003/01/08 17:38:13 azarah Exp $ IUSE="nls" inherit gnome.org libtool -S=${WORKDIR}/${P} +S="${WORKDIR}/${P}" DESCRIPTION="Gnome spellchecking component." HOMEPAGE="http://www.gnome.org/" @@ -14,7 +14,8 @@ KEYWORDS="x86 sparc ~ppc" SLOT="0" LICENSE="GPL-2" -DEPEND=">=gnome-base/gnome-libs-1.4.1.7 +DEPEND="!<net-mail/evolution-1.2.0 + >=gnome-base/gnome-libs-1.4.1.7 =gnome-base/control-center-1.4* >=gnome-base/bonobo-1.0.19-r1 <gnome-base/libglade-2.0.0 |