summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-03-02 21:27:01 +0000
committerJustin Lecher <jlec@gentoo.org>2011-03-02 21:27:01 +0000
commitd901c81d2e64ef5ec24abee78f60a7269601b70c (patch)
tree8d954cc075e6458c7efee3e29b4dbc186aab5b0e /sci-calculators
parentCorrect Slots for gtk 3 introduction to tree (diff)
downloadgentoo-2-d901c81d2e64ef5ec24abee78f60a7269601b70c.tar.gz
gentoo-2-d901c81d2e64ef5ec24abee78f60a7269601b70c.tar.bz2
gentoo-2-d901c81d2e64ef5ec24abee78f60a7269601b70c.zip
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sci-calculators')
-rw-r--r--sci-calculators/tiemu/ChangeLog7
-rw-r--r--sci-calculators/tiemu/tiemu-3.03.ebuild11
2 files changed, 11 insertions, 7 deletions
diff --git a/sci-calculators/tiemu/ChangeLog b/sci-calculators/tiemu/ChangeLog
index d8e6a60d4a3e..a84039775a7f 100644
--- a/sci-calculators/tiemu/ChangeLog
+++ b/sci-calculators/tiemu/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-calculators/tiemu
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tiemu/ChangeLog,v 1.5 2010/12/19 19:35:47 pacho Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tiemu/ChangeLog,v 1.6 2011/03/02 21:27:01 jlec Exp $
+
+ 02 Mar 2011; Justin Lecher <jlec@gentoo.org> tiemu-3.03.ebuild:
+ Correct Slots for gtk 3 introduction to tree
19 Dec 2010; Pacho Ramos <pacho@gentoo.org> tiemu-3.03.ebuild:
Remove -DGTK_DISABLE_DEPRECATED cflag, bug #339660 (by Diego Elio Pettenò
diff --git a/sci-calculators/tiemu/tiemu-3.03.ebuild b/sci-calculators/tiemu/tiemu-3.03.ebuild
index 295e070086e0..27ac206080d8 100644
--- a/sci-calculators/tiemu/tiemu-3.03.ebuild
+++ b/sci-calculators/tiemu/tiemu-3.03.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-calculators/tiemu/tiemu-3.03.ebuild,v 1.4 2010/12/19 19:35:47 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tiemu/tiemu-3.03.ebuild,v 1.5 2011/03/02 21:27:01 jlec Exp $
EAPI=2
inherit eutils
@@ -14,12 +14,13 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="dbus nls sdl threads xinerama"
-RDEPEND="sci-libs/libticables2
+RDEPEND="
+ sci-libs/libticables2
sci-libs/libticalcs2
sci-libs/libtifiles2
sci-libs/libticonv
- >=gnome-base/libglade-2.4.0:2.0
- >=x11-libs/gtk+-2.6.0:2
+ gnome-base/libglade:2.0
+ x11-libs/gtk+:2
dbus? ( >=dev-libs/dbus-glib-0.60 )
nls? ( virtual/libintl )
sdl? ( media-libs/libsdl )