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 0728A13829C for ; Sat, 11 Jun 2016 17:00:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E9C1141EA; Sat, 11 Jun 2016 17:00:36 +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 C1BA9141EA for ; Sat, 11 Jun 2016 17:00:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 BCF4B340C43 for ; Sat, 11 Jun 2016 17:00:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BAFD13FE for ; Sat, 11 Jun 2016 17:00:32 +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: <1465664406.4e8f9a8f8eefe370db4346e0777de11fcfcdb775.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.8.ebuild media-sound/qmmp/qmmp-1.0.7.ebuild X-VCS-Directories: media-sound/qmmp/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 4e8f9a8f8eefe370db4346e0777de11fcfcdb775 X-VCS-Branch: master Date: Sat, 11 Jun 2016 17:00:32 +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: 0a097195-6193-4ac4-b0d2-beeadb06f817 X-Archives-Hash: 6414b073e1ff1000aac7feb89d777420 commit: 4e8f9a8f8eefe370db4346e0777de11fcfcdb775 Author: Agostino Sarubbo gentoo org> AuthorDate: Sat Jun 11 17:00:06 2016 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sat Jun 11 17:00:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e8f9a8f media-sound/qmmp: amd64 stable wrt bug #582064 Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> media-sound/qmmp/qmmp-0.9.8.ebuild | 2 +- media-sound/qmmp/qmmp-1.0.7.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/qmmp/qmmp-0.9.8.ebuild b/media-sound/qmmp/qmmp-0.9.8.ebuild index f5cf1ca..3287929 100644 --- a/media-sound/qmmp/qmmp-0.9.8.ebuild +++ b/media-sound/qmmp/qmmp-0.9.8.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/" diff --git a/media-sound/qmmp/qmmp-1.0.7.ebuild b/media-sound/qmmp/qmmp-1.0.7.ebuild index 0713ab9..bdfb65f 100644 --- a/media-sound/qmmp/qmmp-1.0.7.ebuild +++ b/media-sound/qmmp/qmmp-1.0.7.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Qt5-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 ~x86" + KEYWORDS="amd64 ~x86" else QMMP_DEV_BRANCH="1.1" SRC_URI=""