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 3ED291382C5 for ; Fri, 26 Jan 2018 14:48:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39BE3E0963; Fri, 26 Jan 2018 14:48:35 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 13AE3E0963 for ; Fri, 26 Jan 2018 14:48:34 +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 B3B05335C2E for ; Fri, 26 Jan 2018 14:48:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEBA3126 for ; Fri, 26 Jan 2018 14:48:31 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1516978109.32832f01c7dcdb272edead5af1e41dab8c28bceb.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/mpv-bash-completion/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/mpv-bash-completion/mpv-bash-completion-3.3.16.ebuild X-VCS-Directories: app-shells/mpv-bash-completion/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 32832f01c7dcdb272edead5af1e41dab8c28bceb X-VCS-Branch: master Date: Fri, 26 Jan 2018 14:48:31 +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: 66e3b7d6-9b5d-411c-8b63-74a55ff8fd23 X-Archives-Hash: f39336900a258a958755288104ea252b commit: 32832f01c7dcdb272edead5af1e41dab8c28bceb Author: Mikle Kolyada gentoo org> AuthorDate: Fri Jan 26 14:47:48 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Jan 26 14:48:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32832f01 app-shells/mpv-bash-completion: amd64 stable wrt bug #645266 Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-shells/mpv-bash-completion/mpv-bash-completion-3.3.16.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-shells/mpv-bash-completion/mpv-bash-completion-3.3.16.ebuild b/app-shells/mpv-bash-completion/mpv-bash-completion-3.3.16.ebuild index cc0b326cb44..eb8e758b29f 100644 --- a/app-shells/mpv-bash-completion/mpv-bash-completion-3.3.16.ebuild +++ b/app-shells/mpv-bash-completion/mpv-bash-completion-3.3.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/2ion/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="luajit" COMMON_DEPEND=">=media-video/mpv-0.25.0[cli]"