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 9FBCA13825A for ; Sat, 14 May 2016 23:32:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D16611419A; Sat, 14 May 2016 23:32:22 +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 1267E141B8 for ; Sat, 14 May 2016 23:32:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 32928340BE0 for ; Sat, 14 May 2016 23:32:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C660D971 for ; Sat, 14 May 2016 23:32:17 +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: <1463267809.fe76f3c48772aa4dfa75c0521ae7b92bfa37d4ac.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/pari/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/pari/pari-2.5.4.ebuild X-VCS-Directories: sci-mathematics/pari/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: fe76f3c48772aa4dfa75c0521ae7b92bfa37d4ac X-VCS-Branch: master Date: Sat, 14 May 2016 23:32:17 +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: 5617d19f-362f-4036-b21c-86c07b857b60 X-Archives-Hash: f26f59837d865e54022c35ab6ef6f0d5 commit: fe76f3c48772aa4dfa75c0521ae7b92bfa37d4ac Author: David Seifert gentoo org> AuthorDate: Sat May 14 23:08:59 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Sat May 14 23:16:49 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe76f3c4 sci-mathematics/pari: Fix QA MissingSlotDep Package-Manager: portage-2.2.28 sci-mathematics/pari/pari-2.5.4.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-mathematics/pari/pari-2.5.4.ebuild b/sci-mathematics/pari/pari-2.5.4.ebuild index f7a89d3..0b6949a 100644 --- a/sci-mathematics/pari/pari-2.5.4.ebuild +++ b/sci-mathematics/pari/pari-2.5.4.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$ @@ -16,11 +16,11 @@ KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-fb IUSE="data doc fltk gmp qt4 X" RDEPEND=" - sys-libs/readline + sys-libs/readline:0= data? ( sci-mathematics/pari-data ) doc? ( X? ( x11-misc/xdg-utils ) ) fltk? ( x11-libs/fltk:1 ) - gmp? ( dev-libs/gmp ) + gmp? ( dev-libs/gmp:0= ) qt4? ( dev-qt/qtgui:4 ) X? ( x11-libs/libX11 )" DEPEND="${RDEPEND}