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 BE8A1138334 for ; Fri, 25 May 2018 23:58:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93BAEE0875; Fri, 25 May 2018 23:58:46 +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 72B54E0875 for ; Fri, 25 May 2018 23:58:46 +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 1F8EB335CA2 for ; Fri, 25 May 2018 23:58:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76EEA2A3 for ; Fri, 25 May 2018 23:58:42 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1527292656.a2134c44a7b9ba66be9c3dff3b1c630dd577df92.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libbluray/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libbluray/libbluray-1.0.2.ebuild X-VCS-Directories: media-libs/libbluray/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: a2134c44a7b9ba66be9c3dff3b1c630dd577df92 X-VCS-Branch: master Date: Fri, 25 May 2018 23:58: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-Archives-Salt: fa297dd1-6c46-413b-b11c-5912e0bbadfe X-Archives-Hash: 8bd7cfdcb9b40daa157a8ca4593eb3a6 commit: a2134c44a7b9ba66be9c3dff3b1c630dd577df92 Author: Thomas Deutschmann gentoo org> AuthorDate: Fri May 25 22:34:35 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri May 25 23:57:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2134c44 media-libs/libbluray: x86 stable (bug #655336) Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-libs/libbluray/libbluray-1.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libbluray/libbluray-1.0.2.ebuild b/media-libs/libbluray/libbluray-1.0.2.ebuild index 955ed347c52..6fa860eb5b2 100644 --- a/media-libs/libbluray/libbluray-1.0.2.ebuild +++ b/media-libs/libbluray/libbluray-1.0.2.ebuild @@ -7,7 +7,7 @@ if [[ "${PV#9999}" != "${PV}" ]] ; then inherit git-r3 EGIT_REPO_URI="https://git.videolan.org/git/libbluray.git" else - KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 sparc ~x86 ~amd64-fbsd ~x86-fbsd" + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd" SRC_URI="https://downloads.videolan.org/pub/videolan/libbluray/${PV}/${P}.tar.bz2" fi