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 | |
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')
-rw-r--r-- | sci-chemistry/coot/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/coot/coot-0.6.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-chemistry/coot/ChangeLog b/sci-chemistry/coot/ChangeLog index 009e1599c3fd..86307a3f15b8 100644 --- a/sci-chemistry/coot/ChangeLog +++ b/sci-chemistry/coot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/coot # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/ChangeLog,v 1.34 2011/01/31 15:54:52 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/ChangeLog,v 1.35 2011/03/02 09:46:22 jlec Exp $ + + 02 Mar 2011; Justin Lecher <jlec@gentoo.org> coot-0.6.1.ebuild: + Correct Slots for gtk 3 introduction to tree 31 Jan 2011; Justin Lecher <jlec@gentoo.org> -coot-0.6.ebuild: Cleaned old 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=" |