summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2004-04-01 10:16:38 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2004-04-01 10:16:38 +0000
commit4b03a60f5cadf3c7534f4e29e178c20d7aad23db (patch)
tree69c5bd9c7094af74208a49b62c1012bb84a0107d /x11-misc/icesndcfg
parentDeclaring rc1 stable, trying to fix sandbox violation (bug #45670) (diff)
downloadhistorical-4b03a60f5cadf3c7534f4e29e178c20d7aad23db.tar.gz
historical-4b03a60f5cadf3c7534f4e29e178c20d7aad23db.tar.bz2
historical-4b03a60f5cadf3c7534f4e29e178c20d7aad23db.zip
Fixing sandbox problem, see bug #45723
Diffstat (limited to 'x11-misc/icesndcfg')
-rw-r--r--x11-misc/icesndcfg/ChangeLog7
-rw-r--r--x11-misc/icesndcfg/Manifest4
-rw-r--r--x11-misc/icesndcfg/icesndcfg-1.1.ebuild4
3 files changed, 9 insertions, 6 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/Manifest b/x11-misc/icesndcfg/Manifest
index 210878a93dc2..ee4cab0bc496 100644
--- a/x11-misc/icesndcfg/Manifest
+++ b/x11-misc/icesndcfg/Manifest
@@ -1,4 +1,4 @@
-MD5 5d38731bd09fb56a45aedcc0f54a028a icesndcfg-1.1.ebuild 573
-MD5 36a74deaff7524ba3c17ea2e266e9953 ChangeLog 790
+MD5 8adf124a4e685bb46c060ba8bca178be icesndcfg-1.1.ebuild 604
+MD5 c691c8c7ac6b6b5646dc6a215288b2dc ChangeLog 907
MD5 b742040acaeddc3798a21739bd59e8aa metadata.xml 224
MD5 32a90c4b4c8add7fc091909eb59aedb0 files/digest-icesndcfg-1.1 66
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
}