summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-03-07 12:40:49 +0000
committerJustin Lecher <jlec@gentoo.org>2011-03-07 12:40:49 +0000
commit469676db010e8b576cc46d7715b8a9276963d0ae (patch)
tree4c145f66ce43293ba83f194f164c23e84fb13fce /sci-mathematics
parentAdd ~alpha/~arm/~ia64/~s390/~sh/~sparc wrt #332593 (diff)
downloadgentoo-2-469676db010e8b576cc46d7715b8a9276963d0ae.tar.gz
gentoo-2-469676db010e8b576cc46d7715b8a9276963d0ae.tar.bz2
gentoo-2-469676db010e8b576cc46d7715b8a9276963d0ae.zip
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/gretl/ChangeLog5
-rw-r--r--sci-mathematics/gretl/gretl-1.9.4.ebuild7
2 files changed, 8 insertions, 4 deletions
diff --git a/sci-mathematics/gretl/ChangeLog b/sci-mathematics/gretl/ChangeLog
index ccbc5e73e7d3..5d030205c900 100644
--- a/sci-mathematics/gretl/ChangeLog
+++ b/sci-mathematics/gretl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/gretl
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v 1.29 2011/03/07 05:02:52 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v 1.30 2011/03/07 12:40:49 jlec Exp $
+
+ 07 Mar 2011; Justin Lecher <jlec@gentoo.org> gretl-1.9.4.ebuild:
+ Correct Slots for gtk 3 introduction to tree
*gretl-1.9.4 (07 Mar 2011)
diff --git a/sci-mathematics/gretl/gretl-1.9.4.ebuild b/sci-mathematics/gretl/gretl-1.9.4.ebuild
index c38d8749f625..08041282a4d1 100644
--- a/sci-mathematics/gretl/gretl-1.9.4.ebuild
+++ b/sci-mathematics/gretl/gretl-1.9.4.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-mathematics/gretl/gretl-1.9.4.ebuild,v 1.1 2011/03/07 05:02:52 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.4.ebuild,v 1.2 2011/03/07 12:40:49 jlec Exp $
USE_EINSTALL=true
EAPI=2
@@ -16,7 +16,8 @@ KEYWORDS="~amd64 ~x86"
IUSE="accessibility emacs gnome gtk nls odbc openmp readline R sourceview static-libs"
-RDEPEND="dev-libs/libxml2
+RDEPEND="
+ dev-libs/libxml2:2
dev-libs/glib:2
>=sci-visualization/gnuplot-4.2
virtual/lapack
@@ -36,7 +37,7 @@ RDEPEND="dev-libs/libxml2
gnome-base/libgnomeprintui:2.2
gnome-base/gconf:2 )
R? ( dev-lang/R )
- sourceview? ( x11-libs/gtksourceview )
+ sourceview? ( x11-libs/gtksourceview:2.0 )
odbc? ( dev-db/unixODBC )
emacs? ( virtual/emacs )"