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 90DC6158020 for ; Tue, 6 Dec 2022 00:33:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB5B3E0825; Tue, 6 Dec 2022 00:33:53 +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 A1FB3E0809 for ; Tue, 6 Dec 2022 00:33:53 +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 B8CF4341102 for ; Tue, 6 Dec 2022 00:33:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8BF1775 for ; Tue, 6 Dec 2022 00:33:50 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1670286695.825a756c1076b5248a2bb5f4b9f3eefa3ddced08.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/smart-live-rebuild/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/smart-live-rebuild/smart-live-rebuild-1.4.0.ebuild X-VCS-Directories: app-portage/smart-live-rebuild/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 825a756c1076b5248a2bb5f4b9f3eefa3ddced08 X-VCS-Branch: master Date: Tue, 6 Dec 2022 00:33:50 +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: 000f682f-3b73-42d5-9f79-5f1e5fa54119 X-Archives-Hash: 1cf63c8b744fe14c10041919c11c6f3e commit: 825a756c1076b5248a2bb5f4b9f3eefa3ddced08 Author: Georgy Yakovlev gentoo org> AuthorDate: Tue Dec 6 00:31:35 2022 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Tue Dec 6 00:31:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=825a756c app-portage/smart-live-rebuild: keyword 1.4.0 for ~ppc64 Signed-off-by: Georgy Yakovlev gentoo.org> app-portage/smart-live-rebuild/smart-live-rebuild-1.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-1.4.0.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-1.4.0.ebuild index 871b545544f3..99fc212559b5 100644 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-1.4.0.ebuild +++ b/app-portage/smart-live-rebuild/smart-live-rebuild-1.4.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/projg2/smart-live-rebuild/archive/v${PV}.tar.gz -> $ LICENSE="BSD-2" SLOT="0" -KEYWORDS="amd64 arm arm64 hppa ~mips ~sparc x86 ~x64-macos" +KEYWORDS="amd64 arm arm64 hppa ~mips ~ppc64 ~sparc x86 ~x64-macos" RDEPEND=">=app-portage/gentoopm-0.2.1[${PYTHON_USEDEP}]"