diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2002-08-05 06:29:26 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2002-08-05 06:29:26 +0000 |
commit | c76c46d0a51ef72617230241dcd5377ae4924c81 (patch) | |
tree | 2bc79e428b6b89c56b72039615e4bacf4c3c8937 /app-editors/xemacs-gtk | |
parent | repoman doesn't like you, old version of ebuild! (diff) | |
download | gentoo-2-c76c46d0a51ef72617230241dcd5377ae4924c81.tar.gz gentoo-2-c76c46d0a51ef72617230241dcd5377ae4924c81.tar.bz2 gentoo-2-c76c46d0a51ef72617230241dcd5377ae4924c81.zip |
Restored DISABLE_SANDBOX.
Diffstat (limited to 'app-editors/xemacs-gtk')
-rw-r--r-- | app-editors/xemacs-gtk/ChangeLog | 11 | ||||
-rw-r--r-- | app-editors/xemacs-gtk/xemacs-gtk-21.4.8-r3.ebuild | 4 |
2 files changed, 10 insertions, 5 deletions
diff --git a/app-editors/xemacs-gtk/ChangeLog b/app-editors/xemacs-gtk/ChangeLog index 87ea9d692827..302c7fd1afe7 100644 --- a/app-editors/xemacs-gtk/ChangeLog +++ b/app-editors/xemacs-gtk/ChangeLog @@ -1,6 +1,13 @@ # 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.6 2002/08/05 00:41:58 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs-gtk/ChangeLog,v 1.7 2002/08/05 06:29:26 mkennedy Exp $ + +*xemacs-gtk-21.4.8-r3 (28 Jul 2002) + + 05 Aug 2002; Matthew Kennedy <mkennedy@gentoo.org> + xemacs-21.4.8-r3.ebuild : + + Restored DISABLE_SANDBOX. 04 Aug 2002; Matthew Kennedy <mkennedy@gentoo.org> xemacs-gtk-21.4.8-r3.ebuild : @@ -8,8 +15,6 @@ Parallel make doesn't work. Thanks for azarah@gentoo.org for spotting this in xemacs-21.4.8. Might fix bug #5869. -*xemacs-gtk-21.4.8-r3 (28 Jul 2002) - 28 Jul 2002; Matthew Kennedy <mkennedy@gentoo.org> xemacs-gtk-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 9ee001f96a32..6fe76363e8dd 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,9 @@ # 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.3 2002/08/05 00:42:00 mkennedy Exp $ +# $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 $ # this is just TEMPORARY until we can get to the core of the problem -#SANDBOX_DISABLED="1" +SANDBOX_DISABLED="1" REAL_P=${P//-gtk/} S="${WORKDIR}/${REAL_P}" |