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 3B275138334 for ; Thu, 26 Dec 2019 12:56:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02D53E0D82; Thu, 26 Dec 2019 12:56:34 +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 D46B0E0D7E for ; Thu, 26 Dec 2019 12:56:33 +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 0B37634DBB1 for ; Thu, 26 Dec 2019 12:56:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C9CB78 for ; Thu, 26 Dec 2019 12:56:30 +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: <1577364967.8c7f89a997dc3f50d003ea2c42d1990f4dc620f3.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libde265/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libde265/libde265-1.0.3.ebuild X-VCS-Directories: media-libs/libde265/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 8c7f89a997dc3f50d003ea2c42d1990f4dc620f3 X-VCS-Branch: master Date: Thu, 26 Dec 2019 12:56: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7281fee0-700b-4a96-9cdd-10ec17b3e7f6 X-Archives-Hash: 010a4a4de24bed803a6adbbb0bbcb92f commit: 8c7f89a997dc3f50d003ea2c42d1990f4dc620f3 Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Dec 26 12:43:01 2019 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Dec 26 12:56:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c7f89a9 media-libs/libde265: keyword 1.0.3 on ~ppc64 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev gentoo.org> media-libs/libde265/libde265-1.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libde265/libde265-1.0.3.ebuild b/media-libs/libde265/libde265-1.0.3.ebuild index 777432a1f9e..4e6baba9ecc 100644 --- a/media-libs/libde265/libde265-1.0.3.ebuild +++ b/media-libs/libde265/libde265-1.0.3.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 else SRC_URI="https://github.com/strukturag/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 arm64 x86" + KEYWORDS="amd64 arm64 ~ppc64 x86" fi DESCRIPTION="Open h.265 video codec implementation"