diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2004-02-23 08:53:18 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2004-02-23 08:53:18 +0000 |
commit | 01a1f640e62db4134afd59b4b5f5be35ed6bee6a (patch) | |
tree | f3b7adacb984293cc04627954d1de82f8b2df98f /app-misc | |
parent | put an addwrite to the kernel sources dir in order to have the kernel module ... (diff) | |
download | gentoo-2-01a1f640e62db4134afd59b4b5f5be35ed6bee6a.tar.gz gentoo-2-01a1f640e62db4134afd59b4b5f5be35ed6bee6a.tar.bz2 gentoo-2-01a1f640e62db4134afd59b4b5f5be35ed6bee6a.zip |
Fixing little sandbox violation
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/celestia/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/celestia/celestia-1.3.0-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-misc/celestia/ChangeLog b/app-misc/celestia/ChangeLog index 85088f5ee318..e3e6f519bc1f 100644 --- a/app-misc/celestia/ChangeLog +++ b/app-misc/celestia/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/celestia -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/celestia/ChangeLog,v 1.10 2003/12/10 14:34:15 phosphan Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/celestia/ChangeLog,v 1.11 2004/02/23 08:53:18 phosphan Exp $ + + 23 Feb 2004; Patrick Kursawe <phosphan@gentoo.org> celestia-1.3.0-r1.ebuild: + Fixing little sandbox violation *celestia-1.3.0-r1 (10 Dec 2003) diff --git a/app-misc/celestia/celestia-1.3.0-r1.ebuild b/app-misc/celestia/celestia-1.3.0-r1.ebuild index 9a4baaede6f9..ef8dbed8960c 100644 --- a/app-misc/celestia/celestia-1.3.0-r1.ebuild +++ b/app-misc/celestia/celestia-1.3.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/celestia/celestia-1.3.0-r1.ebuild,v 1.1 2003/12/10 14:34:15 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/celestia/celestia-1.3.0-r1.ebuild,v 1.2 2004/02/23 08:53:18 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" |