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 F1B8A158089 for ; Sun, 22 Oct 2023 10:28:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64F5C2BC01F; Sun, 22 Oct 2023 10:28:10 +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 492532BC01F for ; Sun, 22 Oct 2023 10:28: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 62716335CCD for ; Sun, 22 Oct 2023 10:28:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B50CB12B0 for ; Sun, 22 Oct 2023 10:28:06 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1697970313.734a0c4c7207cdb4bd88e611b3aeacd7e5a3077a.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/tarlz/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/tarlz/tarlz-0.24.ebuild X-VCS-Directories: app-arch/tarlz/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 734a0c4c7207cdb4bd88e611b3aeacd7e5a3077a X-VCS-Branch: master Date: Sun, 22 Oct 2023 10:28:06 +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: f6b7ea1f-7c95-446a-9333-883f6d946a67 X-Archives-Hash: 68433d1eb59d6ddf08edbbf17ec55c8a commit: 734a0c4c7207cdb4bd88e611b3aeacd7e5a3077a Author: Florian Schmaus gentoo org> AuthorDate: Sun Oct 22 10:25:13 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sun Oct 22 10:25:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=734a0c4c app-arch/tarlz: stabilize 0.24 for amd64 Signed-off-by: Florian Schmaus gentoo.org> app-arch/tarlz/tarlz-0.24.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/tarlz/tarlz-0.24.ebuild b/app-arch/tarlz/tarlz-0.24.ebuild index d6624379663f..affb92712f82 100644 --- a/app-arch/tarlz/tarlz-0.24.ebuild +++ b/app-arch/tarlz/tarlz-0.24.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://download.savannah.gnu.org/releases/lzip/${PN}/${P}.tar.lz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" RDEPEND=" >=app-arch/lzlib-1.12