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 3120D158087 for ; Sun, 6 Feb 2022 20:57:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67DBE2BC00A; Sun, 6 Feb 2022 20:57:03 +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 4A5602BC00A for ; Sun, 6 Feb 2022 20:57:03 +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 4EBAD342BFE for ; Sun, 6 Feb 2022 20:57:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C94A41EF for ; Sun, 6 Feb 2022 20:57:00 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1644181007.1cb9f1dc23dd6d452ec2557d699865cc9d0016de.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/libeatmydata/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/libeatmydata/libeatmydata-129-r1.ebuild X-VCS-Directories: sys-fs/libeatmydata/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 1cb9f1dc23dd6d452ec2557d699865cc9d0016de X-VCS-Branch: master Date: Sun, 6 Feb 2022 20:57:00 +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: a92b8e26-bf2c-4765-afd1-3ea8ebe9cc61 X-Archives-Hash: 3d3db71f93c7d3283a0ed93067d113f7 commit: 1cb9f1dc23dd6d452ec2557d699865cc9d0016de Author: Arthur Zamarin gentoo org> AuthorDate: Sun Feb 6 20:56:47 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Feb 6 20:56:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cb9f1dc sys-fs/libeatmydata: Keyword 129-r1 hppa, #832468 Signed-off-by: Arthur Zamarin gentoo.org> sys-fs/libeatmydata/libeatmydata-129-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/libeatmydata/libeatmydata-129-r1.ebuild b/sys-fs/libeatmydata/libeatmydata-129-r1.ebuild index e35d9419d8ab..24b83a8556c8 100644 --- a/sys-fs/libeatmydata/libeatmydata-129-r1.ebuild +++ b/sys-fs/libeatmydata/libeatmydata-129-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/stewartsmith/${PN}/releases/download/v${PV}/${P}.tar LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 arm arm64 ~x86" +KEYWORDS="amd64 arm arm64 ~hppa ~x86" IUSE="test" RESTRICT="!test? ( test )"