Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/bash-completion/
Date: Fri, 28 Sep 2018 09:30:52
Message-Id: 1538127041.907d42ffee8f906dd9c5125062ae7e2151709e3a.mgorny@gentoo
1 commit: 907d42ffee8f906dd9c5125062ae7e2151709e3a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 28 09:24:19 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 28 09:30:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=907d42ff
7
8 app-shells/bash-completion: Add conditional test restriction
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-shells/bash-completion/bash-completion-9999.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/app-shells/bash-completion/bash-completion-9999.ebuild b/app-shells/bash-completion/bash-completion-9999.ebuild
16 index e85632720ed..766299412c5 100644
17 --- a/app-shells/bash-completion/bash-completion-9999.ebuild
18 +++ b/app-shells/bash-completion/bash-completion-9999.ebuild
19 @@ -16,6 +16,7 @@ LICENSE="GPL-2+"
20 SLOT="0"
21 KEYWORDS=""
22 IUSE="test"
23 +RESTRICT="!test? ( test )"
24
25 # completion collision with net-fs/mc
26 RDEPEND=">=app-shells/bash-4.3_p30-r1:0