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 E7B42158020 for ; Thu, 27 Oct 2022 20:15:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0067CE0886; Thu, 27 Oct 2022 20:15:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DB758E0886 for ; Thu, 27 Oct 2022 20:15:35 +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 C526E340E51 for ; Thu, 27 Oct 2022 20:15:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DB0562C for ; Thu, 27 Oct 2022 20:15:33 +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: <1666901641.eac3f90d0faeec8162dfa250911e0a8bc56f774c.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.23.ebuild X-VCS-Directories: app-arch/tarlz/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: eac3f90d0faeec8162dfa250911e0a8bc56f774c X-VCS-Branch: master Date: Thu, 27 Oct 2022 20:15:33 +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: 4e0695d1-12ac-4613-867a-78fd5683f454 X-Archives-Hash: ea8bc0a754e276175e5603e08271a30f commit: eac3f90d0faeec8162dfa250911e0a8bc56f774c Author: Florian Schmaus gentoo org> AuthorDate: Thu Oct 27 20:14:01 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Oct 27 20:14:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eac3f90d app-arch/tarlz: stabilize 0.23 for amd64 Signed-off-by: Florian Schmaus gentoo.org> app-arch/tarlz/tarlz-0.23.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/tarlz/tarlz-0.23.ebuild b/app-arch/tarlz/tarlz-0.23.ebuild index ac8108f138ea..173f51872685 100644 --- a/app-arch/tarlz/tarlz-0.23.ebuild +++ b/app-arch/tarlz/tarlz-0.23.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