From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1713532-garchives=archives.gentoo.org@lists.gentoo.org> 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 finch.gentoo.org (Postfix) with ESMTPS id F0DA81580E0 for <garchives@archives.gentoo.org>; Wed, 29 Jan 2025 18:23:47 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D2C903430F1 for <garchives@archives.gentoo.org>; Wed, 29 Jan 2025 18:23:47 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 28220110471; Wed, 29 Jan 2025 18:23:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 bobolink.gentoo.org (Postfix) with ESMTPS id 1C76A110471 for <gentoo-commits@lists.gentoo.org>; Wed, 29 Jan 2025 18:23:42 +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 BCAD834305B for <gentoo-commits@lists.gentoo.org>; Wed, 29 Jan 2025 18:23:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0504E20D7 for <gentoo-commits@lists.gentoo.org>; Wed, 29 Jan 2025 18:23:40 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1738174991.1a60dd481939bac1e848d92f2657c38cd70a015a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/lowdown/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/lowdown/lowdown-1.1.1.ebuild X-VCS-Directories: app-text/lowdown/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1a60dd481939bac1e848d92f2657c38cd70a015a X-VCS-Branch: master Date: Wed, 29 Jan 2025 18:23:40 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c3e1845e-6fa4-424b-a88c-1fb321d91988 X-Archives-Hash: ff70aeba3c48da651b6710e95664bbd6 commit: 1a60dd481939bac1e848d92f2657c38cd70a015a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jan 29 18:23:11 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jan 29 18:23:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a60dd48 app-text/lowdown: Stabilize 1.1.1 arm64, #949013 Signed-off-by: Sam James <sam <AT> gentoo.org> app-text/lowdown/lowdown-1.1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/lowdown/lowdown-1.1.1.ebuild b/app-text/lowdown/lowdown-1.1.1.ebuild index 3b45506c9408..f54221b9a6f8 100644 --- a/app-text/lowdown/lowdown-1.1.1.ebuild +++ b/app-text/lowdown/lowdown-1.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2024 Gentoo Authors +# Copyright 2021-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${MY_PV}" LICENSE="ISC" SLOT="0/2" -KEYWORDS="amd64 ~arm64 ~x86" +KEYWORDS="amd64 arm64 ~x86" DEPEND=" virtual/libcrypt:=