diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-02 21:34:44 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-02 21:34:44 +0000 |
commit | 5beac17470225921d8919621b4250380e209ca62 (patch) | |
tree | 7c43680344d8300ffa42ff02116e9259ee31de91 /sci-astronomy | |
parent | Correct Slots for gtk 3 introduction to tree (diff) | |
download | gentoo-2-5beac17470225921d8919621b4250380e209ca62.tar.gz gentoo-2-5beac17470225921d8919621b4250380e209ca62.tar.bz2 gentoo-2-5beac17470225921d8919621b4250380e209ca62.zip |
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/celestia/ChangeLog | 5 | ||||
-rw-r--r-- | sci-astronomy/celestia/celestia-1.6.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-astronomy/celestia/ChangeLog b/sci-astronomy/celestia/ChangeLog index b8b04976bd7c..31245bf14ffa 100644 --- a/sci-astronomy/celestia/ChangeLog +++ b/sci-astronomy/celestia/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-astronomy/celestia # 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 $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.69 2011/03/02 21:34:44 jlec Exp $ + + 02 Mar 2011; Justin Lecher <jlec@gentoo.org> celestia-1.6.0.ebuild: + Correct Slots for gtk 3 introduction to tree 02 Mar 2011; Justin Lecher <jlec@gentoo.org> celestia-1.6.0.ebuild: Correct Slots for gtk 3 introduction to tree diff --git a/sci-astronomy/celestia/celestia-1.6.0.ebuild b/sci-astronomy/celestia/celestia-1.6.0.ebuild index bc8574be6b31..1a6df8e8287a 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-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.18 2011/03/02 13:22:23 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v 1.19 2011/03/02 21:34:44 jlec Exp $ EAPI=2 inherit eutils flag-o-matic gnome2 autotools @@ -20,7 +20,7 @@ RDEPEND="virtual/opengl >=dev-lang/lua-5.0 gtk? ( !gnome? ( x11-libs/gtk+:2 >=x11-libs/gtkglext-1.0 ) ) gnome? ( - >=x11-libs/gtk+-2.6 + x11-libs/gtk+:2 >=x11-libs/gtkglext-1.0 >=gnome-base/libgnomeui-2.0 ) |