diff options
author | 2002-08-08 03:21:26 +0000 | |
---|---|---|
committer | 2002-08-08 03:21:26 +0000 | |
commit | 9874da0435912e2f60a2055d6c4e563acad7ae82 (patch) | |
tree | 8acc299d35fc4334c3024e5731ab6705a4982110 /app-editors/emacs | |
parent | moved conf files back into files out of bz2 on mirror (diff) | |
download | historical-9874da0435912e2f60a2055d6c4e563acad7ae82.tar.gz historical-9874da0435912e2f60a2055d6c4e563acad7ae82.tar.bz2 historical-9874da0435912e2f60a2055d6c4e563acad7ae82.zip |
sandbox
Diffstat (limited to 'app-editors/emacs')
-rw-r--r-- | app-editors/emacs/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/emacs/emacs-21.2-r1.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-editors/emacs/ChangeLog b/app-editors/emacs/ChangeLog index 45395505f266..7950e6417d12 100644 --- a/app-editors/emacs/ChangeLog +++ b/app-editors/emacs/ChangeLog @@ -1,9 +1,14 @@ # ChangeLog for app-editors/emacs # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.6 2002/08/06 16:18:50 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.7 2002/08/08 03:21:05 mkennedy Exp $ *emacs-21.2-r1 (29 Jul 2002) + 07 Aug 2002; Matthew Kennedy <mkennedy@gentoo.org> + emacs-21.2-r1.ebuild : + + Sandbox. + 06 Aug 2002; Mark Guertin <gerk@gentoo.org> : Added ppc to keywords diff --git a/app-editors/emacs/emacs-21.2-r1.ebuild b/app-editors/emacs/emacs-21.2-r1.ebuild index e1bbfbc2f177..f72338c23b91 100644 --- a/app-editors/emacs/emacs-21.2-r1.ebuild +++ b/app-editors/emacs/emacs-21.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.2-r1.ebuild,v 1.3 2002/08/06 16:18:51 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.2-r1.ebuild,v 1.4 2002/08/08 03:21:05 mkennedy Exp $ S=${WORKDIR}/${P} DESCRIPTION="An incredibly powerful, extensible text editor" @@ -8,8 +8,7 @@ SRC_URI="ftp://ftp.codefactory.se/pub/gnu/${PN}/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/emacs" # Never use the sandbox, it causes Emacs to segfault on startup -#SANDBOX_DISABLED="1" -unset SANDBOX_ACTIVE +SANDBOX_DISABLED="1" DEPEND=">=sys-libs/ncurses-5.2 sys-libs/gdbm |