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 1E7AE1381F3 for ; Tue, 9 Jun 2020 04:59:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49729E086F; Tue, 9 Jun 2020 04:59:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 301D7E086F for ; Tue, 9 Jun 2020 04:59:47 +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 C6EF034F207 for ; Tue, 9 Jun 2020 04:59:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66A1426 for ; Tue, 9 Jun 2020 04:59:42 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1591678726.1e5b9e380c0302ff48909e6837340a620dd127e3.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/kakoune/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/kakoune/kakoune-2020.01.16-r1.ebuild app-editors/kakoune/kakoune-2020.01.16_p20200601.ebuild X-VCS-Directories: app-editors/kakoune/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 1e5b9e380c0302ff48909e6837340a620dd127e3 X-VCS-Branch: master Date: Tue, 9 Jun 2020 04:59:42 +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: 12289622-6e5d-460c-b94d-a1e230c43951 X-Archives-Hash: 9ceb7a8687fd386c2d4b31859899c2b5 commit: 1e5b9e380c0302ff48909e6837340a620dd127e3 Author: Joonas Niilola gentoo org> AuthorDate: Tue Jun 9 04:58:46 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Jun 9 04:58:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e5b9e38 app-editors/kakoune: keyword ~ppc64, #726356 Thanks-to: ernsteiswuerfel Closes: https://bugs.gentoo.org/726356 Signed-off-by: Joonas Niilola gentoo.org> app-editors/kakoune/kakoune-2020.01.16-r1.ebuild | 2 +- app-editors/kakoune/kakoune-2020.01.16_p20200601.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-editors/kakoune/kakoune-2020.01.16-r1.ebuild b/app-editors/kakoune/kakoune-2020.01.16-r1.ebuild index e66b1b5c6c7..26d369bdf44 100644 --- a/app-editors/kakoune/kakoune-2020.01.16-r1.ebuild +++ b/app-editors/kakoune/kakoune-2020.01.16-r1.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mawww/kakoune/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Unlicense" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" DEPEND="sys-libs/ncurses:0=[unicode]" RDEPEND="${DEPEND}" diff --git a/app-editors/kakoune/kakoune-2020.01.16_p20200601.ebuild b/app-editors/kakoune/kakoune-2020.01.16_p20200601.ebuild index 147c97c158e..bcbba488281 100644 --- a/app-editors/kakoune/kakoune-2020.01.16_p20200601.ebuild +++ b/app-editors/kakoune/kakoune-2020.01.16_p20200601.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/mawww/kakoune/archive/${MY_COMMIT}.tar.gz -> ${P}.ta LICENSE="Unlicense" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" DEPEND="sys-libs/ncurses:0=[unicode]" RDEPEND="${DEPEND}"