sci-mathematics/pspp: Add missing (sub-)slot dependency operators
authorDavid Seifert <soap@gentoo.org>
Thu, 5 May 2016 22:25:45 +0000 (00:25 +0200)
committerDavid Seifert <soap@gentoo.org>
Thu, 5 May 2016 22:27:16 +0000 (00:27 +0200)
Package-Manager: portage-2.2.28

sci-mathematics/pspp/pspp-0.8.1-r1.ebuild

index ae72b5320e1a48fbd3342d82d8e17f8a689e6fa8..194c4ccade404e47e89a0f6456fa8ed01b635667 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -21,7 +21,7 @@ RDEPEND="
        dev-libs/libxml2:2
        sci-libs/gsl
        sys-devel/gettext
-       sys-libs/readline
+       sys-libs/readline:0
        sys-libs/zlib
        virtual/libiconv
        cairo? ( x11-libs/cairo )
@@ -30,8 +30,8 @@ RDEPEND="
                        gnome-base/libglade:2.0
                        x11-libs/gtk+:2
                        >=x11-libs/gtksourceview-2.2:2.0 )
-       ncurses? ( sys-libs/ncurses )
-       postgres? ( dev-db/postgresql[server] )"
+       ncurses? ( sys-libs/ncurses:0= )
+       postgres? ( dev-db/postgresql:*[server] )"
 DEPEND="${RDEPEND}
        virtual/pkgconfig
        doc? ( virtual/latex-base )"