diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-02 13:34:52 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-02 13:34:52 +0000 |
commit | 51c151dfbbf06558694a8dbc6b0594ff5163d580 (patch) | |
tree | 45674ca634e99843802550fb1acbfe3cb8522844 /sci-visualization/g3data/g3data-1.5.3.ebuild | |
parent | Correct Slots for gtk 3 introduction to tree (diff) | |
download | gentoo-2-51c151dfbbf06558694a8dbc6b0594ff5163d580.tar.gz gentoo-2-51c151dfbbf06558694a8dbc6b0594ff5163d580.tar.bz2 gentoo-2-51c151dfbbf06558694a8dbc6b0594ff5163d580.zip |
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sci-visualization/g3data/g3data-1.5.3.ebuild')
-rw-r--r-- | sci-visualization/g3data/g3data-1.5.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-visualization/g3data/g3data-1.5.3.ebuild b/sci-visualization/g3data/g3data-1.5.3.ebuild index 3c2da435f740..f8dda6250bf2 100644 --- a/sci-visualization/g3data/g3data-1.5.3.ebuild +++ b/sci-visualization/g3data/g3data-1.5.3.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/g3data/g3data-1.5.3.ebuild,v 1.4 2010/04/16 18:35:44 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/g3data/g3data-1.5.3.ebuild,v 1.5 2011/03/02 13:34:52 jlec Exp $ EAPI=2 inherit eutils @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="doc examples" -RDEPEND=">=x11-libs/gtk+-2.6.0" +RDEPEND="x11-libs/gtk+:2" DEPEND="${RDEPEND} dev-util/pkgconfig doc? ( ~app-text/docbook-sgml-utils-0.6.14 )" |