diff options
author | 2010-09-24 13:32:17 +0000 | |
---|---|---|
committer | 2010-09-24 13:32:17 +0000 | |
commit | 1362b044e0534a02bb1bd7f56d707d753a7fd249 (patch) | |
tree | 8165d0f262e93fb2b70fbba8d34e7f6a09402979 /sci-chemistry/coot | |
parent | Keyworded for ~-linux (diff) | |
download | gentoo-2-1362b044e0534a02bb1bd7f56d707d753a7fd249.tar.gz gentoo-2-1362b044e0534a02bb1bd7f56d707d753a7fd249.tar.bz2 gentoo-2-1362b044e0534a02bb1bd7f56d707d753a7fd249.zip |
Fixed guile-gtk version DEP
(Portage version: 2.2_rc86/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/coot')
-rw-r--r-- | sci-chemistry/coot/ChangeLog | 6 | ||||
-rw-r--r-- | sci-chemistry/coot/coot-0.6.1.ebuild | 4 | ||||
-rw-r--r-- | sci-chemistry/coot/coot-0.6.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sci-chemistry/coot/ChangeLog b/sci-chemistry/coot/ChangeLog index 9718c6a10c5e..7596067071c1 100644 --- a/sci-chemistry/coot/ChangeLog +++ b/sci-chemistry/coot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/coot # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/ChangeLog,v 1.28 2010/09/24 10:56:34 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/ChangeLog,v 1.29 2010/09/24 13:32:17 jlec Exp $ + + 24 Sep 2010; Justin Lecher <jlec@gentoo.org> coot-0.6.ebuild, + coot-0.6.1.ebuild: + Fixed guile-gtk version DEP 24 Sep 2010; Justin Lecher <jlec@gentoo.org> coot-0.6.1.ebuild: Keyworded for ~-linux diff --git a/sci-chemistry/coot/coot-0.6.1.ebuild b/sci-chemistry/coot/coot-0.6.1.ebuild index 48e23ce44f9d..4e832ea9c76e 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-2010 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.5 2010/09/24 10:56:34 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.6.1.ebuild,v 1.6 2010/09/24 13:32:17 jlec Exp $ EAPI="3" @@ -48,7 +48,7 @@ SCHEMEDEPS=" dev-scheme/guile-gui >=dev-scheme/guile-lib-0.1.6 dev-scheme/guile-www - =x11-libs/guile-gtk-2.1" + ~x11-libs/guile-gtk-2.1" RDEPEND=" ${SCIDEPS} diff --git a/sci-chemistry/coot/coot-0.6.ebuild b/sci-chemistry/coot/coot-0.6.ebuild index ee9f2bb74fb3..f8f730d86177 100644 --- a/sci-chemistry/coot/coot-0.6.ebuild +++ b/sci-chemistry/coot/coot-0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.6.ebuild,v 1.7 2010/09/16 17:24:03 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.6.ebuild,v 1.8 2010/09/24 13:32:17 jlec Exp $ EAPI="3" @@ -48,7 +48,7 @@ SCHEMEDEPS=" dev-scheme/guile-gui >=dev-scheme/guile-lib-0.1.6 dev-scheme/guile-www - =x11-libs/guile-gtk-2.1" + ~x11-libs/guile-gtk-2.1" RDEPEND=" ${SCIDEPS} |