diff options
Diffstat (limited to 'app-editors/emacs-cvs')
-rw-r--r-- | app-editors/emacs-cvs/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-22.0.50-r2.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/app-editors/emacs-cvs/ChangeLog b/app-editors/emacs-cvs/ChangeLog index 1f02226a50f2..9fd460c2bbd7 100644 --- a/app-editors/emacs-cvs/ChangeLog +++ b/app-editors/emacs-cvs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/emacs-cvs # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.44 2006/04/27 10:24:15 antarus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.45 2006/04/29 05:07:25 mkennedy Exp $ + + 29 Apr 2006; Matthew Kennedy <mkennedy@gentoo.org> + emacs-cvs-22.0.50-r2.ebuild: + Once more, disable the sandbox for src_compile; Resolves Bug #131505. 27 Apr 2006; Alec Warner <antarus@gentoo.org> files/digest-emacs-cvs-22.0.50-r1, files/digest-emacs-cvs-22.0.50-r2, diff --git a/app-editors/emacs-cvs/emacs-cvs-22.0.50-r2.ebuild b/app-editors/emacs-cvs/emacs-cvs-22.0.50-r2.ebuild index 8e31ddda2eb5..73d9dd8c9a14 100644 --- a/app-editors/emacs-cvs/emacs-cvs-22.0.50-r2.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-22.0.50-r2.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-cvs/emacs-cvs-22.0.50-r2.ebuild,v 1.2 2006/03/30 00:29:08 exg Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.0.50-r2.ebuild,v 1.3 2006/04/29 05:07:25 mkennedy Exp $ ECVS_AUTH="pserver" ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs" @@ -74,6 +74,8 @@ src_unpack() { } src_compile() { + export SANDBOX_ON=0 # for the unbelievers, see Bug #131505 + # no flag is allowed ALLOWED_FLAGS=" " strip-flags |