diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-02 13:12:45 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-02 13:12:45 +0000 |
commit | 8925e4d9bbab5f2bf79276918b6ce6a782be182c (patch) | |
tree | 37d0ad4c734891d262e2d55915fb39b83bf668c3 | |
parent | Correct Slots for gtk 3 introduction to tree (diff) | |
download | gentoo-2-8925e4d9bbab5f2bf79276918b6ce6a782be182c.tar.gz gentoo-2-8925e4d9bbab5f2bf79276918b6ce6a782be182c.tar.bz2 gentoo-2-8925e4d9bbab5f2bf79276918b6ce6a782be182c.zip |
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
-rw-r--r-- | sci-chemistry/chemtool/ChangeLog | 7 | ||||
-rw-r--r-- | sci-chemistry/chemtool/chemtool-1.6.12.ebuild | 11 |
2 files changed, 12 insertions, 6 deletions
diff --git a/sci-chemistry/chemtool/ChangeLog b/sci-chemistry/chemtool/ChangeLog index e09b2af11414..bd475bfc7670 100644 --- a/sci-chemistry/chemtool/ChangeLog +++ b/sci-chemistry/chemtool/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/chemtool -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/chemtool/ChangeLog,v 1.29 2009/11/21 21:15:12 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/chemtool/ChangeLog,v 1.30 2011/03/02 13:12:45 jlec Exp $ + + 02 Mar 2011; Justin Lecher <jlec@gentoo.org> chemtool-1.6.12.ebuild: + Correct Slots for gtk 3 introduction to tree 21 Nov 2009; Samuli Suominen <ssuominen@gentoo.org> -chemtool-1.6.9-r1.ebuild, -chemtool-1.6.10.ebuild, diff --git a/sci-chemistry/chemtool/chemtool-1.6.12.ebuild b/sci-chemistry/chemtool/chemtool-1.6.12.ebuild index a3b0a27d615b..eaba7fd14181 100644 --- a/sci-chemistry/chemtool/chemtool-1.6.12.ebuild +++ b/sci-chemistry/chemtool/chemtool-1.6.12.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/chemtool/chemtool-1.6.12.ebuild,v 1.4 2009/11/21 18:25:48 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/chemtool/chemtool-1.6.12.ebuild,v 1.5 2011/03/02 13:12:45 jlec Exp $ + +EAPI="1" inherit eutils @@ -13,8 +15,9 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="gnome nls" -RDEPEND="media-gfx/transfig - =x11-libs/gtk+-2* +RDEPEND=" + media-gfx/transfig + x11-libs/gtk+:2 x86? ( media-libs/libemf )" DEPEND="${RDEPEND} dev-util/pkgconfig" |