diff options
author | Daniel Goller <morfic@gentoo.org> | 2004-11-13 02:40:25 +0000 |
---|---|---|
committer | Daniel Goller <morfic@gentoo.org> | 2004-11-13 02:40:25 +0000 |
commit | 6bb07a2c2546d1c0270e28646203c7892b613055 (patch) | |
tree | 63bf5f98e9bee65882a645a8d64d68ec0cb984dd /app-sci/celestia/celestia-1.3.2.ebuild | |
parent | added ~ppc-macos. closes bug #58713 (Manifest recommit) (diff) | |
download | gentoo-2-6bb07a2c2546d1c0270e28646203c7892b613055.tar.gz gentoo-2-6bb07a2c2546d1c0270e28646203c7892b613055.tar.bz2 gentoo-2-6bb07a2c2546d1c0270e28646203c7892b613055.zip |
added arts use flag + stable on x86
Diffstat (limited to 'app-sci/celestia/celestia-1.3.2.ebuild')
-rw-r--r-- | app-sci/celestia/celestia-1.3.2.ebuild | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/app-sci/celestia/celestia-1.3.2.ebuild b/app-sci/celestia/celestia-1.3.2.ebuild index d76f9cfc3d68..f029b8c32aa9 100644 --- a/app-sci/celestia/celestia-1.3.2.ebuild +++ b/app-sci/celestia/celestia-1.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/celestia/celestia-1.3.2.ebuild,v 1.3 2004/09/30 22:01:26 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/celestia/celestia-1.3.2.ebuild,v 1.4 2004/11/13 02:40:25 morfic Exp $ inherit eutils flag-o-matic gnome2 kde-functions @@ -10,8 +10,8 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" -IUSE="gnome gtk kde" +KEYWORDS="x86 ~ppc ~amd64" +IUSE="gnome gtk kde arts" DEPEND=">=media-libs/glut-3.7.1 virtual/glu @@ -63,6 +63,11 @@ src_unpack() { epatch ${FILESDIR}/resmanager.h.patch \ || die "patching gcc 3.4 support failed" + if use !arts; + then + epatch ${FILESDIR}/celestia-1.3.2-noarts.patch + fi + if [ "${MYMAKE}" != "gnome" ]; then # alright this snapshot seems to have some trouble with installing a # file properly. It wants to install celestia.schemas in / which leads |