diff options
Diffstat (limited to 'dev-vcs/git-mailz')
-rw-r--r-- | dev-vcs/git-mailz/git-mailz-0.14.ebuild | 3 |
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" |