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 27531158094 for ; Wed, 13 Jul 2022 07:39:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B6AAE0D83; Wed, 13 Jul 2022 07:39:41 +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 22F06E0D83 for ; Wed, 13 Jul 2022 07:39:41 +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 6A096341131 for ; Wed, 13 Jul 2022 07:39:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFD07456 for ; Wed, 13 Jul 2022 07:39:38 +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: <1657697974.6052060a59a67f8048faf0193ee8a4adc4c4abfa.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/wavpack/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/wavpack/wavpack-5.5.0.ebuild X-VCS-Directories: media-sound/wavpack/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 6052060a59a67f8048faf0193ee8a4adc4c4abfa X-VCS-Branch: master Date: Wed, 13 Jul 2022 07:39:38 +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: f6558e2f-26bb-4947-bf75-7c464253465a X-Archives-Hash: 5e2c6551f2bb8f5261e89269f8ed204a commit: 6052060a59a67f8048faf0193ee8a4adc4c4abfa Author: Agostino Sarubbo gentoo org> AuthorDate: Wed Jul 13 07:39:34 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Wed Jul 13 07:39:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6052060a media-sound/wavpack: amd64 stable wrt bug #857852 Signed-off-by: Agostino Sarubbo gentoo.org> media-sound/wavpack/wavpack-5.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/wavpack/wavpack-5.5.0.ebuild b/media-sound/wavpack/wavpack-5.5.0.ebuild index 3c0b3153eff3..dfff69eb03ee 100644 --- a/media-sound/wavpack/wavpack-5.5.0.ebuild +++ b/media-sound/wavpack/wavpack-5.5.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/dbry/WavPack/releases/download/${PV}/${P}.tar.xz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" RDEPEND=">=virtual/libiconv-0-r1" DEPEND="${RDEPEND}"