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 | 1b909d307bbc0b8fe5c31912957843cc356b945a (patch) | |
tree | fb2f90a4e9929340e804cee2c5c0399d6dc2722a /sci-astronomy/galaxy | |
parent | Correct Slots for gtk 3 introduction to tree (diff) | |
download | gentoo-2-1b909d307bbc0b8fe5c31912957843cc356b945a.tar.gz gentoo-2-1b909d307bbc0b8fe5c31912957843cc356b945a.tar.bz2 gentoo-2-1b909d307bbc0b8fe5c31912957843cc356b945a.zip |
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy/galaxy')
-rw-r--r-- | sci-astronomy/galaxy/ChangeLog | 7 | ||||
-rw-r--r-- | sci-astronomy/galaxy/galaxy-1.8.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
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" |