Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/pspp/
Date: Thu, 05 May 2016 22:27:41
Message-Id: 1462487236.c7a948042612dd9753964380309cf1a51c336a59.soap@gentoo
1 commit: c7a948042612dd9753964380309cf1a51c336a59
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 5 22:25:45 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu May 5 22:27:16 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7a94804
7
8 sci-mathematics/pspp: Add missing (sub-)slot dependency operators
9
10 Package-Manager: portage-2.2.28
11
12 sci-mathematics/pspp/pspp-0.8.1-r1.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/sci-mathematics/pspp/pspp-0.8.1-r1.ebuild b/sci-mathematics/pspp/pspp-0.8.1-r1.ebuild
16 index ae72b53..194c4cc 100644
17 --- a/sci-mathematics/pspp/pspp-0.8.1-r1.ebuild
18 +++ b/sci-mathematics/pspp/pspp-0.8.1-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -21,7 +21,7 @@ RDEPEND="
26 dev-libs/libxml2:2
27 sci-libs/gsl
28 sys-devel/gettext
29 - sys-libs/readline
30 + sys-libs/readline:0
31 sys-libs/zlib
32 virtual/libiconv
33 cairo? ( x11-libs/cairo )
34 @@ -30,8 +30,8 @@ RDEPEND="
35 gnome-base/libglade:2.0
36 x11-libs/gtk+:2
37 >=x11-libs/gtksourceview-2.2:2.0 )
38 - ncurses? ( sys-libs/ncurses )
39 - postgres? ( dev-db/postgresql[server] )"
40 + ncurses? ( sys-libs/ncurses:0= )
41 + postgres? ( dev-db/postgresql:*[server] )"
42 DEPEND="${RDEPEND}
43 virtual/pkgconfig
44 doc? ( virtual/latex-base )"