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 B2B59158090 for ; Sun, 1 May 2022 12:20:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E4E8E0AA0; Sun, 1 May 2022 12:20:50 +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 6A381E0A91 for ; Sun, 1 May 2022 12:20:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0C8593414D3 for ; Sun, 1 May 2022 12:20:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46065456 for ; Sun, 1 May 2022 12:20:46 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1651407548.1c84f52f21a39c0a7040fd6f3e7be9ec5dc859cb.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/lzlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/lzlib/lzlib-1.12.ebuild X-VCS-Directories: app-arch/lzlib/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 1c84f52f21a39c0a7040fd6f3e7be9ec5dc859cb X-VCS-Branch: master Date: Sun, 1 May 2022 12:20:46 +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: dd0613bc-a712-4cd8-a317-a973970ced16 X-Archives-Hash: 2c47e1fec9cb5661233de616ae19fb48 commit: 1c84f52f21a39c0a7040fd6f3e7be9ec5dc859cb Author: Jakov Smolić gentoo org> AuthorDate: Sun May 1 12:19:08 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sun May 1 12:19:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c84f52f app-arch/lzlib: Stabilize 1.12 x86, #825466 Signed-off-by: Jakov Smolić gentoo.org> app-arch/lzlib/lzlib-1.12.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-arch/lzlib/lzlib-1.12.ebuild b/app-arch/lzlib/lzlib-1.12.ebuild index 9b6f80481005..29e82c56ea4a 100644 --- a/app-arch/lzlib/lzlib-1.12.ebuild +++ b/app-arch/lzlib/lzlib-1.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://download.savannah.gnu.org/releases/lzip/${PN}/${P}.tar.gz" LICENSE="libstdc++" # fancy form of GPL-2+ with library exception SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86" IUSE="" src_configure() {