diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-02 21:10:56 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-02 21:10:56 +0000 |
commit | 5357858ba19ca5f5199c1424c4b52e9bd2aaf5ef (patch) | |
tree | 899c120413109729ffef6bff067bc9dd74520623 /sci-mathematics/pspp | |
parent | Correct Slots for gtk 3 introduction to tree (diff) | |
download | gentoo-2-5357858ba19ca5f5199c1424c4b52e9bd2aaf5ef.tar.gz gentoo-2-5357858ba19ca5f5199c1424c4b52e9bd2aaf5ef.tar.bz2 gentoo-2-5357858ba19ca5f5199c1424c4b52e9bd2aaf5ef.zip |
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/pspp')
-rw-r--r-- | sci-mathematics/pspp/ChangeLog | 10 | ||||
-rw-r--r-- | sci-mathematics/pspp/pspp-0.6.2.ebuild | 6 |
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 )" |