summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-03-02 13:55:01 +0000
committerJustin Lecher <jlec@gentoo.org>2011-03-02 13:55:01 +0000
commitd0e53727abb1145c58b33e4ec44f0b357b2ce348 (patch)
tree6269d259ab8265b6f4484536f9452d65953ee640 /sci-mathematics/drgeo
parentCorrect Slots for gtk 3 introduction to tree (diff)
downloadgentoo-2-d0e53727abb1145c58b33e4ec44f0b357b2ce348.tar.gz
gentoo-2-d0e53727abb1145c58b33e4ec44f0b357b2ce348.tar.bz2
gentoo-2-d0e53727abb1145c58b33e4ec44f0b357b2ce348.zip
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/drgeo')
-rw-r--r--sci-mathematics/drgeo/ChangeLog7
-rw-r--r--sci-mathematics/drgeo/drgeo-1.1.0.ebuild11
2 files changed, 11 insertions, 7 deletions
diff --git a/sci-mathematics/drgeo/ChangeLog b/sci-mathematics/drgeo/ChangeLog
index 642e1a67c924..780c0805f5ee 100644
--- a/sci-mathematics/drgeo/ChangeLog
+++ b/sci-mathematics/drgeo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/drgeo
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/drgeo/ChangeLog,v 1.19 2010/07/10 15:00:26 xarthisius Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/drgeo/ChangeLog,v 1.20 2011/03/02 13:55:01 jlec Exp $
+
+ 02 Mar 2011; Justin Lecher <jlec@gentoo.org> drgeo-1.1.0.ebuild:
+ Correct Slots for gtk 3 introduction to tree
10 Jul 2010; Kacper Kowalik <xarthisius@gentoo.org> drgeo-1.1.0.ebuild,
+files/drgeo-1.1.0-gcc45.patch:
diff --git a/sci-mathematics/drgeo/drgeo-1.1.0.ebuild b/sci-mathematics/drgeo/drgeo-1.1.0.ebuild
index 3e9e30b532b8..0955f17e2a4c 100644
--- a/sci-mathematics/drgeo/drgeo-1.1.0.ebuild
+++ b/sci-mathematics/drgeo/drgeo-1.1.0.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-mathematics/drgeo/drgeo-1.1.0.ebuild,v 1.7 2010/07/10 15:00:26 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/drgeo/drgeo-1.1.0.ebuild,v 1.8 2011/03/02 13:55:01 jlec Exp $
EAPI="2"
@@ -20,9 +20,10 @@ SLOT="0"
KEYWORDS="amd64 ~ppc x86"
IUSE="nls"
-RDEPEND=">=x11-libs/gtk+-2
- >=gnome-base/libglade-2
- >=dev-libs/libxml2-2
+RDEPEND="
+ x11-libs/gtk+:2
+ gnome-base/libglade:2.0
+ dev-libs/libxml2:2
|| (
>=dev-scheme/guile-1.8[deprecated]
=dev-scheme/guile-1.6*