diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-05-28 14:07:03 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-05-28 14:07:03 +0000 |
commit | 40e4f78e8a849d43754d5ae5e5529948508b5e88 (patch) | |
tree | c89424d9417e975b28732506d14dbcb1e1ade644 /app-editors | |
parent | Remove USE=spell from all ebuilds, we don't want such dependencies (diff) | |
download | gentoo-2-40e4f78e8a849d43754d5ae5e5529948508b5e88.tar.gz gentoo-2-40e4f78e8a849d43754d5ae5e5529948508b5e88.tar.bz2 gentoo-2-40e4f78e8a849d43754d5ae5e5529948508b5e88.zip |
Remove USE=spell from all ebuilds, we don't want such dependencies, see bug 72850#c1
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/emacs/emacs-22.3-r2.ebuild | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-editors/emacs/ChangeLog b/app-editors/emacs/ChangeLog index 9c2ffd139cb9..ab41dd91864c 100644 --- a/app-editors/emacs/ChangeLog +++ b/app-editors/emacs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/emacs # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.316 2009/04/14 16:43:46 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.317 2009/05/28 14:07:03 fauli Exp $ + + 28 May 2009; Christian Faulhammer <fauli@gentoo.org> emacs-22.3-r2.ebuild: + Remove USE=spell from all ebuilds, we don't want such dependencies, see + bug 72850#c1 14 Apr 2009; Ulrich Mueller <ulm@gentoo.org> -emacs-21.4-r17.ebuild, -emacs-22.3-r1.ebuild: diff --git a/app-editors/emacs/emacs-22.3-r2.ebuild b/app-editors/emacs/emacs-22.3-r2.ebuild index 49bc2549dc8b..c3ac89be03f3 100644 --- a/app-editors/emacs/emacs-22.3-r2.ebuild +++ b/app-editors/emacs/emacs-22.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.3-r2.ebuild,v 1.10 2009/04/14 15:36:35 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.3-r2.ebuild,v 1.11 2009/05/28 14:07:03 fauli Exp $ EAPI=2 @@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/emacs/${P}.tar.gz" LICENSE="GPL-3 FDL-1.2 BSD as-is X11" SLOT="22" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="alsa gif gtk gzip-el hesiod jpeg kerberos motif png spell sound source tiff toolkit-scroll-bars X Xaw3d +xpm" +IUSE="alsa gif gtk gzip-el hesiod jpeg kerberos motif png sound source tiff toolkit-scroll-bars X Xaw3d +xpm" RESTRICT="strip" RDEPEND="sys-libs/ncurses @@ -45,8 +45,7 @@ DEPEND="${RDEPEND} RDEPEND="${RDEPEND} !<app-editors/emacs-cvs-22.1 - >=app-emacs/emacs-common-gentoo-1[X?] - spell? ( || ( app-text/aspell app-text/ispell ) )" + >=app-emacs/emacs-common-gentoo-1[X?]" # FULL_VERSION keeps the full version number, which is needed in order to # determine some path information correctly for copy/move operations later on |