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 BAEE0138334 for ; Fri, 21 Sep 2018 20:53:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79F9DE07F6; Fri, 21 Sep 2018 20:53:33 +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 54298E07F6 for ; Fri, 21 Sep 2018 20:53:32 +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 90ABF335CBF for ; Fri, 21 Sep 2018 20:53:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00E943DF for ; Fri, 21 Sep 2018 20:53:30 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1537563187.cec59d51341e3bce50320ba6db69e8da59a9c64a.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/f/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/f/f-0.20.0.ebuild X-VCS-Directories: app-emacs/f/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: cec59d51341e3bce50320ba6db69e8da59a9c64a X-VCS-Branch: master Date: Fri, 21 Sep 2018 20:53:30 +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: 9f773a35-24bc-4d74-80e7-2d8b2e4836d9 X-Archives-Hash: 886bc822f1c464cfa905f122806a6111 commit: cec59d51341e3bce50320ba6db69e8da59a9c64a Author: Matt Turner gentoo org> AuthorDate: Fri Sep 21 20:52:51 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Sep 21 20:53:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cec59d51 app-emacs/f-0.20.0: added ~ppc64, bug 666621 app-emacs/f/f-0.20.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/f/f-0.20.0.ebuild b/app-emacs/f/f-0.20.0.ebuild index 14cddfe4c7b..e5e5882dd09 100644 --- a/app-emacs/f/f-0.20.0.ebuild +++ b/app-emacs/f/f-0.20.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/rejeep/f.el/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~ppc64 x86" RESTRICT="test" RDEPEND="app-emacs/dash app-emacs/s"