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 7514D15801B for ; Sat, 8 Apr 2023 13:42:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1FC9E0893; Sat, 8 Apr 2023 13:42:45 +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 75B5DE0893 for ; Sat, 8 Apr 2023 13:42:45 +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 7DFDD3410D9 for ; Sat, 8 Apr 2023 13:42:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E58F1A2F for ; Sat, 8 Apr 2023 13:42:42 +0000 (UTC) From: "Luca Barbato" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Luca Barbato" Message-ID: <1680961305.3cc7a9045c922bad04439a72dae96a92a40d806b.lu_zero@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/unibilium/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/unibilium/unibilium-2.1.1-r1.ebuild X-VCS-Directories: dev-libs/unibilium/ X-VCS-Committer: lu_zero X-VCS-Committer-Name: Luca Barbato X-VCS-Revision: 3cc7a9045c922bad04439a72dae96a92a40d806b X-VCS-Branch: master Date: Sat, 8 Apr 2023 13:42:42 +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: ebb10ca2-c867-41d3-90ec-4c4184d9b8aa X-Archives-Hash: 1d87f4a29da4f1b5b7359cabbcb40d8b commit: 3cc7a9045c922bad04439a72dae96a92a40d806b Author: Luca Barbato gentoo org> AuthorDate: Sat Apr 8 13:33:23 2023 +0000 Commit: Luca Barbato gentoo org> CommitDate: Sat Apr 8 13:41:45 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cc7a904 dev-libs/unibilium: keyword 2.1.1-r1 for ~ppc64 Signed-off-by: Luca Barbato gentoo.org> dev-libs/unibilium/unibilium-2.1.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/unibilium/unibilium-2.1.1-r1.ebuild b/dev-libs/unibilium/unibilium-2.1.1-r1.ebuild index ec435adfd7f8..af1911d481a5 100644 --- a/dev-libs/unibilium/unibilium-2.1.1-r1.ebuild +++ b/dev-libs/unibilium/unibilium-2.1.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/neovim/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-3+ MIT" SLOT="0/4" -KEYWORDS="amd64 arm arm64 ~riscv x86 ~x64-macos" +KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86 ~x64-macos" BDEPEND="dev-lang/perl"