From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C73501382DE for ; Sat, 2 Jul 2016 09:02:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD61E1412D; Sat, 2 Jul 2016 09:02:53 +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 3C95C1412D for ; Sat, 2 Jul 2016 09:02:53 +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 71FA8340E69 for ; Sat, 2 Jul 2016 09:02:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1930B2424 for ; Sat, 2 Jul 2016 09:02:48 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1467450051.58e70f070658c8ebcd8cd8623934172b4ccc35f0.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/idb/ X-VCS-Repository: proj/sci X-VCS-Files: dev-lang/idb/idb-14.0.3.174-r1.ebuild X-VCS-Directories: dev-lang/idb/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 58e70f070658c8ebcd8cd8623934172b4ccc35f0 X-VCS-Branch: master Date: Sat, 2 Jul 2016 09:02:48 +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: 79e9dcee-b57d-45bf-ac8b-b8cc10a78b90 X-Archives-Hash: 4b85f1cdb5ba7b425e63bdb172359fd6 commit: 58e70f070658c8ebcd8cd8623934172b4ccc35f0 Author: Justin Lecher gentoo org> AuthorDate: Sat Jul 2 09:00:51 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Jul 2 09:00:51 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=58e70f07 Drop unknown dependency Signed-off-by: Justin Lecher gentoo.org> dev-lang/idb/idb-14.0.3.174-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-lang/idb/idb-14.0.3.174-r1.ebuild b/dev-lang/idb/idb-14.0.3.174-r1.ebuild index 9239a36..c4aa4ce 100644 --- a/dev-lang/idb/idb-14.0.3.174-r1.ebuild +++ b/dev-lang/idb/idb-14.0.3.174-r1.ebuild @@ -20,8 +20,7 @@ KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux" DEPEND=">=dev-libs/intel-common-13.1[compiler,${MULTILIB_USEDEP}]" RDEPEND="${DEPEND} - virtual/jre - eclipse? ( dev-util/eclipse-sdk )" + virtual/jre" INTEL_BIN_RPMS=( idb ) INTEL_DAT_RPMS=( idb-common idbcdt )