diff options
author | Rick Farina <zerochaos@gentoo.org> | 2014-02-04 03:58:07 +0000 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2014-02-04 03:58:07 +0000 |
commit | 2b7da31fd4b43030a780ba1aadcbf118bb094dbe (patch) | |
tree | b86eabcf8d07e4cef7e62952b6fff44a699b9239 /sci-astronomy | |
parent | Version bump. (diff) | |
download | gentoo-2-2b7da31fd4b43030a780ba1aadcbf118bb094dbe.tar.gz gentoo-2-2b7da31fd4b43030a780ba1aadcbf118bb094dbe.tar.bz2 gentoo-2-2b7da31fd4b43030a780ba1aadcbf118bb094dbe.zip |
reconsidered bug 365359, issues caused by binary drivers which need revdep-pax not individual programs marked.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/celestia/ChangeLog | 8 | ||||
-rw-r--r-- | sci-astronomy/celestia/celestia-1.6.1-r1.ebuild | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/sci-astronomy/celestia/ChangeLog b/sci-astronomy/celestia/ChangeLog index c4468b8fc2ab..94371aea5fcf 100644 --- a/sci-astronomy/celestia/ChangeLog +++ b/sci-astronomy/celestia/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-astronomy/celestia -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.87 2013/04/07 13:46:33 xarthisius Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.88 2014/02/04 03:58:07 zerochaos Exp $ + + 04 Feb 2014; Rick Farina <zerochaos@gentoo.org> celestia-1.6.1-r1.ebuild: + reconsidered bug 365359, issues caused by binary drivers which need revdep-pax + not individual programs marked. *celestia-1.6.1-r1 (07 Apr 2013) diff --git a/sci-astronomy/celestia/celestia-1.6.1-r1.ebuild b/sci-astronomy/celestia/celestia-1.6.1-r1.ebuild index 97db6bfd7531..4eceec900706 100644 --- a/sci-astronomy/celestia/celestia-1.6.1-r1.ebuild +++ b/sci-astronomy/celestia/celestia-1.6.1-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.1-r1.ebuild,v 1.1 2013/04/07 13:46:33 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.1-r1.ebuild,v 1.2 2014/02/04 03:58:07 zerochaos Exp $ EAPI=5 WANT_AUTOMAKE="1.11" -inherit eutils flag-o-matic gnome2 autotools pax-utils +inherit eutils flag-o-matic gnome2 autotools DESCRIPTION="OpenGL 3D space simulator" HOMEPAGE="http://www.shatters.net/celestia/" @@ -118,5 +118,4 @@ src_install() { fi [[ ${CELESTIA_GUI} == glut ]] && domenu celestia.desktop dodoc AUTHORS README TRANSLATORS *.txt - pax-mark -m "${ED}"/usr/bin/${PN} #365359 } |