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 9497F138334 for ; Sun, 15 Jul 2018 10:25:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BED0E07EE; Sun, 15 Jul 2018 10:25:26 +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 7313AE07ED for ; Sun, 15 Jul 2018 10:25:26 +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 50354335CA7 for ; Sun, 15 Jul 2018 10:25:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3A43376 for ; Sun, 15 Jul 2018 10:25:23 +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: <1531650270.9eb9d461cbbc6391c4c86c78188d68bc169ab9e9.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libftdi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-embedded/libftdi/libftdi-0.20-r1.ebuild X-VCS-Directories: dev-embedded/libftdi/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 9eb9d461cbbc6391c4c86c78188d68bc169ab9e9 X-VCS-Branch: master Date: Sun, 15 Jul 2018 10:25:23 +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: b6e8fff1-46ca-4fc5-9673-53cd8984544f X-Archives-Hash: f2767078d4de1520f515e5040d5c0e6f commit: 9eb9d461cbbc6391c4c86c78188d68bc169ab9e9 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Jul 15 09:57:49 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Jul 15 10:24:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eb9d461 dev-embedded/libftdi: stable 0.20-r1 for ppc, bug #648136 Bug: https://bugs.gentoo.org/648136 Package-Manager: Portage-2.3.42, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc" dev-embedded/libftdi/libftdi-0.20-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-embedded/libftdi/libftdi-0.20-r1.ebuild b/dev-embedded/libftdi/libftdi-0.20-r1.ebuild index fb38545a38c..695b6f685f9 100644 --- a/dev-embedded/libftdi/libftdi-0.20-r1.ebuild +++ b/dev-embedded/libftdi/libftdi-0.20-r1.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == 9999* ]] ; then EGIT_REPO_URI="git://developer.intra2net.com/${PN}" else SRC_URI="http://www.intra2net.com/en/developer/${PN}/download/${P}.tar.gz" - KEYWORDS="amd64 arm ~arm64 ~ppc ppc64 ~sparc x86" + KEYWORDS="amd64 arm ~arm64 ppc ppc64 ~sparc x86" fi DESCRIPTION="Userspace access to FTDI USB interface chips"