diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2004-04-01 10:16:38 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2004-04-01 10:16:38 +0000 |
commit | b5086abea007107ac3e19235a0963864ed9ceb23 (patch) | |
tree | 5a806e221450befac88a8ae80851cb525cd87f33 /x11-misc/icesndcfg | |
parent | Declaring rc1 stable, trying to fix sandbox violation (bug #45670) (Manifest ... (diff) | |
download | gentoo-2-b5086abea007107ac3e19235a0963864ed9ceb23.tar.gz gentoo-2-b5086abea007107ac3e19235a0963864ed9ceb23.tar.bz2 gentoo-2-b5086abea007107ac3e19235a0963864ed9ceb23.zip |
Fixing sandbox problem, see bug #45723
Diffstat (limited to 'x11-misc/icesndcfg')
-rw-r--r-- | x11-misc/icesndcfg/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/icesndcfg/icesndcfg-1.1.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-misc/icesndcfg/ChangeLog b/x11-misc/icesndcfg/ChangeLog index 9b6233e6d836..6a1ac0969ee5 100644 --- a/x11-misc/icesndcfg/ChangeLog +++ b/x11-misc/icesndcfg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/icesndcfg -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icesndcfg/ChangeLog,v 1.6 2003/07/08 13:53:46 phosphan Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icesndcfg/ChangeLog,v 1.7 2004/04/01 10:16:38 phosphan Exp $ + + 01 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> icesndcfg-1.1.ebuild: + Fixing sandbox problem, see bug #45723 *icesndcfg-1.1 (08 Jul 2003) diff --git a/x11-misc/icesndcfg/icesndcfg-1.1.ebuild b/x11-misc/icesndcfg/icesndcfg-1.1.ebuild index 5619d27c326e..84b8775c037a 100644 --- a/x11-misc/icesndcfg/icesndcfg-1.1.ebuild +++ b/x11-misc/icesndcfg/icesndcfg-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icesndcfg/icesndcfg-1.1.ebuild,v 1.4 2004/03/03 12:46:15 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icesndcfg/icesndcfg-1.1.ebuild,v 1.5 2004/04/01 10:16:38 phosphan Exp $ IUSE="" @@ -16,7 +16,7 @@ LICENSE="GPL-2" KEYWORDS="x86 sparc " src_compile () { - + addwrite ${QTDIR}/etc/settings econf emake || die } |