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 8F741158087 for ; Tue, 18 Jan 2022 12:26:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B244B2BC05D; Tue, 18 Jan 2022 12:26:22 +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 96CBA2BC05D for ; Tue, 18 Jan 2022 12:26:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0FDCF342D0F for ; Tue, 18 Jan 2022 12:26:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49FD32AA for ; Tue, 18 Jan 2022 12:26:18 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1642508675.ea6d5521a48649c5a70f1beb8b3cfb989a7f2266.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libxcvt/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libxcvt/libxcvt-0.1.1.ebuild X-VCS-Directories: x11-libs/libxcvt/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ea6d5521a48649c5a70f1beb8b3cfb989a7f2266 X-VCS-Branch: master Date: Tue, 18 Jan 2022 12:26:18 +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: 411ffff7-b928-4116-86db-4c273455429f X-Archives-Hash: fdc383a6c8fdba9df8b461293ad7d735 commit: ea6d5521a48649c5a70f1beb8b3cfb989a7f2266 Author: Sam James gentoo org> AuthorDate: Tue Jan 18 12:24:35 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 18 12:24:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea6d5521 x11-libs/libxcvt: Stabilize 0.1.1 arm, #831378 Signed-off-by: Sam James gentoo.org> x11-libs/libxcvt/libxcvt-0.1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-libs/libxcvt/libxcvt-0.1.1.ebuild b/x11-libs/libxcvt/libxcvt-0.1.1.ebuild index ae1345214fcf..29cd2dd08040 100644 --- a/x11-libs/libxcvt/libxcvt-0.1.1.ebuild +++ b/x11-libs/libxcvt/libxcvt-0.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ XORG_TARBALL_SUFFIX="xz" inherit xorg-3 meson if [[ ${PV} != *9999* ]]; then - KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" fi DESCRIPTION="X.Org xcvt library and cvt program"