From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1216136-garchives=archives.gentoo.org@lists.gentoo.org> 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 9FC11138359 for <garchives@archives.gentoo.org>; Mon, 19 Oct 2020 03:19:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EABFE0984; Mon, 19 Oct 2020 03:19:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E391AE0985 for <gentoo-commits@lists.gentoo.org>; Mon, 19 Oct 2020 03:19:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 F1D2F341066 for <gentoo-commits@lists.gentoo.org>; Mon, 19 Oct 2020 03:19:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4194B3B5 for <gentoo-commits@lists.gentoo.org>; Mon, 19 Oct 2020 03:19:24 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1603077456.74a1579a5b21ad504e4b280a53782c323d2e203e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/alsa-ucm-conf/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.3.ebuild X-VCS-Directories: media-libs/alsa-ucm-conf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 74a1579a5b21ad504e4b280a53782c323d2e203e X-VCS-Branch: master Date: Mon, 19 Oct 2020 03:19:24 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e8ee42b4-342d-4dff-8286-09748d5ca2d9 X-Archives-Hash: c1b70cc5146231eb8579f78db787bc54 commit: 74a1579a5b21ad504e4b280a53782c323d2e203e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Oct 19 03:17:36 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Oct 19 03:17:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74a1579a media-libs/alsa-ucm-conf: Stabilize 1.2.3 arm, #749159 Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.3.ebuild b/media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.3.ebuild index 098cdc0a3c4..803f070b024 100644 --- a/media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.3.ebuild +++ b/media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.3.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://www.alsa-project.org/files/pub/lib/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" IUSE="" RDEPEND="!<media-libs/alsa-lib-1.2.1"