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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E648F158087 for ; Tue, 4 Jan 2022 10:30:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDE4A2BC063; Tue, 4 Jan 2022 10:30:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE1A52BC03C for ; Tue, 4 Jan 2022 10:30:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A1B253431D1 for ; Tue, 4 Jan 2022 10:30:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B0CD292 for ; Tue, 4 Jan 2022 10:30:24 +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: <1641292198.0b89563ac6dc41357e636b6d5d83940b2ef279e6.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/torque/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/torque/torque-4.1.7-r2.ebuild sys-cluster/torque/torque-4.2.10-r2.ebuild sys-cluster/torque/torque-6.0.4-r2.ebuild X-VCS-Directories: sys-cluster/torque/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 0b89563ac6dc41357e636b6d5d83940b2ef279e6 X-VCS-Branch: master Date: Tue, 4 Jan 2022 10:30:24 +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: faa7123c-b3db-41d6-96bc-1e46cab47164 X-Archives-Hash: 1fc2d720d46f3d908f5f21e50ee7cb75 commit: 0b89563ac6dc41357e636b6d5d83940b2ef279e6 Author: David Seifert gentoo org> AuthorDate: Tue Jan 4 10:29:58 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Jan 4 10:29:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b89563a sys-cluster/torque: remove implicit kernel_linux Signed-off-by: David Seifert gentoo.org> sys-cluster/torque/torque-4.1.7-r2.ebuild | 4 ++-- sys-cluster/torque/torque-4.2.10-r2.ebuild | 4 ++-- sys-cluster/torque/torque-6.0.4-r2.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-cluster/torque/torque-4.1.7-r2.ebuild b/sys-cluster/torque/torque-4.1.7-r2.ebuild index 1b91e3e2602d..c6ced6d96c39 100644 --- a/sys-cluster/torque/torque-4.1.7-r2.ebuild +++ b/sys-cluster/torque/torque-4.1.7-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://www.adaptivecomputing.com/index.php?wpfb_dl=1690 -> ${P}.tar.gz" LICENSE="torque-2.5" SLOT="0" KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86" -IUSE="cpusets +crypt doc drmaa kernel_linux munge nvidia server +syslog tk" +IUSE="cpusets +crypt doc drmaa munge nvidia server +syslog tk" DEPEND_COMMON=" sys-libs/zlib diff --git a/sys-cluster/torque/torque-4.2.10-r2.ebuild b/sys-cluster/torque/torque-4.2.10-r2.ebuild index 3366b0f28533..07f2642850af 100644 --- a/sys-cluster/torque/torque-4.2.10-r2.ebuild +++ b/sys-cluster/torque/torque-4.2.10-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/adaptivecomputing/torque/archive/ddf5c4f40091b615716 LICENSE="torque-2.5" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="cpusets +crypt doc drmaa kernel_linux munge nvidia server +syslog tk" +IUSE="cpusets +crypt doc drmaa munge nvidia server +syslog tk" DEPEND_COMMON=" sys-libs/zlib diff --git a/sys-cluster/torque/torque-6.0.4-r2.ebuild b/sys-cluster/torque/torque-6.0.4-r2.ebuild index 982514daa400..feb8fad349fe 100644 --- a/sys-cluster/torque/torque-6.0.4-r2.ebuild +++ b/sys-cluster/torque/torque-6.0.4-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/adaptivecomputing/torque/archive/6a0b37f85c7d644e921 LICENSE="torque-2.5" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" -IUSE="autorun cgroups cpusets +crypt doc kernel_linux munge nvidia quickcommit server +syslog tk" +IUSE="autorun cgroups cpusets +crypt doc munge nvidia quickcommit server +syslog tk" DEPEND_COMMON=" sys-libs/zlib