commit: 518616bbab116625a5a80f3108ea46ded92a959d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Sep 16 02:32:04 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Sep 16 02:32:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=518616bb
net-mail/serialmail: restrict useless tests These tests just check that serialmail was installed "correctly", so naturally they completely fall down in src_test, which occurs before src_install. They do not test any functionality. Closes: https://bugs.gentoo.org/742584 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam <AT> gentoo.org> net-mail/serialmail/serialmail-0.75-r5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mail/serialmail/serialmail-0.75-r5.ebuild b/net-mail/serialmail/serialmail-0.75-r5.ebuild index dff981e6190..cd27b3e46ce 100644 --- a/net-mail/serialmail/serialmail-0.75-r5.ebuild +++ b/net-mail/serialmail/serialmail-0.75-r5.ebuild @@ -12,7 +12,7 @@ LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="static" -RESTRICT="mirror bindist" +RESTRICT="mirror bindist test" BDEPEND="sys-apps/groff" DEPEND=">=sys-apps/ucspi-tcp-0.88"