diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-02 21:35:23 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-02 21:35:23 +0000 |
commit | ad43522fff5ab4192ab3b706843f3f5bdea27957 (patch) | |
tree | 81eaa6b7615f7e6c685abf56955729c8cebc88ed /sci-astronomy | |
parent | Correct Slots for gtk 3 introduction to tree (diff) | |
download | historical-ad43522fff5ab4192ab3b706843f3f5bdea27957.tar.gz historical-ad43522fff5ab4192ab3b706843f3f5bdea27957.tar.bz2 historical-ad43522fff5ab4192ab3b706843f3f5bdea27957.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')
-rw-r--r-- | sci-astronomy/celestia/ChangeLog | 5 | ||||
-rw-r--r-- | sci-astronomy/celestia/celestia-1.6.0.ebuild | 4 | ||||
-rw-r--r-- | sci-astronomy/galaxy/ChangeLog | 7 | ||||
-rw-r--r-- | sci-astronomy/galaxy/galaxy-1.8.ebuild | 8 |
4 files changed, 16 insertions, 8 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 ) diff --git a/sci-astronomy/galaxy/ChangeLog b/sci-astronomy/galaxy/ChangeLog index d5a1c90175fb..3c99bc780f10 100644 --- a/sci-astronomy/galaxy/ChangeLog +++ b/sci-astronomy/galaxy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-astronomy/galaxy -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/galaxy/ChangeLog,v 1.1 2010/05/28 06:42:42 xarthisius Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/galaxy/ChangeLog,v 1.2 2011/03/02 21:35:23 jlec Exp $ + + 02 Mar 2011; Justin Lecher <jlec@gentoo.org> galaxy-1.8.ebuild: + Correct Slots for gtk 3 introduction to tree *galaxy-1.8 (28 May 2010) diff --git a/sci-astronomy/galaxy/galaxy-1.8.ebuild b/sci-astronomy/galaxy/galaxy-1.8.ebuild index a460c09c59b9..5760ea23b62b 100644 --- a/sci-astronomy/galaxy/galaxy-1.8.ebuild +++ b/sci-astronomy/galaxy/galaxy-1.8.ebuild @@ -1,6 +1,8 @@ -# 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/galaxy/galaxy-1.8.ebuild,v 1.1 2010/05/28 06:42:42 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/galaxy/galaxy-1.8.ebuild,v 1.2 2011/03/02 21:35:23 jlec Exp $ + +EAPI="1" inherit base toolchain-funcs @@ -13,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="x11-libs/gtk+" +DEPEND="x11-libs/gtk+:2" RDEPEND="${DEPEND} x11-misc/xdg-utils" |