diff options
author | 2006-10-31 17:33:55 +0000 | |
---|---|---|
committer | 2006-10-31 17:33:55 +0000 | |
commit | bfbaf82505220534da540219bc9e7a2e3c6d63e3 (patch) | |
tree | a18bbf5cad9af56330cb31dcbf88b5234e0dc25f /app-editors/emacs/emacs-21.4-r4.ebuild | |
parent | Version bump, live from the keynote of the Zend Conference 2006. (diff) | |
download | gentoo-2-bfbaf82505220534da540219bc9e7a2e3c6d63e3.tar.gz gentoo-2-bfbaf82505220534da540219bc9e7a2e3c6d63e3.tar.bz2 gentoo-2-bfbaf82505220534da540219bc9e7a2e3c6d63e3.zip |
removed dependency on sys-libs/gdbm as reported in bug #103382 by Marien Zwart <marienz@gentoo.org>
(Portage version: 2.1.1-r1)
Diffstat (limited to 'app-editors/emacs/emacs-21.4-r4.ebuild')
-rw-r--r-- | app-editors/emacs/emacs-21.4-r4.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-editors/emacs/emacs-21.4-r4.ebuild b/app-editors/emacs/emacs-21.4-r4.ebuild index 16aa4392f641..14b1262bada4 100644 --- a/app-editors/emacs/emacs-21.4-r4.ebuild +++ b/app-editors/emacs/emacs-21.4-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.4-r4.ebuild,v 1.10 2006/10/15 08:48:43 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.4-r4.ebuild,v 1.11 2006/10/31 17:33:55 opfer Exp $ inherit flag-o-matic eutils alternatives toolchain-funcs @@ -15,7 +15,6 @@ KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="X Xaw3d leim lesstif motif nls nosendmail" RDEPEND="sys-libs/ncurses - sys-libs/gdbm X? ( || ( ( x11-libs/libXext x11-libs/libICE x11-libs/libSM |