diff options
author | Matthew Smith <matthew@gentoo.org> | 2022-02-27 10:12:03 +0000 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2022-02-27 10:22:58 +0000 |
commit | e065df06c3545a50ff5b85310f4925e1fafe11d5 (patch) | |
tree | 93c8ef4bbef05eadf40d51e2aaf47066be844690 /app-emacs | |
parent | app-emacs/haskell-mode: add 17.2 (diff) | |
download | gentoo-e065df06c3545a50ff5b85310f4925e1fafe11d5.tar.gz gentoo-e065df06c3545a50ff5b85310f4925e1fafe11d5.tar.bz2 gentoo-e065df06c3545a50ff5b85310f4925e1fafe11d5.zip |
app-emacs/mailcrypt: add missing texinfo build dep, eapi 8
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/mailcrypt/mailcrypt-3.5.9-r3.ebuild | 5 |
1 files 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" |