summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Smith <matthew@gentoo.org>2022-10-15 11:59:42 +0100
committerMatthew Smith <matthew@gentoo.org>2022-10-15 11:59:42 +0100
commit66cc993c93fb6769a80e8c99095f72db5cf91e8f (patch)
treef9913d21c41ebf423a470aceb7b2c9274eedc5f1 /app-emacs
parentwww-apps/hugo: revbump 0.101 due to libwebp dep update (diff)
downloadgentoo-66cc993c93fb6769a80e8c99095f72db5cf91e8f.tar.gz
gentoo-66cc993c93fb6769a80e8c99095f72db5cf91e8f.tar.bz2
gentoo-66cc993c93fb6769a80e8c99095f72db5cf91e8f.zip
app-emacs/transient: add dependency on app-emacs/compat
Keywords dropped due to missing keywords on app-emacs/compat. Closes: https://bugs.gentoo.org/877193 Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/transient/transient-0.3.7_p20220918-r1.ebuild (renamed from app-emacs/transient/transient-0.3.7_p20220918.ebuild)8
1 files changed, 6 insertions, 2 deletions
diff --git a/app-emacs/transient/transient-0.3.7_p20220918.ebuild b/app-emacs/transient/transient-0.3.7_p20220918-r1.ebuild
index a78258972198..17f9853eb48a 100644
--- a/app-emacs/transient/transient-0.3.7_p20220918.ebuild
+++ b/app-emacs/transient/transient-0.3.7_p20220918-r1.ebuild
@@ -16,13 +16,17 @@ S="${WORKDIR}"/${PN}-${H}
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~x86"
DOCS=( README.org docs/transient.org )
SITEFILE="50${PN}-gentoo.el"
ELISP_TEXINFO="docs/*.texi"
-BDEPEND="sys-apps/texinfo"
+RDEPEND="app-emacs/compat"
+BDEPEND="
+ ${RDEPEND}
+ sys-apps/texinfo
+"
src_prepare() {
mv lisp/*.el . || die