diff options
author | Marijn Schouten <hkbst@gentoo.org> | 2007-09-04 11:21:56 +0000 |
---|---|---|
committer | Marijn Schouten <hkbst@gentoo.org> | 2007-09-04 11:21:56 +0000 |
commit | 852ca2d982374c15f0eab41f4cc8fd998f4ded65 (patch) | |
tree | 87be058317561179a6b0be9f603f2cbcb8059e83 /dev-lisp | |
parent | Trivial change for bug 191186. Replace AM_PATH_GTK_2_0 with pkg-config check ... (diff) | |
download | gentoo-2-852ca2d982374c15f0eab41f4cc8fd998f4ded65.tar.gz gentoo-2-852ca2d982374c15f0eab41f4cc8fd998f4ded65.tar.bz2 gentoo-2-852ca2d982374c15f0eab41f4cc8fd998f4ded65.zip |
put back sandbox workaround (commented this time), bug 190950
(Portage version: 2.1.3.7)
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/gcl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/gcl/gcl-2.6.7-r3.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lisp/gcl/ChangeLog b/dev-lisp/gcl/ChangeLog index 5466c2201a80..50f6f5c1fd2b 100644 --- a/dev-lisp/gcl/ChangeLog +++ b/dev-lisp/gcl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/gcl # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/ChangeLog,v 1.48 2007/08/31 11:12:16 hkbst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/ChangeLog,v 1.49 2007/09/04 11:21:56 hkbst Exp $ + + 04 Sep 2007; Marijn Schouten <hkBst@gentoo.org> gcl-2.6.7-r3.ebuild: + put back sandbox workaround (commented this time), bug 190950 *gcl-2.6.7-r3 (31 Aug 2007) diff --git a/dev-lisp/gcl/gcl-2.6.7-r3.ebuild b/dev-lisp/gcl/gcl-2.6.7-r3.ebuild index 2d60a85a3540..f0b2f7835e2d 100644 --- a/dev-lisp/gcl/gcl-2.6.7-r3.ebuild +++ b/dev-lisp/gcl/gcl-2.6.7-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.7-r3.ebuild,v 1.1 2007/08/31 11:12:16 hkbst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.7-r3.ebuild,v 1.2 2007/09/04 11:21:56 hkbst Exp $ #removing flag-o-matic results in make install failing due to a segfault inherit elisp-common flag-o-matic @@ -66,7 +66,8 @@ ${myconfig}" } src_install() { -# export SANDBOX_ON=0 + # workaround for bug 161041, see bug 164656 for follow up + export SANDBOX_ON=0 make DESTDIR="${D}" install || die "make install failed" rm -rf ${D}/usr/lib/${P}/info |