From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1236546-garchives=archives.gentoo.org@lists.gentoo.org> 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 0AF321382C5 for <garchives@archives.gentoo.org>; Fri, 1 Jan 2021 05:46:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2833AE091B; Fri, 1 Jan 2021 05:46:48 +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 12A33E091B for <gentoo-commits@lists.gentoo.org>; Fri, 1 Jan 2021 05:46:48 +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 16073340DE3 for <gentoo-commits@lists.gentoo.org>; Fri, 1 Jan 2021 05:46:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5135948B for <gentoo-commits@lists.gentoo.org>; Fri, 1 Jan 2021 05:46:44 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1609479983.842125e9ed3e7cfb8147412d7bc3dbc2d88a4de5.sam@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.2.0.ebuild X-VCS-Directories: media-libs/libbluray/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 842125e9ed3e7cfb8147412d7bc3dbc2d88a4de5 X-VCS-Branch: master Date: Fri, 1 Jan 2021 05:46:44 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 40071dbd-4653-4e8a-a879-1630d7651ca4 X-Archives-Hash: 1ed68f62e8fc7248c175d5bc583acc1a commit: 842125e9ed3e7cfb8147412d7bc3dbc2d88a4de5 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jan 1 05:46:23 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jan 1 05:46:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=842125e9 media-libs/libbluray: Stabilize 1.2.0 amd64, #762883 Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/libbluray/libbluray-1.2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libbluray/libbluray-1.2.0.ebuild b/media-libs/libbluray/libbluray-1.2.0.ebuild index a977ea88e85..69352f039b1 100644 --- a/media-libs/libbluray/libbluray-1.2.0.ebuild +++ b/media-libs/libbluray/libbluray-1.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ if [[ "${PV#9999}" != "${PV}" ]] ; then inherit git-r3 EGIT_REPO_URI="https://code.videolan.org/videolan/libbluray.git" else - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86" SRC_URI="https://downloads.videolan.org/pub/videolan/libbluray/${PV}/${P}.tar.bz2" fi