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 EFE5A138335 for ; Sat, 2 Mar 2019 20:49:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEAE0E088D; Sat, 2 Mar 2019 20:49:39 +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 840C9E088D for ; Sat, 2 Mar 2019 20:49:39 +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 40CDE335D04 for ; Sat, 2 Mar 2019 20:49:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC806555 for ; Sat, 2 Mar 2019 20:49:36 +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: <1551559755.ffbeceed36f24fa3a58c61ea8d9fc800734661d9.whissi@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_rc3.ebuild X-VCS-Directories: media-sound/exaile/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: ffbeceed36f24fa3a58c61ea8d9fc800734661d9 X-VCS-Branch: master Date: Sat, 2 Mar 2019 20:49:36 +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: 7ee0d7d2-42ed-4228-b3ba-69f3a9bd1d04 X-Archives-Hash: ab0affcb51697484704a9fab7f534476 commit: ffbeceed36f24fa3a58c61ea8d9fc800734661d9 Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Mar 2 20:36:14 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Mar 2 20:49:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffbeceed media-sound/exaile: x86 stable (bug #621900) Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann gentoo.org> media-sound/exaile/exaile-4.0.0_rc3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/exaile/exaile-4.0.0_rc3.ebuild b/media-sound/exaile/exaile-4.0.0_rc3.ebuild index f3e1373fd4a..2bebaa26411 100644 --- a/media-sound/exaile/exaile-4.0.0_rc3.ebuild +++ b/media-sound/exaile/exaile-4.0.0_rc3.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