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 2315713825A 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 D25AF141C9; 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 14909141C9 for ; Sat, 14 May 2016 23:32:22 +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 41387340BE2 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 91C1296E 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: <1463267803.375c4d9d9d68193f115116812d1ccaa94c9d1d88.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/octave/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/octave/octave-3.6.4.ebuild X-VCS-Directories: sci-mathematics/octave/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 375c4d9d9d68193f115116812d1ccaa94c9d1d88 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: 2640f1ba-0d9e-4fd4-afe5-8d3d5eb026a5 X-Archives-Hash: 6041e88fe5a5b25d7fd797a15f9e81a9 commit: 375c4d9d9d68193f115116812d1ccaa94c9d1d88 Author: David Seifert gentoo org> AuthorDate: Sat May 14 23:04:20 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Sat May 14 23:16:43 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=375c4d9d sci-mathematics/octave: Fix QA MissingSlotDep Package-Manager: portage-2.2.28 sci-mathematics/octave/octave-3.6.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/octave/octave-3.6.4.ebuild b/sci-mathematics/octave/octave-3.6.4.ebuild index 378b116..67ab623 100644 --- a/sci-mathematics/octave/octave-3.6.4.ebuild +++ b/sci-mathematics/octave/octave-3.6.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -22,7 +22,7 @@ KEYWORDS="amd64 ~arm hppa ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" RDEPEND=" app-text/ghostscript-gpl dev-libs/libpcre - sys-libs/ncurses + sys-libs/ncurses:0= virtual/lapack curl? ( net-misc/curl ) fftw? ( sci-libs/fftw:3.0 )