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 55BF01384B4 for ; Tue, 3 Nov 2015 16:28:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE2E5E086D; Tue, 3 Nov 2015 16:28:17 +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 88944E086C for ; Tue, 3 Nov 2015 16:28:17 +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 901F833FE13 for ; Tue, 3 Nov 2015 16:28:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD0A91FAF for ; Tue, 3 Nov 2015 16:28:13 +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: <1446568080.07450b02d1141e426c6074d7a83a2009f27953fe.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: 07450b02d1141e426c6074d7a83a2009f27953fe X-VCS-Branch: master Date: Tue, 3 Nov 2015 16:28:13 +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: 617c8be4-0543-4ff3-bcc4-bc7243598699 X-Archives-Hash: b292b8914a42bd6c358e57f45c93b7e6 commit: 07450b02d1141e426c6074d7a83a2009f27953fe Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Nov 3 16:28:00 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Nov 3 16:28:00 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07450b02 media-sound/qmmp: amd64 stable wrt bug #564810 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64" 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 5f82a4d..b9dedb2 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/"