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 D90D0158086 for ; Wed, 17 Nov 2021 08:19:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF551E085E; Wed, 17 Nov 2021 08:19:49 +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 4F98DE0858 for ; Wed, 17 Nov 2021 08:19:47 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65F17342C19 for ; Wed, 17 Nov 2021 08:19:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E88F91A2 for ; Wed, 17 Nov 2021 08:19:44 +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: <1637137148.d5a7ca5c248274980ad408aa52bfa8178bb72d33.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/dpkg/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/dpkg/dpkg-1.20.9.ebuild X-VCS-Directories: app-arch/dpkg/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d5a7ca5c248274980ad408aa52bfa8178bb72d33 X-VCS-Branch: master Date: Wed, 17 Nov 2021 08:19:44 +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: e27b3bf9-3c92-4555-ab5f-13dd7db4d0e3 X-Archives-Hash: a29b8ccdabeb9b08f25675fc6228885a commit: d5a7ca5c248274980ad408aa52bfa8178bb72d33 Author: Rolf Eike Beer sf-mail de> AuthorDate: Tue Nov 16 16:51:31 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Nov 17 08:19:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5a7ca5c app-arch/dpkg: stable 1.20.9 for hppa, bug #814029 Package-Manager: Portage-3.0.28, Repoman-3.0.3 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sam James gentoo.org> app-arch/dpkg/dpkg-1.20.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/dpkg/dpkg-1.20.9.ebuild b/app-arch/dpkg/dpkg-1.20.9.ebuild index dcd19d9ad46d..4470e89b47e3 100644 --- a/app-arch/dpkg/dpkg-1.20.9.ebuild +++ b/app-arch/dpkg/dpkg-1.20.9.ebuild @@ -10,7 +10,7 @@ SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.xz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" IUSE="+bzip2 libmd +lzma nls selinux static-libs test unicode +update-alternatives +zlib" RESTRICT="!test? ( test )"