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: 1462487238.3331b267eb99f3ae2e6f6854f044e08715437ffd.soap@gentoo
1 commit: 3331b267eb99f3ae2e6f6854f044e08715437ffd
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 5 22:26:59 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu May 5 22:27:18 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3331b267
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.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-mathematics/pspp/pspp-0.8.3.ebuild b/sci-mathematics/pspp/pspp-0.8.3.ebuild
16 index 565a8dc..d240075 100644
17 --- a/sci-mathematics/pspp/pspp-0.8.3.ebuild
18 +++ b/sci-mathematics/pspp/pspp-0.8.3.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 @@ -30,7 +30,7 @@ RDEPEND="
26 gnome-base/libglade:2.0
27 x11-libs/gtk+:2
28 >=x11-libs/gtksourceview-2.2:2.0 )
29 - ncurses? ( sys-libs/ncurses )
30 + ncurses? ( sys-libs/ncurses:0= )
31 postgres? ( dev-db/postgresql:=[server] )"
32 DEPEND="${RDEPEND}
33 virtual/pkgconfig