diff options
Diffstat (limited to 'dev-vcs/gitinspector')
-rw-r--r-- | dev-vcs/gitinspector/gitinspector-0.4.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-vcs/gitinspector/gitinspector-0.4.4.ebuild b/dev-vcs/gitinspector/gitinspector-0.4.4.ebuild index 8a2f93873ec8..2dec61aeaf4e 100644 --- a/dev-vcs/gitinspector/gitinspector-0.4.4.ebuild +++ b/dev-vcs/gitinspector/gitinspector-0.4.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,6 +15,7 @@ SLOT="0" LICENSE="GPL-3+" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="dev-vcs/git" DEPEND="test? ( ${RDEPEND} )" |