diff options
-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" |