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 382AB13825A for ; Sat, 14 May 2016 23:32:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75B0A21C04E; Sat, 14 May 2016 23:32:21 +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 C9E6021C060 for ; Sat, 14 May 2016 23:32:20 +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 8F5B0340BCD for ; Sat, 14 May 2016 23:32:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C450966 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: <1463267795.143010d8004fb1f5ae2278a35098d4e0400f569f.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/genius/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/genius/genius-1.0.19.ebuild X-VCS-Directories: sci-mathematics/genius/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 143010d8004fb1f5ae2278a35098d4e0400f569f 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: 368808a8-a7d5-4b74-85ba-9163863b854e X-Archives-Hash: 7de3ca66405069186105fff0a7f1c218 commit: 143010d8004fb1f5ae2278a35098d4e0400f569f Author: David Seifert gentoo org> AuthorDate: Sat May 14 22:58:01 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Sat May 14 23:16:35 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=143010d8 sci-mathematics/genius: Fix QA MissingSlotDep Package-Manager: portage-2.2.28 sci-mathematics/genius/genius-1.0.19.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sci-mathematics/genius/genius-1.0.19.ebuild b/sci-mathematics/genius/genius-1.0.19.ebuild index 32c5e25..6dd067a 100644 --- a/sci-mathematics/genius/genius-1.0.19.ebuild +++ b/sci-mathematics/genius/genius-1.0.19.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$ @@ -19,11 +19,11 @@ IUSE="doc gnome nls" RDEPEND=" dev-libs/glib:2 - dev-libs/gmp - dev-libs/mpfr + dev-libs/gmp:0= + dev-libs/mpfr:0 dev-libs/popt - sys-libs/ncurses - sys-libs/readline + sys-libs/ncurses:0= + sys-libs/readline:0 gnome? ( x11-libs/gtk+:2 gnome-base/libgnome