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 16940158087 for ; Sat, 29 Jan 2022 04:32:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED5932BC057; Sat, 29 Jan 2022 04:32:08 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C97852BC055 for ; Sat, 29 Jan 2022 04:32:08 +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 6EE033432EA for ; Sat, 29 Jan 2022 04:32:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 091882B2 for ; Sat, 29 Jan 2022 04:32:06 +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: <1643430710.3f58e3e80fbd9817d75a0120efdff31908de627d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/pcaudiolib/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/pcaudiolib/pcaudiolib-1.1.ebuild X-VCS-Directories: media-libs/pcaudiolib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3f58e3e80fbd9817d75a0120efdff31908de627d X-VCS-Branch: master Date: Sat, 29 Jan 2022 04:32:06 +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: 5de7ee4c-68c0-4efc-b252-73b0f1f633dd X-Archives-Hash: e0443b7b643231866adfe35837e90dcd commit: 3f58e3e80fbd9817d75a0120efdff31908de627d Author: Sam James gentoo org> AuthorDate: Sat Jan 29 04:31:50 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 29 04:31:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f58e3e8 media-libs/pcaudiolib: Keyword 1.1 ia64, #801103 Signed-off-by: Sam James gentoo.org> media-libs/pcaudiolib/pcaudiolib-1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/pcaudiolib/pcaudiolib-1.1.ebuild b/media-libs/pcaudiolib/pcaudiolib-1.1.ebuild index 738c49d0d4c1..11ce4e4f549b 100644 --- a/media-libs/pcaudiolib/pcaudiolib-1.1.ebuild +++ b/media-libs/pcaudiolib/pcaudiolib-1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/espeak-ng/pcaudiolib/archive/${PV}.tar.gz -> ${P}.ta LICENSE="GPL-3+ ZLIB" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="+alsa oss pulseaudio" REQUIRED_USE="|| ( alsa oss pulseaudio )"