mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
mail-client/mutt-2.4.1: disable tests
The tests aren't really testing the code, just developer's aid. Closes: https://bugs.gentoo.org/978743 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
This commit is contained in:
@@ -203,6 +203,13 @@ src_configure() {
|
||||
econf "${myconf[@]}"
|
||||
}
|
||||
|
||||
src_test() {
|
||||
# the only tests run by Mutt are source-code checks: security
|
||||
# pattens, tabs and shellchecks -- none test the actual product
|
||||
# bug 978743
|
||||
:
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install
|
||||
insinto /etc/${PN}
|
||||
|
||||
Reference in New Issue
Block a user