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 0672F138241 for ; Sat, 7 May 2016 16:38:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A5C0E07F1; Sat, 7 May 2016 16:38:17 +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 5930EE0804 for ; Sat, 7 May 2016 16:38:16 +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 176E83407D0 for ; Sat, 7 May 2016 16:38:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9BD2929 for ; Sat, 7 May 2016 16:38:12 +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: <1462639084.d48b5b67b5acd9b6b53059810680c05e2b22cf1a.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/shogun/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/shogun/shogun-2.0.0.ebuild X-VCS-Directories: sci-libs/shogun/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: d48b5b67b5acd9b6b53059810680c05e2b22cf1a X-VCS-Branch: master Date: Sat, 7 May 2016 16:38:12 +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: 8c80ad67-bd93-49ce-a0f2-3f278989e77a X-Archives-Hash: 9cae94218122ef627491cffec302adbc commit: d48b5b67b5acd9b6b53059810680c05e2b22cf1a Author: David Seifert gentoo org> AuthorDate: Sat May 7 16:35:45 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Sat May 7 16:38:04 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d48b5b67 sci-libs/shogun: Clear QA warnings Package-Manager: portage-2.2.28 sci-libs/shogun/shogun-2.0.0.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-libs/shogun/shogun-2.0.0.ebuild b/sci-libs/shogun/shogun-2.0.0.ebuild index 8e26b7f..80bca6c 100644 --- a/sci-libs/shogun/shogun-2.0.0.ebuild +++ b/sci-libs/shogun/shogun-2.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -30,18 +30,18 @@ RDEPEND=" glpk? ( sci-mathematics/glpk ) gzip? ( app-arch/gzip ) hdf5? ( sci-libs/hdf5 ) - java? ( >=virtual/jdk-1.5 ) + java? ( >=virtual/jdk-1.5:* ) json? ( dev-libs/json-c ) lapack? ( virtual/cblas virtual/lapack ) lpsolve? ( sci-mathematics/lpsolve ) - lua? ( dev-lang/lua ) + lua? ( dev-lang/lua:0 ) lzo? ( dev-libs/lzo ) mono? ( dev-lang/mono ) nlopt? ( sci-libs/nlopt ) octave? ( sci-mathematics/octave[hdf5=] ) python? ( dev-python/numpy ) R? ( dev-lang/R ) - readline? ( sys-libs/readline ) + readline? ( sys-libs/readline:0 ) ruby? ( >=dev-ruby/narray-0.6.0.1-r2 ) snappy? ( app-arch/snappy ) superlu? ( sci-libs/superlu )