diff options
Diffstat (limited to 'dev-vcs/git-pimp/git-pimp-0.8.ebuild')
-rw-r--r-- | dev-vcs/git-pimp/git-pimp-0.8.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-vcs/git-pimp/git-pimp-0.8.ebuild b/dev-vcs/git-pimp/git-pimp-0.8.ebuild index 900a55ad38e0..9e46d70afc0b 100644 --- a/dev-vcs/git-pimp/git-pimp-0.8.ebuild +++ b/dev-vcs/git-pimp/git-pimp-0.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,6 +11,7 @@ SRC_URI="http://codex.sigpipe.cz/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" IUSE="test" +RESTRICT="!test? ( test )" KEYWORDS="~amd64 ~x86" |