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 4DBDB139085 for ; Tue, 10 Jan 2017 15:23:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B37B2340A0; Tue, 10 Jan 2017 15:23:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DFE022340A0 for ; Tue, 10 Jan 2017 15:23:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 08231341149 for ; Tue, 10 Jan 2017 15:23:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF9B9262B for ; Tue, 10 Jan 2017 15:22:58 +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: <1484061657.86d1f7215d59fbc3d8bcfb8e0433cad8460438c8.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/dcadec/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/dcadec/dcadec-0.2.0.ebuild X-VCS-Directories: media-sound/dcadec/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 86d1f7215d59fbc3d8bcfb8e0433cad8460438c8 X-VCS-Branch: master Date: Tue, 10 Jan 2017 15:22:58 +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-Archives-Salt: 795ecae0-cbd2-4734-bb82-414b491c08e2 X-Archives-Hash: 87e8c212407570dbf8a24c5bde508399 commit: 86d1f7215d59fbc3d8bcfb8e0433cad8460438c8 Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Jan 10 15:20:57 2017 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Jan 10 15:20:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86d1f721 media-sound/dcadec: x86 stable wrt bug #604638 Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> media-sound/dcadec/dcadec-0.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/dcadec/dcadec-0.2.0.ebuild b/media-sound/dcadec/dcadec-0.2.0.ebuild index 6a75b60..9518d99 100644 --- a/media-sound/dcadec/dcadec-0.2.0.ebuild +++ b/media-sound/dcadec/dcadec-0.2.0.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 else SRC_URI="https://github.com/foo86/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ~mips ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~mips x86" fi DESCRIPTION="DTS Coherent Acoustics decoder with support for HD extensions"