commit: e065df06c3545a50ff5b85310f4925e1fafe11d5
Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 27 10:12:03 2022 +0000
Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Sun Feb 27 10:22:58 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e065df06
app-emacs/mailcrypt: add missing texinfo build dep, eapi 8
Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
app-emacs/mailcrypt/mailcrypt-3.5.9-r3.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/app-emacs/mailcrypt/mailcrypt-3.5.9-r3.ebuild
b/app-emacs/mailcrypt/mailcrypt-3.5.9-r3.ebuild
index 3906d3b559fd..9cf69a729505 100644
--- a/app-emacs/mailcrypt/mailcrypt-3.5.9-r3.ebuild
+++ b/app-emacs/mailcrypt/mailcrypt-3.5.9-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit elisp readme.gentoo-r1
@@ -14,6 +14,7 @@ SLOT="0"
KEYWORDS="amd64 ppc sparc x86"
RESTRICT="test"
+BDEPEND="sys-apps/texinfo"
RDEPEND="app-crypt/gnupg"
ELISP_PATCHES="${P}-backquotes.patch"