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 35318138334 for ; Mon, 20 Aug 2018 08:05:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2368BE0996; Mon, 20 Aug 2018 08:05:36 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 E9D94E0996 for ; Mon, 20 Aug 2018 08:05:33 +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 A11C133BE25 for ; Mon, 20 Aug 2018 08:05:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2C32398 for ; Mon, 20 Aug 2018 08:05:28 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1534752297.8ffb607f3de70f2f75e213e7f0c4c6be0eadd11b.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pulseeffects/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/pulseeffects/pulseeffects-4.2.7.ebuild X-VCS-Directories: media-sound/pulseeffects/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 8ffb607f3de70f2f75e213e7f0c4c6be0eadd11b X-VCS-Branch: master Date: Mon, 20 Aug 2018 08:05:28 +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: 04e4a8a4-7eb6-4bdb-840b-bb814dedf1c6 X-Archives-Hash: 1b213d63a3df4734344f7aad6921b8e2 commit: 8ffb607f3de70f2f75e213e7f0c4c6be0eadd11b Author: Mart Raudsepp gentoo org> AuthorDate: Mon Aug 20 08:04:57 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Mon Aug 20 08:04:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ffb607f media-sound/pulseeffects-4.2.7: drop x86 due to new unkeyworded deps Package-Manager: Portage-2.3.47, Repoman-2.3.10 media-sound/pulseeffects/pulseeffects-4.2.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/pulseeffects/pulseeffects-4.2.7.ebuild b/media-sound/pulseeffects/pulseeffects-4.2.7.ebuild index 90b1ffc9921..79ce00083ef 100644 --- a/media-sound/pulseeffects/pulseeffects-4.2.7.ebuild +++ b/media-sound/pulseeffects/pulseeffects-4.2.7.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]];then EGIT_REPO_URI="${HOMEPAGE}" else SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64" fi LICENSE="GPL-3"