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 A21A7158094 for ; Mon, 8 Aug 2022 06:12:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8CF1E0C13; Mon, 8 Aug 2022 06:12:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 764C7E0C13 for ; Mon, 8 Aug 2022 06:12:08 +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 A9C7E340EDE for ; Mon, 8 Aug 2022 06:12:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E72BE56C for ; Mon, 8 Aug 2022 06:12:04 +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: <1659939122.ac6e1251a0943c8988435fd91894bb2b6dfe9587.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/fplll/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/fplll/fplll-5.4.2.ebuild X-VCS-Directories: sci-libs/fplll/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: ac6e1251a0943c8988435fd91894bb2b6dfe9587 X-VCS-Branch: master Date: Mon, 8 Aug 2022 06:12:04 +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: 11e03d7d-d18b-4057-bc6d-7c824d47ec33 X-Archives-Hash: 1d00e60ac88a20c04bf43a5d94a9d5ac commit: ac6e1251a0943c8988435fd91894bb2b6dfe9587 Author: Joonas Niilola gentoo org> AuthorDate: Mon Aug 8 06:10:46 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Aug 8 06:12:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac6e1251 sci-libs/fplll: Stabilize 5.4.2 x86, #864217 Signed-off-by: Joonas Niilola gentoo.org> sci-libs/fplll/fplll-5.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/fplll/fplll-5.4.2.ebuild b/sci-libs/fplll/fplll-5.4.2.ebuild index 836dd45aeda5..302e525a4055 100644 --- a/sci-libs/fplll/fplll-5.4.2.ebuild +++ b/sci-libs/fplll/fplll-5.4.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz" LICENSE="LGPL-2.1+" SLOT="0/7" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="static-libs qd" BDEPEND="virtual/pkgconfig"