Gentoo Archives: gentoo-commits

From: Matthew Smith <matthew@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/mailcrypt/
Date: Sun, 27 Feb 2022 10:23:36
Message-Id: 1645957378.e065df06c3545a50ff5b85310f4925e1fafe11d5.matthew@gentoo
1 commit: e065df06c3545a50ff5b85310f4925e1fafe11d5
2 Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 10:12:03 2022 +0000
4 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 10:22:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e065df06
7
8 app-emacs/mailcrypt: add missing texinfo build dep, eapi 8
9
10 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
11
12 app-emacs/mailcrypt/mailcrypt-3.5.9-r3.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/app-emacs/mailcrypt/mailcrypt-3.5.9-r3.ebuild b/app-emacs/mailcrypt/mailcrypt-3.5.9-r3.ebuild
16 index 3906d3b559fd..9cf69a729505 100644
17 --- a/app-emacs/mailcrypt/mailcrypt-3.5.9-r3.ebuild
18 +++ b/app-emacs/mailcrypt/mailcrypt-3.5.9-r3.ebuild
19 @@ -1,7 +1,7 @@
20 -# Copyright 1999-2019 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=7
25 +EAPI=8
26
27 inherit elisp readme.gentoo-r1
28
29 @@ -14,6 +14,7 @@ SLOT="0"
30 KEYWORDS="amd64 ppc sparc x86"
31 RESTRICT="test"
32
33 +BDEPEND="sys-apps/texinfo"
34 RDEPEND="app-crypt/gnupg"
35
36 ELISP_PATCHES="${P}-backquotes.patch"