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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2996E13835A for ; Fri, 14 Aug 2020 08:17:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD0B6E0802; Fri, 14 Aug 2020 08:16:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5529E0802 for ; Fri, 14 Aug 2020 08:16:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5069D34EF06 for ; Fri, 14 Aug 2020 08:16:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B48BC22B for ; Fri, 14 Aug 2020 08:16:56 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1597393010.180e66dbda69583044db7f53c419a0af3ffcb7d5.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/zita-resampler/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/zita-resampler/zita-resampler-1.6.2.ebuild X-VCS-Directories: media-libs/zita-resampler/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 180e66dbda69583044db7f53c419a0af3ffcb7d5 X-VCS-Branch: master Date: Fri, 14 Aug 2020 08:16:56 +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: e166bc90-281c-4880-a0b6-4911f346f0e7 X-Archives-Hash: 3e59e4dd7681f0f84664266a94674594 commit: 180e66dbda69583044db7f53c419a0af3ffcb7d5 Author: Sergei Trofimovich gentoo org> AuthorDate: Fri Aug 14 08:15:43 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Aug 14 08:16:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=180e66db media-libs/zita-resampler: keyworded 1.6.2 for ia64 keyworded wrt bug #736725 Package-Manager: Portage-3.0.2, Repoman-2.3.23 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich gentoo.org> media-libs/zita-resampler/zita-resampler-1.6.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/zita-resampler/zita-resampler-1.6.2.ebuild b/media-libs/zita-resampler/zita-resampler-1.6.2.ebuild index 8632095fbd8..7d237ddda04 100644 --- a/media-libs/zita-resampler/zita-resampler-1.6.2.ebuild +++ b/media-libs/zita-resampler/zita-resampler-1.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0/1" -KEYWORDS="amd64" +KEYWORDS="amd64 ~ia64" IUSE="tools" RDEPEND="tools? ( media-libs/libsndfile )"