summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Smith <matthew@gentoo.org>2022-05-29 15:46:08 +0100
committerMatthew Smith <matthew@gentoo.org>2022-05-29 15:47:02 +0100
commit4856cbcce3b9616112c0d3366483f728f171fba6 (patch)
tree98255483344441cf94fb2f67316f16e802fe9efa /app-emacs/compat
parentdev-libs/json-c: Stabilize 0.16-r1 hppa, #847934 (diff)
downloadgentoo-4856cbcce3b9616112c0d3366483f728f171fba6.tar.gz
gentoo-4856cbcce3b9616112c0d3366483f728f171fba6.tar.bz2
gentoo-4856cbcce3b9616112c0d3366483f728f171fba6.zip
app-emacs/compat: don't run deleted tests
Also, build and install info documentation. Signed-off-by: Matthew Smith <matthew@gentoo.org> Closes: https://bugs.gentoo.org/848066
Diffstat (limited to 'app-emacs/compat')
-rw-r--r--app-emacs/compat/compat-28.1.1.1-r1.ebuild (renamed from app-emacs/compat/compat-28.1.1.1.ebuild)6
1 files changed, 5 insertions, 1 deletions
diff --git a/app-emacs/compat/compat-28.1.1.1.ebuild b/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
}