From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-921641-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 1DA7B139085 for <garchives@archives.gentoo.org>; Fri, 6 Jan 2017 13:16:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D14621C093; Fri, 6 Jan 2017 13:16:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DFED521C093 for <gentoo-commits@lists.gentoo.org>; Fri, 6 Jan 2017 13:16:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8EA07341616 for <gentoo-commits@lists.gentoo.org>; Fri, 6 Jan 2017 13:16:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5E4C2621 for <gentoo-commits@lists.gentoo.org>; Fri, 6 Jan 2017 13:16:37 +0000 (UTC) From: "Aaron Bauman" <bman@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, "Aaron Bauman" <bman@gentoo.org> Message-ID: <1483708576.c059bb8dc878a0b1c81e44903ac724b90635f72c.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libbluray/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libbluray/libbluray-0.9.3.ebuild X-VCS-Directories: media-libs/libbluray/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: c059bb8dc878a0b1c81e44903ac724b90635f72c X-VCS-Branch: master Date: Fri, 6 Jan 2017 13:16:37 +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-Archives-Salt: 406553eb-cfe7-4189-9083-0d72ee127f89 X-Archives-Hash: 036e55b5444f9d2d9efe19f610afccba commit: c059bb8dc878a0b1c81e44903ac724b90635f72c Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Fri Jan 6 12:45:23 2017 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Fri Jan 6 13:16:16 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c059bb8d media-libs/libbluray: amd64 stable wrt bug #604636 media-libs/libbluray/libbluray-0.9.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libbluray/libbluray-0.9.3.ebuild b/media-libs/libbluray/libbluray-0.9.3.ebuild index 750769b..cb7650f 100644 --- a/media-libs/libbluray/libbluray-0.9.3.ebuild +++ b/media-libs/libbluray/libbluray-0.9.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ if [[ "${PV#9999}" != "${PV}" ]] ; then EGIT_REPO_URI="git://git.videolan.org/libbluray.git" SRC_URI="" else - KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" + KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" SRC_URI="http://ftp.videolan.org/pub/videolan/libbluray/${PV}/${P}.tar.bz2" fi