diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2004-02-25 08:05:25 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2004-02-25 08:05:25 +0000 |
commit | 9c7f373aa830e605de9a9bee66bd6fb37a4ff656 (patch) | |
tree | c15dcfdf48d5850addf82d0c85ea917a170c9a5c /app-sci | |
parent | Moved to app-sci (diff) | |
download | gentoo-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/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/celestia/celestia-1.3.0-r1.ebuild | 4 |
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" |