diff options
author | David Seifert <soap@gentoo.org> | 2016-05-06 00:25:45 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-05-06 00:27:16 +0200 |
commit | c7a948042612dd9753964380309cf1a51c336a59 (patch) | |
tree | 04f592719bfbf9849f3e6657e67c6afe007ea172 /sci-mathematics | |
parent | sci-mathematics/pspp: Add missing 'svg' USE depend (diff) | |
download | gentoo-c7a948042612dd9753964380309cf1a51c336a59.tar.gz gentoo-c7a948042612dd9753964380309cf1a51c336a59.tar.bz2 gentoo-c7a948042612dd9753964380309cf1a51c336a59.zip |
sci-mathematics/pspp: Add missing (sub-)slot dependency operators
Package-Manager: portage-2.2.28
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/pspp/pspp-0.8.1-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-mathematics/pspp/pspp-0.8.1-r1.ebuild b/sci-mathematics/pspp/pspp-0.8.1-r1.ebuild index ae72b5320e1a..194c4ccade40 100644 --- a/sci-mathematics/pspp/pspp-0.8.1-r1.ebuild +++ b/sci-mathematics/pspp/pspp-0.8.1-r1.ebuild @@ -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 )" |