diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-02 09:46:22 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-02 09:46:22 +0000 |
commit | bb14329e63c55ca709e87fc45637888b385c48bf (patch) | |
tree | a91c10042fda41a0f4ccf4eb51299f66506898d3 /sci-chemistry/coot/coot-0.6.1.ebuild | |
parent | Add version 0.44 (diff) | |
download | gentoo-2-bb14329e63c55ca709e87fc45637888b385c48bf.tar.gz gentoo-2-bb14329e63c55ca709e87fc45637888b385c48bf.tar.bz2 gentoo-2-bb14329e63c55ca709e87fc45637888b385c48bf.zip |
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/coot/coot-0.6.1.ebuild')
-rw-r--r-- | sci-chemistry/coot/coot-0.6.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-chemistry/coot/coot-0.6.1.ebuild b/sci-chemistry/coot/coot-0.6.1.ebuild index 367f7574f268..44fd1ab0360c 100644 --- a/sci-chemistry/coot/coot-0.6.1.ebuild +++ b/sci-chemistry/coot/coot-0.6.1.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-chemistry/coot/coot-0.6.1.ebuild,v 1.10 2011/01/25 12:52:57 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.6.1.ebuild,v 1.11 2011/03/02 09:46:22 jlec Exp $ EAPI="3" @@ -37,10 +37,10 @@ SCIDEPS=" XDEPS=" gnome-base/libgnomecanvas - gnome-base/librsvg + gnome-base/librsvg:2 media-libs/libpng media-libs/freeglut - >=x11-libs/gtk+-2.2 + x11-libs/gtk+:2 x11-libs/gtkglext" SCHEMEDEPS=" |