summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzamat H. Hackimov <azamat.hackimov@gmail.com>2020-08-26 15:43:03 +0300
committerSam James <sam@gentoo.org>2020-09-13 23:54:14 +0000
commit362c948f2dae1284a995702d864d9f0c9d1052dc (patch)
tree32d7090b7b69b50797d7c301f9d8faf23de8bb10 /dev-vcs/topgit/topgit-0.19.12.ebuild
parentx11-terms/roxterm: xdg-utils -> xdg (diff)
downloadgentoo-362c948f2dae1284a995702d864d9f0c9d1052dc.tar.gz
gentoo-362c948f2dae1284a995702d864d9f0c9d1052dc.tar.bz2
gentoo-362c948f2dae1284a995702d864d9f0c9d1052dc.zip
dev-vcs/topgit: fix test run failures
Closes: https://bugs.gentoo.org/739088 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17268 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs/topgit/topgit-0.19.12.ebuild')
-rw-r--r--dev-vcs/topgit/topgit-0.19.12.ebuild6
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}"