From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-942080-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 E40C9139694 for <garchives@archives.gentoo.org>; Sat, 1 Apr 2017 11:19:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38F93E0CD7; Sat, 1 Apr 2017 11:19:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 17DE4E0CD7 for <gentoo-commits@lists.gentoo.org>; Sat, 1 Apr 2017 11:19:56 +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 E5E3634164C for <gentoo-commits@lists.gentoo.org>; Sat, 1 Apr 2017 11:19:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB12071DC for <gentoo-commits@lists.gentoo.org>; Sat, 1 Apr 2017 11:19:54 +0000 (UTC) From: "Michael Weber" <xmw@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, "Michael Weber" <xmw@gentoo.org> Message-ID: <1491045586.eb67c37ca5e1ed19d4bc9009fb4cf4635a73e94c.xmw@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 media-libs/libbluray/libbluray-1.0.0.ebuild media-libs/libbluray/libbluray-9999.ebuild X-VCS-Directories: media-libs/libbluray/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: eb67c37ca5e1ed19d4bc9009fb4cf4635a73e94c X-VCS-Branch: master Date: Sat, 1 Apr 2017 11:19:54 +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: 210b635e-3b47-47fa-9c70-b6b33850ad8d X-Archives-Hash: 1ba2fca673c8dc0deec20d21021bf7de commit: eb67c37ca5e1ed19d4bc9009fb4cf4635a73e94c Author: Michael Weber <xmw <AT> gentoo <DOT> org> AuthorDate: Sat Apr 1 11:19:34 2017 +0000 Commit: Michael Weber <xmw <AT> gentoo <DOT> org> CommitDate: Sat Apr 1 11:19:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb67c37c media-libs/libbluray: drop empty keyword lines. Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="arm arm64 ppc ppc64" media-libs/libbluray/libbluray-0.9.3.ebuild | 1 - media-libs/libbluray/libbluray-1.0.0.ebuild | 1 - media-libs/libbluray/libbluray-9999.ebuild | 1 - 3 files changed, 3 deletions(-) diff --git a/media-libs/libbluray/libbluray-0.9.3.ebuild b/media-libs/libbluray/libbluray-0.9.3.ebuild index 8c833e459d3..3967c9cfdd9 100644 --- a/media-libs/libbluray/libbluray-0.9.3.ebuild +++ b/media-libs/libbluray/libbluray-0.9.3.ebuild @@ -5,7 +5,6 @@ EAPI=6 if [[ "${PV#9999}" != "${PV}" ]] ; then inherit git-r3 - KEYWORDS="" EGIT_REPO_URI="git://git.videolan.org/libbluray.git" SRC_URI="" else diff --git a/media-libs/libbluray/libbluray-1.0.0.ebuild b/media-libs/libbluray/libbluray-1.0.0.ebuild index 7c17336fde6..18d99309d6d 100644 --- a/media-libs/libbluray/libbluray-1.0.0.ebuild +++ b/media-libs/libbluray/libbluray-1.0.0.ebuild @@ -5,7 +5,6 @@ EAPI=6 if [[ "${PV#9999}" != "${PV}" ]] ; then inherit git-r3 - KEYWORDS="" EGIT_REPO_URI="git://git.videolan.org/libbluray.git" SRC_URI="" else diff --git a/media-libs/libbluray/libbluray-9999.ebuild b/media-libs/libbluray/libbluray-9999.ebuild index 7c17336fde6..18d99309d6d 100644 --- a/media-libs/libbluray/libbluray-9999.ebuild +++ b/media-libs/libbluray/libbluray-9999.ebuild @@ -5,7 +5,6 @@ EAPI=6 if [[ "${PV#9999}" != "${PV}" ]] ; then inherit git-r3 - KEYWORDS="" EGIT_REPO_URI="git://git.videolan.org/libbluray.git" SRC_URI="" else