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 51D22138335 for ; Sun, 14 Jul 2019 18:27:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85FDDE0923; Sun, 14 Jul 2019 18:27:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6DDD9E0923 for ; Sun, 14 Jul 2019 18:27:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4C787347B14 for ; Sun, 14 Jul 2019 18:27:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 601F1603 for ; Sun, 14 Jul 2019 18:27:47 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1563128861.d03fd226cd4766b5f090433aae8c288187f1a7a6.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/torque/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/torque/torque-6.0.4-r1.ebuild X-VCS-Directories: sys-cluster/torque/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: d03fd226cd4766b5f090433aae8c288187f1a7a6 X-VCS-Branch: master Date: Sun, 14 Jul 2019 18:27:47 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d5414bd9-00f0-466d-a7ca-66a4b862756c X-Archives-Hash: b3d0f92a6ff0e5a9fd43d78604c7d4e4 commit: d03fd226cd4766b5f090433aae8c288187f1a7a6 Author: Hans de Graaff gentoo org> AuthorDate: Sun Jul 14 10:25:43 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Jul 14 18:27:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d03fd226 sys-cluster/torque: also drop actual dependencies Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 sys-cluster/torque/torque-6.0.4-r1.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys-cluster/torque/torque-6.0.4-r1.ebuild b/sys-cluster/torque/torque-6.0.4-r1.ebuild index 4cfac4df5ce..bc520dc0ace 100644 --- a/sys-cluster/torque/torque-6.0.4-r1.ebuild +++ b/sys-cluster/torque/torque-6.0.4-r1.ebuild @@ -19,8 +19,6 @@ DEPEND_COMMON=" sys-libs/readline:0= dev-libs/libxml2 >=dev-libs/boost-1.41 - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) cpusets? ( sys-apps/hwloc ) munge? ( sys-auth/munge ) nvidia? ( >=x11-drivers/nvidia-drivers-275 )