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 E2E40158020 for ; Mon, 24 Oct 2022 07:22:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21BE1E0843; Mon, 24 Oct 2022 07:22:09 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 06FBBE0843 for ; Mon, 24 Oct 2022 07:22:09 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 302D8340F90 for ; Mon, 24 Oct 2022 07:22:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E98161D for ; Mon, 24 Oct 2022 07:22:06 +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: <1666596026.a29763b9324251b72dd71c5b17af52a071399903.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/brial/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/brial/brial-1.2.11.ebuild X-VCS-Directories: sci-libs/brial/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: a29763b9324251b72dd71c5b17af52a071399903 X-VCS-Branch: master Date: Mon, 24 Oct 2022 07:22: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: 34ed9c9e-5fea-41ee-8ec0-f4dd1fc71097 X-Archives-Hash: 16745453ac580dbc05aafd0d7715882c commit: a29763b9324251b72dd71c5b17af52a071399903 Author: Joonas Niilola gentoo org> AuthorDate: Mon Oct 24 07:20:26 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Oct 24 07:20:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a29763b9 sci-libs/brial: Stabilize 1.2.11 x86, #877781 Signed-off-by: Joonas Niilola gentoo.org> sci-libs/brial/brial-1.2.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/brial/brial-1.2.11.ebuild b/sci-libs/brial/brial-1.2.11.ebuild index aa41242e9a0b..251160e1c79d 100644 --- a/sci-libs/brial/brial-1.2.11.ebuild +++ b/sci-libs/brial/brial-1.2.11.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/BRiAl/BRiAl/releases/download/${PV}/${P}.tar.bz2" # The top-level license is GPL2+, but cudd/LICENSE is BSD. LICENSE="BSD GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="png" BDEPEND="virtual/pkgconfig"