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 75C2613832E for ; Thu, 4 Aug 2016 08:51:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47807E0AAA; Thu, 4 Aug 2016 08:51:39 +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 B2E16E0AAA for ; Thu, 4 Aug 2016 08:51:37 +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 BB2DB340C02 for ; Thu, 4 Aug 2016 08:51:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFA487D3 for ; Thu, 4 Aug 2016 08:51:34 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1470300460.5a32b52b3158578cd829cd725403dd5bdef656eb.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmtp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libmtp/libmtp-1.1.11.ebuild X-VCS-Directories: media-libs/libmtp/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 5a32b52b3158578cd829cd725403dd5bdef656eb X-VCS-Branch: master Date: Thu, 4 Aug 2016 08:51:34 +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: 2d0d42d1-4769-4c62-ba1b-73f178574c15 X-Archives-Hash: ef19962b3a3d125fa207f27486f3484e commit: 5a32b52b3158578cd829cd725403dd5bdef656eb Author: Jeroen Roovers gentoo org> AuthorDate: Thu Aug 4 08:47:40 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Aug 4 08:47:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a32b52b media-libs/libmtp: Stable for HPPA (bug #568266). Package-Manager: portage-2.3.0 RepoMan-Options: --ignore-arches media-libs/libmtp/libmtp-1.1.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libmtp/libmtp-1.1.11.ebuild b/media-libs/libmtp/libmtp-1.1.11.ebuild index e157283..aaf751d 100644 --- a/media-libs/libmtp/libmtp-1.1.11.ebuild +++ b/media-libs/libmtp/libmtp-1.1.11.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]]; then inherit autotools git-r3 else SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - KEYWORDS="amd64 ~arm ~hppa ~ia64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd" + KEYWORDS="amd64 ~arm hppa ~ia64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd" fi DESCRIPTION="An implementation of Microsoft's Media Transfer Protocol (MTP)"