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 C199A13835A for ; Sat, 30 Jan 2021 10:04:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC1F0E0AF7; Sat, 30 Jan 2021 10:04:39 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 B7603E0AF7 for ; Sat, 30 Jan 2021 10:04:39 +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 9E244340FB4 for ; Sat, 30 Jan 2021 10:04:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F0D64A1 for ; Sat, 30 Jan 2021 10:04:37 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1612001067.1642f7be36cd217114d5b2661aaa78c1cb2cd7e5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libbdplus/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libbdplus/libbdplus-0.1.2-r1.ebuild X-VCS-Directories: media-libs/libbdplus/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1642f7be36cd217114d5b2661aaa78c1cb2cd7e5 X-VCS-Branch: master Date: Sat, 30 Jan 2021 10:04:37 +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: 487dc4a2-3170-4863-aa67-53082527c25e X-Archives-Hash: f53277fb26ba53e7e6b8b7efebbc5c66 commit: 1642f7be36cd217114d5b2661aaa78c1cb2cd7e5 Author: Sam James gentoo org> AuthorDate: Sat Jan 30 10:04:27 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 30 10:04:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1642f7be media-libs/libbdplus: Stabilize 0.1.2-r1 ppc64, #763477 Signed-off-by: Sam James gentoo.org> media-libs/libbdplus/libbdplus-0.1.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libbdplus/libbdplus-0.1.2-r1.ebuild b/media-libs/libbdplus/libbdplus-0.1.2-r1.ebuild index d154e2115ab..04abb831243 100644 --- a/media-libs/libbdplus/libbdplus-0.1.2-r1.ebuild +++ b/media-libs/libbdplus/libbdplus-0.1.2-r1.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == *9999* ]] ; then EGIT_REPO_URI="https://code.videolan.org/videolan/libbdplus.git" else SRC_URI="https://downloads.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.bz2" - KEYWORDS="~amd64 ~ppc ~ppc64 sparc ~x86" + KEYWORDS="~amd64 ~ppc ppc64 sparc ~x86" fi DESCRIPTION="Blu-ray library for BD+ decryption"