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 D046313835A for ; Sun, 4 Apr 2021 18:55:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4952AE0871; Sun, 4 Apr 2021 18:55:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 31904E0871 for ; Sun, 4 Apr 2021 18:55:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 08411335C92 for ; Sun, 4 Apr 2021 18:55:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E3DC646 for ; Sun, 4 Apr 2021 18:55:23 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1617562507.1a4dfa4df975865ff293d36b238675ec0b46c054.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/dracut/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/dracut/dracut-050-r2.ebuild sys-kernel/dracut/dracut-051-r1.ebuild sys-kernel/dracut/dracut-053.ebuild sys-kernel/dracut/dracut-9999.ebuild X-VCS-Directories: sys-kernel/dracut/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1a4dfa4df975865ff293d36b238675ec0b46c054 X-VCS-Branch: master Date: Sun, 4 Apr 2021 18:55:23 +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: 995bc2cc-43e7-475d-b990-eec1b9d635dc X-Archives-Hash: 27fb5b0d8a837b9c3e5ff4e5be1d756b commit: 1a4dfa4df975865ff293d36b238675ec0b46c054 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 3 11:19:34 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 4 18:55:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a4dfa4d sys-kernel/dracut: Drop superfluous optfeature header Signed-off-by: Andreas Sturmlechner gentoo.org> sys-kernel/dracut/dracut-050-r2.ebuild | 5 +---- sys-kernel/dracut/dracut-051-r1.ebuild | 5 +---- sys-kernel/dracut/dracut-053.ebuild | 3 --- sys-kernel/dracut/dracut-9999.ebuild | 5 +---- 4 files changed, 3 insertions(+), 15 deletions(-) diff --git a/sys-kernel/dracut/dracut-050-r2.ebuild b/sys-kernel/dracut/dracut-050-r2.ebuild index 7f2011e1f24..4eb3b1db06d 100644 --- a/sys-kernel/dracut/dracut-050-r2.ebuild +++ b/sys-kernel/dracut/dracut-050-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -133,9 +133,6 @@ pkg_postinst() { ewarn "" fi - elog "To get additional features, a number of optional runtime" - elog "dependencies may be installed:" - elog "" optfeature "Networking support" net-misc/networkmanager optfeature "Legacy networking support" net-misc/curl "net-misc/dhcp[client]" \ sys-apps/iproute2 "net-misc/iputils[arping]" diff --git a/sys-kernel/dracut/dracut-051-r1.ebuild b/sys-kernel/dracut/dracut-051-r1.ebuild index 60a9ba03892..4c6865f5577 100644 --- a/sys-kernel/dracut/dracut-051-r1.ebuild +++ b/sys-kernel/dracut/dracut-051-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -125,9 +125,6 @@ pkg_postinst() { ewarn "" fi - elog "To get additional features, a number of optional runtime" - elog "dependencies may be installed:" - elog "" optfeature "Networking support" net-misc/networkmanager optfeature "Legacy networking support" net-misc/curl "net-misc/dhcp[client]" \ sys-apps/iproute2 "net-misc/iputils[arping]" diff --git a/sys-kernel/dracut/dracut-053.ebuild b/sys-kernel/dracut/dracut-053.ebuild index 0c1239e5c4b..758f8865d6c 100644 --- a/sys-kernel/dracut/dracut-053.ebuild +++ b/sys-kernel/dracut/dracut-053.ebuild @@ -120,9 +120,6 @@ pkg_postinst() { ewarn "" fi - elog "To get additional features, a number of optional runtime" - elog "dependencies may be installed:" - elog "" optfeature "Networking support" net-misc/networkmanager optfeature "Legacy networking support" net-misc/curl "net-misc/dhcp[client]" \ sys-apps/iproute2 "net-misc/iputils[arping]" diff --git a/sys-kernel/dracut/dracut-9999.ebuild b/sys-kernel/dracut/dracut-9999.ebuild index 69b97ddb7c4..e6d09f406d0 100644 --- a/sys-kernel/dracut/dracut-9999.ebuild +++ b/sys-kernel/dracut/dracut-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -124,9 +124,6 @@ pkg_postinst() { ewarn "" fi - elog "To get additional features, a number of optional runtime" - elog "dependencies may be installed:" - elog "" optfeature "Networking support" net-misc/networkmanager optfeature "Legacy networking support" net-misc/curl "net-misc/dhcp[client]" \ sys-apps/iproute2 "net-misc/iputils[arping]"