From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1355182-garchives=archives.gentoo.org@lists.gentoo.org> 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 D8B3B158088 for <garchives@archives.gentoo.org>; Tue, 4 Jan 2022 10:30:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A6F12BC048; Tue, 4 Jan 2022 10:30:35 +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 9A9F82BC048 for <gentoo-commits@lists.gentoo.org>; Tue, 4 Jan 2022 10:30:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BC4F63431DC for <gentoo-commits@lists.gentoo.org>; Tue, 4 Jan 2022 10:30:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E70BD28F for <gentoo-commits@lists.gentoo.org>; Tue, 4 Jan 2022 10:30:23 +0000 (UTC) From: "David Seifert" <soap@gentoo.org> 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" <soap@gentoo.org> Message-ID: <1641292194.22de2cf46c8e4e8167a05dcc166586f663261b0d.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/baselayout/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/baselayout/baselayout-2.7-r1.ebuild sys-apps/baselayout/baselayout-2.7-r2.ebuild sys-apps/baselayout/baselayout-2.7-r3.ebuild sys-apps/baselayout/baselayout-2.7.ebuild sys-apps/baselayout/baselayout-2.8.ebuild sys-apps/baselayout/baselayout-9999.ebuild X-VCS-Directories: sys-apps/baselayout/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 22de2cf46c8e4e8167a05dcc166586f663261b0d X-VCS-Branch: master Date: Tue, 4 Jan 2022 10:30:23 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7e3510a7-f6f4-4566-b82c-c4a0fdebda0f X-Archives-Hash: 20aa6f1ae6121d670faf487c0814fc8e commit: 22de2cf46c8e4e8167a05dcc166586f663261b0d Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Tue Jan 4 10:29:54 2022 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Tue Jan 4 10:29:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22de2cf4 sys-apps/baselayout: remove implicit kernel_linux Signed-off-by: David Seifert <soap <AT> gentoo.org> sys-apps/baselayout/baselayout-2.7-r1.ebuild | 2 +- sys-apps/baselayout/baselayout-2.7-r2.ebuild | 2 +- sys-apps/baselayout/baselayout-2.7-r3.ebuild | 2 +- sys-apps/baselayout/baselayout-2.7.ebuild | 2 +- sys-apps/baselayout/baselayout-2.8.ebuild | 2 +- sys-apps/baselayout/baselayout-9999.ebuild | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-apps/baselayout/baselayout-2.7-r1.ebuild b/sys-apps/baselayout/baselayout-2.7-r1.ebuild index 8242b63fa3f5..69b7db6825d2 100644 --- a/sys-apps/baselayout/baselayout-2.7-r1.ebuild +++ b/sys-apps/baselayout/baselayout-2.7-r1.ebuild @@ -17,7 +17,7 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="build kernel_linux +split-usr" +IUSE="build +split-usr" pkg_setup() { multilib_layout diff --git a/sys-apps/baselayout/baselayout-2.7-r2.ebuild b/sys-apps/baselayout/baselayout-2.7-r2.ebuild index 9aa9a7262318..3e57665e1bf2 100644 --- a/sys-apps/baselayout/baselayout-2.7-r2.ebuild +++ b/sys-apps/baselayout/baselayout-2.7-r2.ebuild @@ -17,7 +17,7 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="build kernel_linux +split-usr" +IUSE="build +split-usr" pkg_setup() { multilib_layout diff --git a/sys-apps/baselayout/baselayout-2.7-r3.ebuild b/sys-apps/baselayout/baselayout-2.7-r3.ebuild index 4a1dd494ea72..3293e119b3c9 100644 --- a/sys-apps/baselayout/baselayout-2.7-r3.ebuild +++ b/sys-apps/baselayout/baselayout-2.7-r3.ebuild @@ -17,7 +17,7 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="build kernel_linux +split-usr" +IUSE="build +split-usr" pkg_setup() { multilib_layout diff --git a/sys-apps/baselayout/baselayout-2.7.ebuild b/sys-apps/baselayout/baselayout-2.7.ebuild index ce51d06cbaa9..b9c1e7df5282 100644 --- a/sys-apps/baselayout/baselayout-2.7.ebuild +++ b/sys-apps/baselayout/baselayout-2.7.ebuild @@ -17,7 +17,7 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="build kernel_linux +split-usr" +IUSE="build +split-usr" pkg_setup() { multilib_layout diff --git a/sys-apps/baselayout/baselayout-2.8.ebuild b/sys-apps/baselayout/baselayout-2.8.ebuild index 603fb5026694..089e43e1cb8c 100644 --- a/sys-apps/baselayout/baselayout-2.8.ebuild +++ b/sys-apps/baselayout/baselayout-2.8.ebuild @@ -17,7 +17,7 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="build kernel_linux +split-usr" +IUSE="build +split-usr" pkg_setup() { multilib_layout diff --git a/sys-apps/baselayout/baselayout-9999.ebuild b/sys-apps/baselayout/baselayout-9999.ebuild index 603fb5026694..089e43e1cb8c 100644 --- a/sys-apps/baselayout/baselayout-9999.ebuild +++ b/sys-apps/baselayout/baselayout-9999.ebuild @@ -17,7 +17,7 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="build kernel_linux +split-usr" +IUSE="build +split-usr" pkg_setup() { multilib_layout