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 88695158003 for ; Tue, 28 Sep 2021 17:59:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94977E091B; Tue, 28 Sep 2021 17:59:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7BE9AE091B for ; Tue, 28 Sep 2021 17:59:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 53CF7342C69 for ; Tue, 28 Sep 2021 17:59:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE8A72A for ; Tue, 28 Sep 2021 17:59:37 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1632851946.9a1c976568166ac9236b1e5a9b5aa98ac32887f7.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/baselayout/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/baselayout/x X-VCS-Directories: sys-apps/baselayout/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 9a1c976568166ac9236b1e5a9b5aa98ac32887f7 X-VCS-Branch: master Date: Tue, 28 Sep 2021 17:59:37 +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: f1014f06-8375-43b3-91dc-8eb973d4b084 X-Archives-Hash: bf2819aa1c79f80173b7babbbe92e2df commit: 9a1c976568166ac9236b1e5a9b5aa98ac32887f7 Author: William Hubbs gentoo org> AuthorDate: Tue Sep 28 17:58:50 2021 +0000 Commit: William Hubbs gentoo org> CommitDate: Tue Sep 28 17:59:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a1c9765 sys-apps/baselayout: remove extra file Signed-off-by: William Hubbs gentoo.org> sys-apps/baselayout/x | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/sys-apps/baselayout/x b/sys-apps/baselayout/x deleted file mode 100644 index a6859d9f723..00000000000 --- a/sys-apps/baselayout/x +++ /dev/null @@ -1,11 +0,0 @@ ---- baselayout-2.8.ebuild 2021-09-27 16:54:24.631071046 -0500 -+++ baselayout-9999.ebuild 2021-09-27 15:56:09.320772518 -0500 -@@ -12,7 +12,7 @@ - inherit git-r3 - else - SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.bz2" --# KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" -+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" - fi - - LICENSE="GPL-2"