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 07AC3158086 for ; Sun, 5 Dec 2021 18:32:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 500F62BC156; Sun, 5 Dec 2021 18:32:22 +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 10EC42BC15A for ; Sun, 5 Dec 2021 18:32:22 +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 B990434363C for ; Sun, 5 Dec 2021 18:32:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05E2A218 for ; Sun, 5 Dec 2021 18:31:59 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1638729009.d7d54b5de6b68039aedc1fa682f04edfadaedd5e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/wimlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/wimlib/wimlib-1.13.4-r1.ebuild X-VCS-Directories: app-arch/wimlib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d7d54b5de6b68039aedc1fa682f04edfadaedd5e X-VCS-Branch: master Date: Sun, 5 Dec 2021 18:31:59 +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: 703a3888-ebc3-40dc-a26f-3495d4ae4ab6 X-Archives-Hash: e467ec3c004cb2bebab1f554a47f0109 commit: d7d54b5de6b68039aedc1fa682f04edfadaedd5e Author: Sam James gentoo org> AuthorDate: Sun Dec 5 18:30:09 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 5 18:30:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7d54b5d app-arch/wimlib: Stabilize 1.13.4-r1 x86, #828272 Signed-off-by: Sam James gentoo.org> app-arch/wimlib/wimlib-1.13.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/wimlib/wimlib-1.13.4-r1.ebuild b/app-arch/wimlib/wimlib-1.13.4-r1.ebuild index 62df98c30cc7..13d1b0f2922b 100644 --- a/app-arch/wimlib/wimlib-1.13.4-r1.ebuild +++ b/app-arch/wimlib/wimlib-1.13.4-r1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="The open source Windows Imaging (WIM) library" HOMEPAGE="https://wimlib.net" SRC_URI="https://wimlib.net/downloads/${P}.tar.gz" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" LICENSE="|| ( GPL-3+ LGPL-3+ ) CC0-1.0" SLOT="0" IUSE="cpu_flags_x86_ssse3 fuse iso ntfs ssl test threads yasm"