From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 707DA138222 for ; Thu, 5 May 2016 22:27:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 414BCE081C; Thu, 5 May 2016 22:27:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C4E76E0818 for ; Thu, 5 May 2016 22:27:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B32434087C for ; Thu, 5 May 2016 22:27:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0806D33E for ; Thu, 5 May 2016 22:27:33 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1462487236.c7a948042612dd9753964380309cf1a51c336a59.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/pspp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/pspp/pspp-0.8.1-r1.ebuild X-VCS-Directories: sci-mathematics/pspp/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: c7a948042612dd9753964380309cf1a51c336a59 X-VCS-Branch: master Date: Thu, 5 May 2016 22:27:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d2a2a43b-197f-4184-909b-7fde5f43af5a X-Archives-Hash: c02c89ef79760b69a398fa05e7f09876 commit: c7a948042612dd9753964380309cf1a51c336a59 Author: David Seifert gentoo org> AuthorDate: Thu May 5 22:25:45 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Thu May 5 22:27:16 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7a94804 sci-mathematics/pspp: Add missing (sub-)slot dependency operators Package-Manager: portage-2.2.28 sci-mathematics/pspp/pspp-0.8.1-r1.ebuild | 8 ++++---- 1 file 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 ae72b53..194c4cc 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 )"