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 E76FB15808B for ; Sat, 19 Mar 2022 07:54:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C4B0E091D; Sat, 19 Mar 2022 07:54:57 +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 25F03E091D for ; Sat, 19 Mar 2022 07:54:57 +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 5131434393E for ; Sat, 19 Mar 2022 07:54:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06F9630C for ; Sat, 19 Mar 2022 07:54:55 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1647676492.1d91721db44aa69be2c64af85fa0c5024aad99bc.ago@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.67.ebuild X-VCS-Directories: dev-util/quilt/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 1d91721db44aa69be2c64af85fa0c5024aad99bc X-VCS-Branch: master Date: Sat, 19 Mar 2022 07:54:55 +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: dbba9d74-9f49-4fa5-8ddc-2bcd6132f2e3 X-Archives-Hash: af366d7acfbcf01a133245c6d2837380 commit: 1d91721db44aa69be2c64af85fa0c5024aad99bc Author: Agostino Sarubbo gentoo org> AuthorDate: Sat Mar 19 07:54:52 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sat Mar 19 07:54:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d91721d dev-util/quilt: ppc stable wrt bug #835593 Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo gentoo.org> dev-util/quilt/quilt-0.67.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/quilt/quilt-0.67.ebuild b/dev-util/quilt/quilt-0.67.ebuild index 4ae623c1eb56..40610b8ea2ce 100644 --- a/dev-util/quilt/quilt-0.67.ebuild +++ b/dev-util/quilt/quilt-0.67.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://savannah.nongnu.org/download/quilt/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris" +KEYWORDS="~amd64 ~arm ~mips ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris" IUSE="emacs graphviz" # unresolved test failures RESTRICT="test"