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 97692158046 for ; Sat, 12 Oct 2024 09:44:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B24A7E2A03; Sat, 12 Oct 2024 09:44:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 9B0A7E2A03 for ; Sat, 12 Oct 2024 09:44:21 +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 DF2A8343261 for ; Sat, 12 Oct 2024 09:44:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3069A27ED for ; Sat, 12 Oct 2024 09:44:17 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1728726240.d1d6f5450c6a2933f67e9f06b9d19b81fdc7f0de.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/pmtools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/pmtools/pmtools-20130209.ebuild X-VCS-Directories: sys-power/pmtools/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d1d6f5450c6a2933f67e9f06b9d19b81fdc7f0de X-VCS-Branch: master Date: Sat, 12 Oct 2024 09:44:17 +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: 8af8447c-ccc2-437d-8147-4b124f94af6b X-Archives-Hash: a6423a049b45e183198dabcd8c8f5280 commit: d1d6f5450c6a2933f67e9f06b9d19b81fdc7f0de Author: Michał Górny gentoo org> AuthorDate: Sat Oct 12 09:44:00 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Oct 12 09:44:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1d6f545 sys-power/pmtools: Stabilize 20130209 amd64, #941368 Signed-off-by: Michał Górny gentoo.org> sys-power/pmtools/pmtools-20130209.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-power/pmtools/pmtools-20130209.ebuild b/sys-power/pmtools/pmtools-20130209.ebuild index c6ab8004ad98..ab9f1b0b1f2f 100644 --- a/sys-power/pmtools/pmtools-20130209.ebuild +++ b/sys-power/pmtools/pmtools-20130209.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/anyc/pmtools/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc ~x86" +KEYWORDS="amd64 ppc ~x86" IUSE="doc" # dev-lang/perl - RDEPEND for the pmtest tooling, which only works on much older kernels.