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 28914138359 for ; Fri, 16 Oct 2020 17:46:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69AEDE086B; Fri, 16 Oct 2020 17:46:11 +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 50DF7E086C for ; Fri, 16 Oct 2020 17:46:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E2758340E63 for ; Fri, 16 Oct 2020 17:46:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F4373BD for ; Fri, 16 Oct 2020 17:46:06 +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: <1602870311.6c21202a04dc43228d9908b5ed298340424ff707.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/elisa/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/elisa/elisa-20.08.2.ebuild X-VCS-Directories: media-sound/elisa/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 6c21202a04dc43228d9908b5ed298340424ff707 X-VCS-Branch: master Date: Fri, 16 Oct 2020 17:46:06 +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: f10765d4-5d59-417c-9ce9-075096df971c X-Archives-Hash: 25a0690c8429225c775df2ed0e35f5fe commit: 6c21202a04dc43228d9908b5ed298340424ff707 Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Oct 16 10:28:59 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Oct 16 17:45:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c21202a media-sound/elisa: add ~ppc64 keyword Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev gentoo.org> media-sound/elisa/elisa-20.08.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/elisa/elisa-20.08.2.ebuild b/media-sound/elisa/elisa-20.08.2.ebuild index 9eecd3942ff..7e2fccece27 100644 --- a/media-sound/elisa/elisa-20.08.2.ebuild +++ b/media-sound/elisa/elisa-20.08.2.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://elisa.kde.org/ https://kde.org/applications/en/elisa" LICENSE="LGPL-3+" SLOT="5" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" IUSE="mpris semantic-desktop +vlc" BDEPEND="sys-devel/gettext"