Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/scmail/
Date: Wed, 27 May 2020 13:11:43
Message-Id: 1590584933.31197e17c17f053e9bb21d28a7f2df299f6b4aa7.hattya@gentoo
1 commit: 31197e17c17f053e9bb21d28a7f2df299f6b4aa7
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 27 13:08:53 2020 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Wed May 27 13:08:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31197e17
7
8 mail-filter/scmail: fix tests
9
10 Closes: https://bugs.gentoo.org/724722
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
13
14 mail-filter/scmail/scmail-1.3.ebuild | 6 +++++-
15 1 file changed, 5 insertions(+), 1 deletion(-)
16
17 diff --git a/mail-filter/scmail/scmail-1.3.ebuild b/mail-filter/scmail/scmail-1.3.ebuild
18 index 34ce96c9044..1a16de0603e 100644
19 --- a/mail-filter/scmail/scmail-1.3.ebuild
20 +++ b/mail-filter/scmail/scmail-1.3.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="6"
27 @@ -40,3 +40,7 @@ src_install() {
28 install
29 einstalldocs
30 }
31 +
32 +src_test() {
33 + emake -j1 -s check
34 +}