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 9D002138334 for ; Sat, 8 Dec 2018 09:36:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D084CE09E9; Sat, 8 Dec 2018 09:36:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD3A5E09E4 for ; Sat, 8 Dec 2018 09:36:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 848A9335CD9 for ; Sat, 8 Dec 2018 09:36:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 003094DE for ; Sat, 8 Dec 2018 09:36:39 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1544261554.4667f698e001d7c84d220626db9eb8555914643a.slyfox@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.16.ebuild X-VCS-Directories: media-libs/libmtp/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 4667f698e001d7c84d220626db9eb8555914643a X-VCS-Branch: master Date: Sat, 8 Dec 2018 09:36:39 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 155228bc-e028-4549-9bab-956b2e3345f1 X-Archives-Hash: ba45774d5f4f6a1652e495e6e257df7f commit: 4667f698e001d7c84d220626db9eb8555914643a Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Dec 8 09:32:34 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Dec 8 09:32:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4667f698 media-libs/libmtp: stable 1.1.16 for ppc, bug #662100 Package-Manager: Portage-2.3.52, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich gentoo.org> media-libs/libmtp/libmtp-1.1.16.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libmtp/libmtp-1.1.16.ebuild b/media-libs/libmtp/libmtp-1.1.16.ebuild index 343ebf9325f..d3168d7dc79 100644 --- a/media-libs/libmtp/libmtp-1.1.16.ebuild +++ b/media-libs/libmtp/libmtp-1.1.16.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 ~arm64 ~hppa ia64 ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ia64 ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd" fi DESCRIPTION="Implementation of Microsoft's Media Transfer Protocol (MTP)"