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 959AF138336 for ; Mon, 24 Sep 2018 01:50:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14FE2E091A; Mon, 24 Sep 2018 01:50:18 +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 C6287E0918 for ; Mon, 24 Sep 2018 01:50:17 +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 8B479335CD1 for ; Mon, 24 Sep 2018 01:50:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C2E73F6 for ; Mon, 24 Sep 2018 01:50:01 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1537752878.68418f81e8efae82cf5df2392336db6b4af0bd20.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pianobar/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/pianobar/pianobar-2018.06.22.ebuild X-VCS-Directories: media-sound/pianobar/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 68418f81e8efae82cf5df2392336db6b4af0bd20 X-VCS-Branch: master Date: Mon, 24 Sep 2018 01:50:01 +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: 76e31eca-bacc-4088-99ba-85e54aa13c7e X-Archives-Hash: eb44ee9ebdc0e03cc46ee60e60f4a1dc commit: 68418f81e8efae82cf5df2392336db6b4af0bd20 Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Sep 24 01:34:38 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Sep 24 01:34:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68418f81 media-sound/pianobar: x86 stable (bug #663568) Package-Manager: Portage-2.3.49, Repoman-2.3.10 media-sound/pianobar/pianobar-2018.06.22.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/pianobar/pianobar-2018.06.22.ebuild b/media-sound/pianobar/pianobar-2018.06.22.ebuild index 21d92b644c4..91ecd0ba45b 100644 --- a/media-sound/pianobar/pianobar-2018.06.22.ebuild +++ b/media-sound/pianobar/pianobar-2018.06.22.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/PromyLOPh/pianobar.git" else SRC_URI="https://6xq.net/${PN}/${P}.tar.bz2" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 x86" fi DESCRIPTION="A console-based replacement for Pandora's flash player"