summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2004-02-25 08:05:25 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2004-02-25 08:05:25 +0000
commit9c7f373aa830e605de9a9bee66bd6fb37a4ff656 (patch)
treec15dcfdf48d5850addf82d0c85ea917a170c9a5c /app-sci
parentMoved to app-sci (diff)
downloadgentoo-2-9c7f373aa830e605de9a9bee66bd6fb37a4ff656.tar.gz
gentoo-2-9c7f373aa830e605de9a9bee66bd6fb37a4ff656.tar.bz2
gentoo-2-9c7f373aa830e605de9a9bee66bd6fb37a4ff656.zip
sandbox violation fixed
Diffstat (limited to 'app-sci')
-rw-r--r--app-sci/celestia/ChangeLog5
-rw-r--r--app-sci/celestia/celestia-1.3.0-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-sci/celestia/ChangeLog b/app-sci/celestia/ChangeLog
index 24acdeb905fc..6ecd19948525 100644
--- a/app-sci/celestia/ChangeLog
+++ b/app-sci/celestia/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/celestia
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/celestia/ChangeLog,v 1.1 2004/02/25 07:59:46 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/celestia/ChangeLog,v 1.2 2004/02/25 08:05:25 phosphan Exp $
+
+ 25 Feb 2004; Patrick Kursawe <phosphan@gentoo.org> celestia-1.3.0-r1.ebuild:
+ Sandbox violation fixed
*celestia-1.3.0-r1 (25 Feb 2004)
diff --git a/app-sci/celestia/celestia-1.3.0-r1.ebuild b/app-sci/celestia/celestia-1.3.0-r1.ebuild
index 31dc32a10659..62ac72ca622c 100644
--- a/app-sci/celestia/celestia-1.3.0-r1.ebuild
+++ b/app-sci/celestia/celestia-1.3.0-r1.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/app-sci/celestia/celestia-1.3.0-r1.ebuild,v 1.1 2004/02/25 07:59:46 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/celestia/celestia-1.3.0-r1.ebuild,v 1.2 2004/02/25 08:05:25 phosphan Exp $
inherit flag-o-matic kde-functions
@@ -44,7 +44,7 @@ src_compile() {
local myconf
filter-flags "-funroll-loops -frerun-loop-opt"
-
+ addwrite ${QTDIR}/etc/settings
# currently celestia's "gtk support" requires gnome
if [ -n "$(use kde)" ]; then
myconf="$myconf --with-kde --without-gtk"