diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-02 13:24:08 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-02 13:24:08 +0000 |
commit | d1f0f94e3c3b48c9124cbbfb28980df9ce90bc79 (patch) | |
tree | e59e971776b825f772663921fd8568498f6d4b9c /sci-astronomy/celestia | |
parent | Added xz-utils to the system set per discussion in the dev ml[1]. (diff) | |
download | historical-d1f0f94e3c3b48c9124cbbfb28980df9ce90bc79.tar.gz historical-d1f0f94e3c3b48c9124cbbfb28980df9ce90bc79.tar.bz2 historical-d1f0f94e3c3b48c9124cbbfb28980df9ce90bc79.zip |
Correct Slots for gtk 3 introduction to tree
Package-Manager: portage-2.2.0_alpha26/cvs/Linux x86_64
Diffstat (limited to 'sci-astronomy/celestia')
-rw-r--r-- | sci-astronomy/celestia/ChangeLog | 7 | ||||
-rw-r--r-- | sci-astronomy/celestia/celestia-1.6.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-astronomy/celestia/ChangeLog b/sci-astronomy/celestia/ChangeLog index d98b84411456..b8b04976bd7c 100644 --- a/sci-astronomy/celestia/ChangeLog +++ b/sci-astronomy/celestia/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-astronomy/celestia -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.67 2010/11/08 17:03:53 xarthisius Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.68 2011/03/02 13:22:23 jlec Exp $ + + 02 Mar 2011; Justin Lecher <jlec@gentoo.org> celestia-1.6.0.ebuild: + Correct Slots for gtk 3 introduction to tree 08 Nov 2010; Kacper Kowalik <xarthisius@gentoo.org> celestia-1.6.0.ebuild: media-libs/jpeg -> virtual/jpeg diff --git a/sci-astronomy/celestia/celestia-1.6.0.ebuild b/sci-astronomy/celestia/celestia-1.6.0.ebuild index 0deef0c5d99c..bc8574be6b31 100644 --- a/sci-astronomy/celestia/celestia-1.6.0.ebuild +++ b/sci-astronomy/celestia/celestia-1.6.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v 1.17 2010/11/08 17:03:53 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v 1.18 2011/03/02 13:22:23 jlec Exp $ EAPI=2 inherit eutils flag-o-matic gnome2 autotools @@ -18,7 +18,7 @@ RDEPEND="virtual/opengl virtual/jpeg media-libs/libpng >=dev-lang/lua-5.0 - gtk? ( !gnome? ( >=x11-libs/gtk+-2.6 >=x11-libs/gtkglext-1.0 ) ) + gtk? ( !gnome? ( x11-libs/gtk+:2 >=x11-libs/gtkglext-1.0 ) ) gnome? ( >=x11-libs/gtk+-2.6 >=x11-libs/gtkglext-1.0 |