Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/mpv-bash-completion/
Date: Mon, 30 Apr 2018 15:38:16
Message-Id: 1525102667.e9cbfce347cfe49cc8d3546c897e8ff1c62245fd.zlogene@gentoo
1 commit: e9cbfce347cfe49cc8d3546c897e8ff1c62245fd
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Mon Apr 30 15:23:38 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 30 15:37:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9cbfce3
7
8 app-shells/mpv-bash-completion: add ~x86 keyword
9
10 Builds and works. Tested by me in a stable x86 chroot
11
12 Package-Manager: Portage-2.3.31, Repoman-2.3.9
13 Closes: https://github.com/gentoo/gentoo/pull/8221
14
15 app-shells/mpv-bash-completion/mpv-bash-completion-3.3.16.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 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
19 index eb8e758b29f..9a2038f00f9 100644
20 --- a/app-shells/mpv-bash-completion/mpv-bash-completion-3.3.16.ebuild
21 +++ b/app-shells/mpv-bash-completion/mpv-bash-completion-3.3.16.ebuild
22 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/2ion/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
23
24 LICENSE="GPL-3+"
25 SLOT="0"
26 -KEYWORDS="amd64"
27 +KEYWORDS="amd64 ~x86"
28 IUSE="luajit"
29
30 COMMON_DEPEND=">=media-video/mpv-0.25.0[cli]"