diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-09-28 11:24:19 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-09-28 11:30:41 +0200 |
commit | 907d42ffee8f906dd9c5125062ae7e2151709e3a (patch) | |
tree | 707b9382d2e3fb236ab81519583dc2a82a958abd /app-shells/bash-completion | |
parent | app-shells/bash-completion: Correct license to GPL-2+ (diff) | |
download | gentoo-907d42ffee8f906dd9c5125062ae7e2151709e3a.tar.gz gentoo-907d42ffee8f906dd9c5125062ae7e2151709e3a.tar.bz2 gentoo-907d42ffee8f906dd9c5125062ae7e2151709e3a.zip |
app-shells/bash-completion: Add conditional test restriction
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-shells/bash-completion')
-rw-r--r-- | app-shells/bash-completion/bash-completion-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-shells/bash-completion/bash-completion-9999.ebuild b/app-shells/bash-completion/bash-completion-9999.ebuild index e85632720edb..766299412c53 100644 --- a/app-shells/bash-completion/bash-completion-9999.ebuild +++ b/app-shells/bash-completion/bash-completion-9999.ebuild @@ -16,6 +16,7 @@ LICENSE="GPL-2+" SLOT="0" KEYWORDS="" IUSE="test" +RESTRICT="!test? ( test )" # completion collision with net-fs/mc RDEPEND=">=app-shells/bash-4.3_p30-r1:0 |