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 95B09138334 for ; Mon, 2 Sep 2019 13:24:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3EBBE0829; Mon, 2 Sep 2019 13:24:34 +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 985E9E0829 for ; Mon, 2 Sep 2019 13:24:34 +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 9133634AA59 for ; Mon, 2 Sep 2019 13:24:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DAB68780 for ; Mon, 2 Sep 2019 13:24:30 +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: <1567430632.0756eced2ebf8654f956c8e919c90242b2870743.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/exaile/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/exaile/exaile-4.0.0.ebuild X-VCS-Directories: media-sound/exaile/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 0756eced2ebf8654f956c8e919c90242b2870743 X-VCS-Branch: master Date: Mon, 2 Sep 2019 13:24:30 +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: 7878e031-5dd9-4298-a0f7-27ee653eae2a X-Archives-Hash: 73bcbd1671395ae00fa6fc28b2b47416 commit: 0756eced2ebf8654f956c8e919c90242b2870743 Author: Agostino Sarubbo gentoo org> AuthorDate: Mon Sep 2 13:23:52 2019 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Mon Sep 2 13:23:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0756eced media-sound/exaile: amd64 stable wrt bug #693194 Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> media-sound/exaile/exaile-4.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/exaile/exaile-4.0.0.ebuild b/media-sound/exaile/exaile-4.0.0.ebuild index 7dbc4aa8e77..57c248e3ab8 100644 --- a/media-sound/exaile/exaile-4.0.0.ebuild +++ b/media-sound/exaile/exaile-4.0.0.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="https://github.com/exaile/exaile.git" else SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV/_/-}/${PN}-${PV/_/}.tar.gz" - KEYWORDS="~amd64 ~sparc x86" + KEYWORDS="amd64 ~sparc x86" S="${WORKDIR}/${PN}-${PV/_/}" fi