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 0AF6C1382C5 for ; Fri, 22 May 2020 19:35:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A0C3E08D9; Fri, 22 May 2020 19:35:50 +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 3142FE08D9 for ; Fri, 22 May 2020 19:35:50 +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 EF70734F1E0 for ; Fri, 22 May 2020 19:35:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76664232 for ; Fri, 22 May 2020 19:35:46 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1590176134.44e2adb98930260c833ffeb4b3db6c7d9e0f411c.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/fontawesome/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/fontawesome/fontawesome-9999.ebuild X-VCS-Directories: media-fonts/fontawesome/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 44e2adb98930260c833ffeb4b3db6c7d9e0f411c X-VCS-Branch: master Date: Fri, 22 May 2020 19:35:46 +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: a12ac329-1e1a-4253-afe4-0c293f985bd1 X-Archives-Hash: 82538bcf41af998b63c70e6a28d810c7 commit: 44e2adb98930260c833ffeb4b3db6c7d9e0f411c Author: Georgy Yakovlev gentoo org> AuthorDate: Fri May 22 19:10:16 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri May 22 19:35:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44e2adb9 media-fonts/fontawesome: sync live ebuild keywords Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Georgy Yakovlev gentoo.org> media-fonts/fontawesome/fontawesome-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-fonts/fontawesome/fontawesome-9999.ebuild b/media-fonts/fontawesome/fontawesome-9999.ebuild index 73c98da4948..ec7c7068ea3 100644 --- a/media-fonts/fontawesome/fontawesome-9999.ebuild +++ b/media-fonts/fontawesome/fontawesome-9999.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/FortAwesome/${MY_PN}.git" else SRC_URI="https://github.com/FortAwesome/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" S="${WORKDIR}/${MY_PN}-${PV}" fi