summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-03-02 21:10:56 +0000
committerJustin Lecher <jlec@gentoo.org>2011-03-02 21:10:56 +0000
commit4181fd3e47d9eed5aa384bacd3e439a6b625889e (patch)
tree43227f7de88064c516a96182ac8570bdb1f130e8 /sci-mathematics/pspp
parentSlotted gtk+ depend and EAPI=2 bump to support it. (diff)
downloadhistorical-4181fd3e47d9eed5aa384bacd3e439a6b625889e.tar.gz
historical-4181fd3e47d9eed5aa384bacd3e439a6b625889e.tar.bz2
historical-4181fd3e47d9eed5aa384bacd3e439a6b625889e.zip
Correct Slots for gtk 3 introduction to tree
Package-Manager: portage-2.2.0_alpha26/cvs/Linux x86_64
Diffstat (limited to 'sci-mathematics/pspp')
-rw-r--r--sci-mathematics/pspp/ChangeLog10
-rw-r--r--sci-mathematics/pspp/pspp-0.6.2.ebuild6
2 files changed, 11 insertions, 5 deletions
diff --git a/sci-mathematics/pspp/ChangeLog b/sci-mathematics/pspp/ChangeLog
index b84f8b1a42a8..4d4fcf31f0e1 100644
--- a/sci-mathematics/pspp/ChangeLog
+++ b/sci-mathematics/pspp/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-mathematics/pspp
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/ChangeLog,v 1.13 2010/06/17 21:58:57 patrick Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/ChangeLog,v 1.14 2011/03/02 21:10:56 jlec Exp $
+
+ 02 Mar 2011; Justin Lecher <jlec@gentoo.org> pspp-0.6.2.ebuild:
+ Correct Slots for gtk 3 introduction to tree
+
+ 02 Mar 2011; Justin Lecher <jlec@gentoo.org> pspp-0.6.2.ebuild:
+ Correct Slots for gtk 3 introduction to tree
17 Jun 2010; Patrick Lauer <patrick@gentoo.org> pspp-0.6.1.ebuild,
pspp-0.6.2.ebuild:
diff --git a/sci-mathematics/pspp/pspp-0.6.2.ebuild b/sci-mathematics/pspp/pspp-0.6.2.ebuild
index d6108558621f..cd2ce27b651d 100644
--- a/sci-mathematics/pspp/pspp-0.6.2.ebuild
+++ b/sci-mathematics/pspp/pspp-0.6.2.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/pspp/pspp-0.6.2.ebuild,v 1.4 2010/09/29 05:41:18 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.6.2.ebuild,v 1.5 2011/03/02 21:10:56 jlec Exp $
EAPI=2
inherit eutils elisp-common autotools
@@ -20,7 +20,7 @@ RDEPEND="sci-libs/gsl
sys-libs/zlib
dev-libs/libxml2
emacs? ( virtual/emacs )
- gtk? ( >=x11-libs/gtk+-2.12 gnome-base/libglade )
+ gtk? ( x11-libs/gtk+:2 gnome-base/libglade:2.0 )
ncurses? ( sys-libs/ncurses )
plotutils? ( media-libs/plotutils )
postgres? ( dev-db/postgresql-server )"