From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 036B71384B4 for ; Tue, 3 Nov 2015 16:28:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96D2FE088B; Tue, 3 Nov 2015 16:28:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A6C9E088B for ; Tue, 3 Nov 2015 16:28:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 557443406C0 for ; Tue, 3 Nov 2015 16:28:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0ACDC1FAF for ; Tue, 3 Nov 2015 16:28:42 +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: <1446568109.cd4614c4e33921829c30073209d3bed74c3b39e8.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qmmp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/qmmp/qmmp-0.9.2.ebuild X-VCS-Directories: media-sound/qmmp/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: cd4614c4e33921829c30073209d3bed74c3b39e8 X-VCS-Branch: master Date: Tue, 3 Nov 2015 16:28:42 +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: 0d2cd938-8f70-4326-a0ae-64e5396a665f X-Archives-Hash: 017c2ebb738b6593c29e7e1e7e892398 commit: cd4614c4e33921829c30073209d3bed74c3b39e8 Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Nov 3 16:28:29 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Nov 3 16:28:29 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd4614c4 media-sound/qmmp: x86 stable wrt bug #564810 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86" media-sound/qmmp/qmmp-0.9.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/qmmp/qmmp-0.9.2.ebuild b/media-sound/qmmp/qmmp-0.9.2.ebuild index b9dedb2..3bcc8cb 100644 --- a/media-sound/qmmp/qmmp-0.9.2.ebuild +++ b/media-sound/qmmp/qmmp-0.9.2.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Qt4-based audio player with winamp/xmms skins support" HOMEPAGE="http://qmmp.ylsoftware.com" if [ "$PV" != "9999" ]; then SRC_URI="http://qmmp.ylsoftware.com/files/${P}.tar.bz2" - KEYWORDS="amd64 ~ppc ~x86" + KEYWORDS="amd64 ~ppc x86" else SRC_URI="" ESVN_REPO_URI="https://qmmp.googlecode.com/svn/trunk/qmmp/"