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 10FB6139695 for ; Fri, 24 Feb 2017 13:20:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C1D621C028; Fri, 24 Feb 2017 13:20:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69C9121C028 for ; Fri, 24 Feb 2017 13:20:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 33C713414D6 for ; Fri, 24 Feb 2017 13:20:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A13752FB for ; Fri, 24 Feb 2017 13:20:52 +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: <1487942426.cb512d4fc3a943575b3d073d9ffc7e1dfb7e3453.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/amarok/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/amarok/amarok-2.8.90-r2.ebuild X-VCS-Directories: media-sound/amarok/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: cb512d4fc3a943575b3d073d9ffc7e1dfb7e3453 X-VCS-Branch: master Date: Fri, 24 Feb 2017 13:20:52 +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: 4aa724ed-8d5d-4305-b3d0-ccf676aae51b X-Archives-Hash: 8e86130dd7d9319f0865483d1b80e992 commit: cb512d4fc3a943575b3d073d9ffc7e1dfb7e3453 Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Feb 24 13:20:26 2017 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Feb 24 13:20:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb512d4f media-sound/amarok: amd64 stable wrt bug #610488 Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> media-sound/amarok/amarok-2.8.90-r2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-sound/amarok/amarok-2.8.90-r2.ebuild b/media-sound/amarok/amarok-2.8.90-r2.ebuild index 40177e6153..fa40d38035 100644 --- a/media-sound/amarok/amarok-2.8.90-r2.ebuild +++ b/media-sound/amarok/amarok-2.8.90-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,9 +18,9 @@ DESCRIPTION="Advanced audio player based on KDE framework" HOMEPAGE="http://amarok.kde.org/" if [[ ${PV} != *9999* ]]; then SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" else - KEYWORDS="" + KEYWORDS="amd64" fi LICENSE="GPL-2"