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 632D5138359 for ; Tue, 28 Jul 2020 14:11:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BBF3E092C; Tue, 28 Jul 2020 14:11:19 +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 72F04E092C for ; Tue, 28 Jul 2020 14:11:19 +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 D7E0934F276 for ; Tue, 28 Jul 2020 14:11:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32F822F6 for ; Tue, 28 Jul 2020 14:11:15 +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: <1595945180.0a7317faa33b6f2b95e049199fbcb2545d94aa10.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/audacious-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/audacious-plugins/audacious-plugins-4.0.5.ebuild X-VCS-Directories: media-plugins/audacious-plugins/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0a7317faa33b6f2b95e049199fbcb2545d94aa10 X-VCS-Branch: master Date: Tue, 28 Jul 2020 14:11:15 +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: 2e65d73c-60d9-4ae6-8515-84e444cfbde1 X-Archives-Hash: 84635ebe3944ac378dcdb0ba3e4ccc21 commit: 0a7317faa33b6f2b95e049199fbcb2545d94aa10 Author: Sam James gentoo org> AuthorDate: Tue Jul 28 14:06:20 2020 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jul 28 14:06:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a7317fa media-plugins/audacious-plugins: x86 stable (bug #732168) Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> media-plugins/audacious-plugins/audacious-plugins-4.0.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/audacious-plugins/audacious-plugins-4.0.5.ebuild b/media-plugins/audacious-plugins/audacious-plugins-4.0.5.ebuild index 6465c1184e4..e606a1dd99a 100644 --- a/media-plugins/audacious-plugins/audacious-plugins-4.0.5.ebuild +++ b/media-plugins/audacious-plugins/audacious-plugins-4.0.5.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/audacious-media-player/audacious-plugins.git" else SRC_URI="https://distfiles.audacious-media-player.org/${MY_P}.tar.bz2" - KEYWORDS="amd64 ~x86" + KEYWORDS="amd64 x86" fi DESCRIPTION="Lightweight and versatile audio player" HOMEPAGE="https://audacious-media-player.org/"