diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2002-08-06 15:37:26 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2002-08-06 15:37:26 +0000 |
commit | 942b240cb34e41dc179c6161b5bdac7806a447f3 (patch) | |
tree | 9b74e0a303874103f619697f72646bc9a6ab3006 /app-editors/xemacs-gtk | |
parent | new version, please test (diff) | |
download | gentoo-2-942b240cb34e41dc179c6161b5bdac7806a447f3.tar.gz gentoo-2-942b240cb34e41dc179c6161b5bdac7806a447f3.tar.bz2 gentoo-2-942b240cb34e41dc179c6161b5bdac7806a447f3.zip |
sandboxing bandaid fix
Diffstat (limited to 'app-editors/xemacs-gtk')
-rw-r--r-- | app-editors/xemacs-gtk/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/xemacs-gtk/xemacs-gtk-21.4.8-r3.ebuild | 3 |
2 files changed, 8 insertions, 2 deletions
diff --git a/app-editors/xemacs-gtk/ChangeLog b/app-editors/xemacs-gtk/ChangeLog index 302c7fd1afe7..f6f4241dcf7b 100644 --- a/app-editors/xemacs-gtk/ChangeLog +++ b/app-editors/xemacs-gtk/ChangeLog @@ -1,9 +1,14 @@ # ChangeLog for app-editors/xemacs-gtk # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs-gtk/ChangeLog,v 1.7 2002/08/05 06:29:26 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs-gtk/ChangeLog,v 1.8 2002/08/06 15:37:26 mkennedy Exp $ *xemacs-gtk-21.4.8-r3 (28 Jul 2002) + 06 Aug 2002; Matthew Kennedy <mkennedy@gentoo.org> + xemacs-21.4.8-r3.ebuild : + + Restored sandbox disable (new mechanism) + 05 Aug 2002; Matthew Kennedy <mkennedy@gentoo.org> xemacs-21.4.8-r3.ebuild : diff --git a/app-editors/xemacs-gtk/xemacs-gtk-21.4.8-r3.ebuild b/app-editors/xemacs-gtk/xemacs-gtk-21.4.8-r3.ebuild index 6fe76363e8dd..94d7264c57a8 100644 --- a/app-editors/xemacs-gtk/xemacs-gtk-21.4.8-r3.ebuild +++ b/app-editors/xemacs-gtk/xemacs-gtk-21.4.8-r3.ebuild @@ -1,9 +1,10 @@ # 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/xemacs-gtk/xemacs-gtk-21.4.8-r3.ebuild,v 1.4 2002/08/05 06:29:26 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs-gtk/xemacs-gtk-21.4.8-r3.ebuild,v 1.5 2002/08/06 15:37:26 mkennedy Exp $ # this is just TEMPORARY until we can get to the core of the problem SANDBOX_DISABLED="1" +unset SANDBOX_ACTIVE REAL_P=${P//-gtk/} S="${WORKDIR}/${REAL_P}" |