diff options
Diffstat (limited to 'dev-vcs/topgit/topgit-0.19.12.ebuild')
-rw-r--r-- | dev-vcs/topgit/topgit-0.19.12.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-vcs/topgit/topgit-0.19.12.ebuild b/dev-vcs/topgit/topgit-0.19.12.ebuild index eab7ae62e258..be20e7d630dc 100644 --- a/dev-vcs/topgit/topgit-0.19.12.ebuild +++ b/dev-vcs/topgit/topgit-0.19.12.ebuild @@ -16,9 +16,15 @@ KEYWORDS="~amd64 ~x86" BDEPEND="sys-apps/sed virtual/awk" RDEPEND=">=dev-vcs/git-2.10.0" +IUSE="test" +RESTRICT="!test? ( test )" S="${WORKDIR}/${PN}-${P}" +PATCHES=( + "${FILESDIR}/${P}-Rename-T-to-TESTSUITE.patch" +) + src_compile() { # Needed because of "hardcoded" paths emake prefix="/usr" sharedir="/usr/share/doc/${PF}" |