diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-05-15 23:02:13 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-05-15 23:02:13 +0200 |
commit | 1e2814577e4df9c212224d27fb7b2504b69ec37d (patch) | |
tree | 45b61b4fe7e48d5b4bcd682ab0fca91ccd526f51 /app-emacs | |
parent | dev-python/pycares: Restore RESTRICT=test (diff) | |
download | gentoo-1e2814577e4df9c212224d27fb7b2504b69ec37d.tar.gz gentoo-1e2814577e4df9c212224d27fb7b2504b69ec37d.tar.bz2 gentoo-1e2814577e4df9c212224d27fb7b2504b69ec37d.zip |
app-emacs/ess: EAPI 7 bump
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/ess/ess-17.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/ess/ess-17.11.ebuild b/app-emacs/ess/ess-17.11.ebuild index d5e1d7d977a6..668acfe92701 100644 --- a/app-emacs/ess/ess-17.11.ebuild +++ b/app-emacs/ess/ess-17.11.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit elisp readme.gentoo-r1 @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux" RESTRICT="test" -DEPEND="app-text/texi2html +BDEPEND="app-text/texi2html virtual/latex-base" SITEFILE="50${PN}-gentoo.el" |