diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-02 13:38:10 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-02 13:38:10 +0000 |
commit | 064cbd69b100d249562eaac2fabf2d7e0d41505e (patch) | |
tree | e9f1f534641acfcc233c867a77f823fae3620c17 /sci-visualization/ggobi | |
parent | Correct Slots for gtk 3 introduction to tree (diff) | |
download | gentoo-2-064cbd69b100d249562eaac2fabf2d7e0d41505e.tar.gz gentoo-2-064cbd69b100d249562eaac2fabf2d7e0d41505e.tar.bz2 gentoo-2-064cbd69b100d249562eaac2fabf2d7e0d41505e.zip |
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sci-visualization/ggobi')
-rw-r--r-- | sci-visualization/ggobi/ChangeLog | 7 | ||||
-rw-r--r-- | sci-visualization/ggobi/ggobi-2.1.8.ebuild | 11 |
2 files changed, 11 insertions, 7 deletions
diff --git a/sci-visualization/ggobi/ChangeLog b/sci-visualization/ggobi/ChangeLog index 6417998b7a1d..2e544f6544e3 100644 --- a/sci-visualization/ggobi/ChangeLog +++ b/sci-visualization/ggobi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-visualization/ggobi -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/ggobi/ChangeLog,v 1.6 2010/11/07 19:34:33 xarthisius Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/ggobi/ChangeLog,v 1.7 2011/03/02 13:38:10 jlec Exp $ + + 02 Mar 2011; Justin Lecher <jlec@gentoo.org> ggobi-2.1.8.ebuild: + Correct Slots for gtk 3 introduction to tree 07 Nov 2010; Kacper Kowalik <xarthisius@gentoo.org> ggobi-2.1.8.ebuild: Fix automake called by maintainer-mode wrt bug 342747. Thanks to Diego diff --git a/sci-visualization/ggobi/ggobi-2.1.8.ebuild b/sci-visualization/ggobi/ggobi-2.1.8.ebuild index ec13f167f2f3..8de95025e594 100644 --- a/sci-visualization/ggobi/ggobi-2.1.8.ebuild +++ b/sci-visualization/ggobi/ggobi-2.1.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/ggobi/ggobi-2.1.8.ebuild,v 1.6 2010/11/07 19:34:33 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/ggobi/ggobi-2.1.8.ebuild,v 1.7 2011/03/02 13:38:10 jlec Exp $ EAPI=2 inherit eutils autotools @@ -14,9 +14,10 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="minimal nls" -RDEPEND=">=media-gfx/graphviz-2.6 - >=x11-libs/gtk+-2.6 - dev-libs/libxml2" +RDEPEND=" + >=media-gfx/graphviz-2.6 + x11-libs/gtk+:2 + dev-libs/libxml2:2" DEPEND="${RDEPEND} dev-util/pkgconfig" |