diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-07 12:53:38 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-07 12:53:38 +0000 |
commit | 4725d6f8579dd198dcae17e633787edf58af07f8 (patch) | |
tree | d73029c832c9b06cc1259da2d03172800c390df3 /sci-mathematics | |
parent | Stabilize. (diff) | |
download | gentoo-2-4725d6f8579dd198dcae17e633787edf58af07f8.tar.gz gentoo-2-4725d6f8579dd198dcae17e633787edf58af07f8.tar.bz2 gentoo-2-4725d6f8579dd198dcae17e633787edf58af07f8.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/pspp/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/pspp/pspp-0.6.2.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-mathematics/pspp/ChangeLog b/sci-mathematics/pspp/ChangeLog index 4d4fcf31f0e1..1090c3129f73 100644 --- a/sci-mathematics/pspp/ChangeLog +++ b/sci-mathematics/pspp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/pspp # 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 $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/ChangeLog,v 1.15 2011/03/07 12:53:38 jlec Exp $ + + 07 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 diff --git a/sci-mathematics/pspp/pspp-0.6.2.ebuild b/sci-mathematics/pspp/pspp-0.6.2.ebuild index cd2ce27b651d..325f86d87059 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-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.5 2011/03/02 21:10:56 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.6.2.ebuild,v 1.6 2011/03/07 12:53:38 jlec Exp $ EAPI=2 inherit eutils elisp-common autotools @@ -13,18 +13,18 @@ LICENSE="GPL-3" KEYWORDS="~amd64 ~x86" IUSE="doc emacs gtk ncurses nls plotutils postgres" -RDEPEND="sci-libs/gsl +RDEPEND=" + sci-libs/gsl sys-libs/readline sys-devel/gettext virtual/libiconv sys-libs/zlib - dev-libs/libxml2 + dev-libs/libxml2:2 emacs? ( virtual/emacs ) gtk? ( x11-libs/gtk+:2 gnome-base/libglade:2.0 ) ncurses? ( sys-libs/ncurses ) plotutils? ( media-libs/plotutils ) postgres? ( dev-db/postgresql-server )" - DEPEND="${RDEPEND} dev-util/pkgconfig doc? ( virtual/latex-base )" |