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 038ED15807A for ; Wed, 9 Oct 2024 07:21:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5120DE29A9; Wed, 9 Oct 2024 07:21:23 +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 3BFB1E29A9 for ; Wed, 9 Oct 2024 07:21:23 +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 7E94A342FA3 for ; Wed, 9 Oct 2024 07:21:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21A79B36 for ; Wed, 9 Oct 2024 07:21:21 +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: <1728458477.38191a21d45b78ae4a8e3b07db401d5e9cce28d1.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/quilt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/quilt/quilt-0.68-r1.ebuild X-VCS-Directories: dev-util/quilt/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 38191a21d45b78ae4a8e3b07db401d5e9cce28d1 X-VCS-Branch: master Date: Wed, 9 Oct 2024 07:21:21 +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: 08026272-ff53-4c59-9dcd-c1da01581ba5 X-Archives-Hash: ed7051470092be8e6c77733ee9fd6ba1 commit: 38191a21d45b78ae4a8e3b07db401d5e9cce28d1 Author: Arthur Zamarin gentoo org> AuthorDate: Wed Oct 9 07:21:17 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed Oct 9 07:21:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38191a21 dev-util/quilt: Stabilize 0.68-r1 arm64, #940930 Signed-off-by: Arthur Zamarin gentoo.org> dev-util/quilt/quilt-0.68-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/quilt/quilt-0.68-r1.ebuild b/dev-util/quilt/quilt-0.68-r1.ebuild index 924ec4ab9b4b..e878a3c767b3 100644 --- a/dev-util/quilt/quilt-0.68-r1.ebuild +++ b/dev-util/quilt/quilt-0.68-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz" LICENSE="GPL-2 GPL-1+" # any GPL version for quilt.el SLOT="0" -KEYWORDS="~amd64 arm ~arm64 ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris" +KEYWORDS="~amd64 arm arm64 ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris" IUSE="emacs graphviz" # unresolved test failures RESTRICT="test"