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 AB9651382C5 for ; Wed, 25 Apr 2018 19:27:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2B56E0A83; Wed, 25 Apr 2018 19:27:12 +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 80482E0A83 for ; Wed, 25 Apr 2018 19:27:12 +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 8624A335C82 for ; Wed, 25 Apr 2018 19:27:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F302F2AF for ; Wed, 25 Apr 2018 19:27:07 +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: <1524684389.52aebe27a82b2af314b2fbaa2435d0ecd3a61d88.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/clementine/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/clementine/clementine-1.3.1_p20180416.ebuild X-VCS-Directories: media-sound/clementine/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 52aebe27a82b2af314b2fbaa2435d0ecd3a61d88 X-VCS-Branch: master Date: Wed, 25 Apr 2018 19:27:07 +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: 2e119c82-fc04-4cef-a449-895cf7b59b0f X-Archives-Hash: 4ff2227c3500f4b81ff3923afa25c7f1 commit: 52aebe27a82b2af314b2fbaa2435d0ecd3a61d88 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Apr 25 19:26:29 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Apr 25 19:26:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52aebe27 media-sound/clementine: x86 stable (bug #650692) Package-Manager: Portage-2.3.31, Repoman-2.3.9 media-sound/clementine/clementine-1.3.1_p20180416.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/clementine/clementine-1.3.1_p20180416.ebuild b/media-sound/clementine/clementine-1.3.1_p20180416.ebuild index 9acc6f220a0..0496f809447 100644 --- a/media-sound/clementine/clementine-1.3.1_p20180416.ebuild +++ b/media-sound/clementine/clementine-1.3.1_p20180416.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then else COMMIT=bd096dcbc3cfa8965ee96245b95c4027278b42a6 SRC_URI="https://github.com/${PN}-player/${PN^}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~x86" + KEYWORDS="amd64 x86" fi inherit cmake-utils flag-o-matic gnome2-utils l10n virtualx xdg-utils ${GIT_ECLASS} unset GIT_ECLASS