diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-02 13:20:02 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-02 13:20:02 +0000 |
commit | bbd6c6ac1c494b706f6bbd43af9080a7017f49a5 (patch) | |
tree | 686837c3d411721e7b0efccdcea57a626ae0030c /sci-chemistry | |
parent | Correct Slots for gtk 3 introduction to tree (diff) | |
download | gentoo-2-bbd6c6ac1c494b706f6bbd43af9080a7017f49a5.tar.gz gentoo-2-bbd6c6ac1c494b706f6bbd43af9080a7017f49a5.tar.bz2 gentoo-2-bbd6c6ac1c494b706f6bbd43af9080a7017f49a5.zip |
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/gtk-gamess/ChangeLog | 10 | ||||
-rw-r--r-- | sci-chemistry/gtk-gamess/gtk-gamess-2.00.ebuild | 13 |
2 files changed, 16 insertions, 7 deletions
diff --git a/sci-chemistry/gtk-gamess/ChangeLog b/sci-chemistry/gtk-gamess/ChangeLog index ef7687454427..6d1e95017e6d 100644 --- a/sci-chemistry/gtk-gamess/ChangeLog +++ b/sci-chemistry/gtk-gamess/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-chemistry/gtk-gamess -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gtk-gamess/ChangeLog,v 1.5 2009/02/23 16:28:52 josejx Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gtk-gamess/ChangeLog,v 1.6 2011/03/02 13:20:02 jlec Exp $ + + 02 Mar 2011; Justin Lecher <jlec@gentoo.org> gtk-gamess-2.00.ebuild: + Correct Slots for gtk 3 introduction to tree + + 02 Mar 2011; Justin Lecher <jlec@gentoo.org> gtk-gamess-2.00.ebuild: + Correct Slots for gtk 3 introduction to tree 23 Feb 2009; Joseph Jezak <josejx@gentoo.org> gtk-gamess-2.00.ebuild: Marked ~ppc for bug #211786. diff --git a/sci-chemistry/gtk-gamess/gtk-gamess-2.00.ebuild b/sci-chemistry/gtk-gamess/gtk-gamess-2.00.ebuild index 5c2cff9e423f..69da90d63baf 100644 --- a/sci-chemistry/gtk-gamess/gtk-gamess-2.00.ebuild +++ b/sci-chemistry/gtk-gamess/gtk-gamess-2.00.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gtk-gamess/gtk-gamess-2.00.ebuild,v 1.6 2009/02/23 16:28:52 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gtk-gamess/gtk-gamess-2.00.ebuild,v 1.7 2011/03/02 13:20:02 jlec Exp $ + +EAPI="1" DESCRIPTION="GTK-GAMESS is a graphical frontend for GAMESS, a General Atomic and Molecular Electronic Structure System" HOMEPAGE="http://sourceforge.net/projects/gtk-gamess/" @@ -14,9 +16,10 @@ KEYWORDS="~ppc ~x86" IUSE="" -RDEPEND=">=gnome-base/libglade-2.4 - >=x11-libs/gtk+-2.6 - dev-libs/libxml2 +RDEPEND=" + gnome-base/libglade:2.0 + x11-libs/gtk+:2 + dev-libs/libxml2:2 sci-chemistry/gamess" DEPEND="${RDEPEND} dev-util/pkgconfig" |