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 3B72F158089 for ; Fri, 27 Oct 2023 05:43:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02F2C2BC02F; Fri, 27 Oct 2023 05:43:11 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D93082BC02F for ; Fri, 27 Oct 2023 05:43:10 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB007335C0D for ; Fri, 27 Oct 2023 05:43:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15E4B12D2 for ; Fri, 27 Oct 2023 05:43:08 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1698385321.e9ecd5a904d8f23b584a5ae41673e378dce1e997.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/lcab/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/lcab/lcab-1.0_beta12.ebuild X-VCS-Directories: app-arch/lcab/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: e9ecd5a904d8f23b584a5ae41673e378dce1e997 X-VCS-Branch: master Date: Fri, 27 Oct 2023 05:43:08 +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: bbd68b2c-1d68-48d9-9e1f-af714b505ceb X-Archives-Hash: 72e7d9cd20eb96ceb4b38c0add1111be commit: e9ecd5a904d8f23b584a5ae41673e378dce1e997 Author: Joonas Niilola gentoo org> AuthorDate: Fri Oct 27 05:42:01 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Oct 27 05:42:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9ecd5a9 app-arch/lcab: Stabilize 1.0_beta12 amd64, #916314 Signed-off-by: Joonas Niilola gentoo.org> app-arch/lcab/lcab-1.0_beta12.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-arch/lcab/lcab-1.0_beta12.ebuild b/app-arch/lcab/lcab-1.0_beta12.ebuild index 27fe02473de4..74011412ee93 100644 --- a/app-arch/lcab/lcab-1.0_beta12.ebuild +++ b/app-arch/lcab/lcab-1.0_beta12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="ftp://mirror.ohnopub.net/mirror/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" S="${WORKDIR}/${MY_P}"