commit: 97fe7ee5ae1e34a990a220b1677efeba22bf9bd7 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org> AuthorDate: Tue Sep 19 19:30:51 2023 +0000 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org> CommitDate: Tue Sep 19 19:31:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97fe7ee5
app-misc/jf: Rust QA stuff (#914267, #914266), add test dep (914263) Closes: https://bugs.gentoo.org/914267 Closes: https://bugs.gentoo.org/914266 Closes: https://bugs.gentoo.org/914263 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org> app-misc/jf/{jf-0.6.2.ebuild => jf-0.6.2-r1.ebuild} | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app-misc/jf/jf-0.6.2.ebuild b/app-misc/jf/jf-0.6.2-r1.ebuild similarity index 88% rename from app-misc/jf/jf-0.6.2.ebuild rename to app-misc/jf/jf-0.6.2-r1.ebuild index c52c04522294..cf3416531097 100644 --- a/app-misc/jf/jf-0.6.2.ebuild +++ b/app-misc/jf/jf-0.6.2-r1.ebuild @@ -37,11 +37,18 @@ LICENSE+=" " SLOT="0" KEYWORDS="~amd64" +IUSE="test" + +BDEPEND=" + test? ( app-text/txt2man ) +" +RESTRICT="!test? ( test )" DOCS=( README.md ) +QA_FLAGS_IGNORED="usr/bin/jf" QA_PRESTRIPPED="usr/bin/jf" src_install() {
