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 194B8158086 for ; Tue, 4 Jan 2022 10:30:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48BE92BC03A; Tue, 4 Jan 2022 10:30:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5AD0A2BC01A for ; Tue, 4 Jan 2022 10:30:33 +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 E203B3431E2 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 184C4291 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: <1641292197.1fd7fb65d63994c7da91699771e498b5d7f6ebd3.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/gptfdisk/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/gptfdisk/gptfdisk-1.0.6-r2.ebuild sys-apps/gptfdisk/gptfdisk-1.0.7-r2.ebuild sys-apps/gptfdisk/gptfdisk-1.0.8-r1.ebuild X-VCS-Directories: sys-apps/gptfdisk/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 1fd7fb65d63994c7da91699771e498b5d7f6ebd3 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: 3a74e344-08d8-4e68-8955-08485018b644 X-Archives-Hash: ced0033ddf78d7a983d4598c53626922 commit: 1fd7fb65d63994c7da91699771e498b5d7f6ebd3 Author: David Seifert gentoo org> AuthorDate: Tue Jan 4 10:29:57 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Jan 4 10:29:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fd7fb65 sys-apps/gptfdisk: remove implicit kernel_linux Signed-off-by: David Seifert gentoo.org> sys-apps/gptfdisk/gptfdisk-1.0.6-r2.ebuild | 4 ++-- sys-apps/gptfdisk/gptfdisk-1.0.7-r2.ebuild | 4 ++-- sys-apps/gptfdisk/gptfdisk-1.0.8-r1.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-apps/gptfdisk/gptfdisk-1.0.6-r2.ebuild b/sys-apps/gptfdisk/gptfdisk-1.0.6-r2.ebuild index 770e93982f0a..2861972f8552 100644 --- a/sys-apps/gptfdisk/gptfdisk-1.0.6-r2.ebuild +++ b/sys-apps/gptfdisk/gptfdisk-1.0.6-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=7 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" -IUSE="kernel_linux ncurses static" +IUSE="ncurses static" # libuuid from util-linux is required. RDEPEND="!static? ( diff --git a/sys-apps/gptfdisk/gptfdisk-1.0.7-r2.ebuild b/sys-apps/gptfdisk/gptfdisk-1.0.7-r2.ebuild index 06e5ca062f3a..df490f526b5e 100644 --- a/sys-apps/gptfdisk/gptfdisk-1.0.7-r2.ebuild +++ b/sys-apps/gptfdisk/gptfdisk-1.0.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=7 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" -IUSE="kernel_linux ncurses static" +IUSE="ncurses static" # libuuid from util-linux is required. RDEPEND="!static? ( diff --git a/sys-apps/gptfdisk/gptfdisk-1.0.8-r1.ebuild b/sys-apps/gptfdisk/gptfdisk-1.0.8-r1.ebuild index c97d95282503..150948967cf2 100644 --- a/sys-apps/gptfdisk/gptfdisk-1.0.8-r1.ebuild +++ b/sys-apps/gptfdisk/gptfdisk-1.0.8-r1.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=7 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="kernel_linux ncurses static" +IUSE="ncurses static" # libuuid from util-linux is required. RDEPEND="!static? (