summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-11-19 16:51:46 +0000
committerSam James <sam@gentoo.org>2021-11-19 16:52:01 +0000
commit89cc1d6ef985b0a0b982c3860c738d5e65395c89 (patch)
tree642baa1f99ccf8dacd9d0ec32738512d841a0c59
parentsci-physics/geant: version bump to 4.10.7.3 (diff)
downloadgentoo-89cc1d6ef985b0a0b982c3860c738d5e65395c89.tar.gz
gentoo-89cc1d6ef985b0a0b982c3860c738d5e65395c89.tar.bz2
gentoo-89cc1d6ef985b0a0b982c3860c738d5e65395c89.zip
dev-vcs/git-mailz: add missing test dependency on cram
Closes: https://bugs.gentoo.org/825010 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-vcs/git-mailz/git-mailz-0.14.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-vcs/git-mailz/git-mailz-0.14.ebuild b/dev-vcs/git-mailz/git-mailz-0.14.ebuild
index 99ee973ab4e0..2e6371feb75b 100644
--- a/dev-vcs/git-mailz/git-mailz-0.14.ebuild
+++ b/dev-vcs/git-mailz/git-mailz-0.14.ebuild
@@ -10,12 +10,15 @@ SRC_URI="http://codex.sigpipe.cz/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="
app-shells/zsh
dev-vcs/git
virtual/mta
"
+BDEPEND="test? ( dev-util/cram )"
src_compile() {
emake GZIPCMD="true"