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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E995015807B for ; Fri, 25 Oct 2024 22:21:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54FFDE09CC; Fri, 25 Oct 2024 22:21:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 3E2C5E09BF for ; Fri, 25 Oct 2024 22:21:51 +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 89CDC3430D6 for ; Fri, 25 Oct 2024 22:21:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C073E1F41 for ; Fri, 25 Oct 2024 22:21:47 +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: <1729894882.e878d898de81bf1cc6dd86e1adbaeabf2153b8f6.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: e878d898de81bf1cc6dd86e1adbaeabf2153b8f6 X-VCS-Branch: master Date: Fri, 25 Oct 2024 22:21:47 +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: 2cace86c-5735-4e86-b284-f0c91332f216 X-Archives-Hash: a9061b83fcff8121b5f9e509f3c35b42 commit: e878d898de81bf1cc6dd86e1adbaeabf2153b8f6 Author: Sam James gentoo org> AuthorDate: Fri Oct 25 22:21:22 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 25 22:21:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e878d898 app-text/lowdown: Stabilize 1.1.1 amd64, #942185 Signed-off-by: Sam James gentoo.org> app-text/lowdown/lowdown-1.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/lowdown/lowdown-1.1.1.ebuild b/app-text/lowdown/lowdown-1.1.1.ebuild index a008b37b88a4..3b45506c9408 100644 --- a/app-text/lowdown/lowdown-1.1.1.ebuild +++ b/app-text/lowdown/lowdown-1.1.1.ebuild @@ -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:=