projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a17b76d
)
mail-filter/scmail: fix tests
author
Akinori Hattori
<hattya@gentoo.org>
Wed, 27 May 2020 13:08:53 +0000
(22:08 +0900)
committer
Akinori Hattori
<hattya@gentoo.org>
Wed, 27 May 2020 13:08:53 +0000
(22:08 +0900)
Closes: https://bugs.gentoo.org/724722
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
mail-filter/scmail/scmail-1.3.ebuild
patch
|
blob
|
history
diff --git
a/mail-filter/scmail/scmail-1.3.ebuild
b/mail-filter/scmail/scmail-1.3.ebuild
index 34ce96c9044cbf1def42083723cb8cf8735051a6..1a16de0603e1e9beb3c4b762d43256284a485f5f 100644
(file)
--- a/
mail-filter/scmail/scmail-1.3.ebuild
+++ b/
mail-filter/scmail/scmail-1.3.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-20
19
Gentoo Authors
+# Copyright 1999-20
20
Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@
-40,3
+40,7
@@
src_install() {
install
einstalldocs
}
+
+src_test() {
+ emake -j1 -s check
+}