commit: 4856cbcce3b9616112c0d3366483f728f171fba6 Author: Matthew Smith <matthew <AT> gentoo <DOT> org> AuthorDate: Sun May 29 14:46:08 2022 +0000 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org> CommitDate: Sun May 29 14:47:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4856cbcc
app-emacs/compat: don't run deleted tests Also, build and install info documentation. Signed-off-by: Matthew Smith <matthew <AT> gentoo.org> Closes: https://bugs.gentoo.org/848066 .../compat/{compat-28.1.1.1.ebuild => compat-28.1.1.1-r1.ebuild} | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app-emacs/compat/compat-28.1.1.1.ebuild b/app-emacs/compat/compat-28.1.1.1-r1.ebuild similarity index 80% rename from app-emacs/compat/compat-28.1.1.1.ebuild rename to app-emacs/compat/compat-28.1.1.1-r1.ebuild index 88eb49697dff..8964a682162d 100644 --- a/app-emacs/compat/compat-28.1.1.1.ebuild +++ b/app-emacs/compat/compat-28.1.1.1-r1.ebuild @@ -14,7 +14,11 @@ LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" +BDEPEND="sys-apps/texinfo" + +ELISP_TEXINFO="compat.texi" + src_prepare() { default - rm compat-tests.el || die + rm Makefile compat-tests.el || die }