diff options
author | 2011-03-02 18:06:07 +0000 | |
---|---|---|
committer | 2011-03-02 18:06:07 +0000 | |
commit | c387e29490ab9f166c1a8ce37f3c59f092798eb4 (patch) | |
tree | 0fa37a837bc5ec336facff58992fa471014b4b11 /sci-electronics/geda/geda-1.6.2.ebuild | |
parent | Correct Slots for gtk 3 introduction to tree (diff) | |
download | gentoo-2-c387e29490ab9f166c1a8ce37f3c59f092798eb4.tar.gz gentoo-2-c387e29490ab9f166c1a8ce37f3c59f092798eb4.tar.bz2 gentoo-2-c387e29490ab9f166c1a8ce37f3c59f092798eb4.zip |
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sci-electronics/geda/geda-1.6.2.ebuild')
-rw-r--r-- | sci-electronics/geda/geda-1.6.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-electronics/geda/geda-1.6.2.ebuild b/sci-electronics/geda/geda-1.6.2.ebuild index 3fe81091b11e..ed3b0cf2e670 100644 --- a/sci-electronics/geda/geda-1.6.2.ebuild +++ b/sci-electronics/geda/geda-1.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/geda-1.6.2.ebuild,v 1.1 2011/02/28 20:10:21 tomjbe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/geda/geda-1.6.2.ebuild,v 1.2 2011/03/02 18:06:07 jlec Exp $ EAPI="2" @@ -17,8 +17,8 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="debug doc examples nls stroke threads" CDEPEND=" - >=dev-libs/glib-2.12 - >=x11-libs/gtk+-2.10 + dev-libs/glib:2 + x11-libs/gtk+:2 >=x11-libs/cairo-1.2.0 >=dev-scheme/guile-1.8[deprecated] nls? ( virtual/libintl ) |