summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-11-16 18:38:36 +0100
committerUlrich Müller <ulm@gentoo.org>2024-11-16 18:39:54 +0100
commit9c694d2536b15d0fd9acc517c057286a8f2c8f62 (patch)
tree176e8f1184ed7e3c05f7499fb9f228184f5bfde9
parentapp-emacs/fedi: Fix use-dependency on json flag (diff)
downloadgentoo-9c694d2536b15d0fd9acc517c057286a8f2c8f62.tar.gz
gentoo-9c694d2536b15d0fd9acc517c057286a8f2c8f62.tar.bz2
gentoo-9c694d2536b15d0fd9acc517c057286a8f2c8f62.zip
app-emacs/tp: Fix use-dependency on json flag
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--app-emacs/tp/tp-0.4.ebuild5
-rw-r--r--app-emacs/tp/tp-0.6.ebuild5
2 files changed, 2 insertions, 8 deletions
diff --git a/app-emacs/tp/tp-0.4.ebuild b/app-emacs/tp/tp-0.4.ebuild
index 1ba163107a3a..d8d0de9b3bf5 100644
--- a/app-emacs/tp/tp-0.4.ebuild
+++ b/app-emacs/tp/tp-0.4.ebuild
@@ -26,11 +26,8 @@ LICENSE="GPL-3+"
SLOT="0"
RDEPEND="
+ >=app-editors/emacs-${NEED_EMACS}[json(+)]
app-emacs/transient
- || (
- >=app-editors/emacs-31.0
- >=app-editors/emacs-${NEED_EMACS}[json]
- )
"
BDEPEND="
${RDEPEND}
diff --git a/app-emacs/tp/tp-0.6.ebuild b/app-emacs/tp/tp-0.6.ebuild
index 1ba163107a3a..d8d0de9b3bf5 100644
--- a/app-emacs/tp/tp-0.6.ebuild
+++ b/app-emacs/tp/tp-0.6.ebuild
@@ -26,11 +26,8 @@ LICENSE="GPL-3+"
SLOT="0"
RDEPEND="
+ >=app-editors/emacs-${NEED_EMACS}[json(+)]
app-emacs/transient
- || (
- >=app-editors/emacs-31.0
- >=app-editors/emacs-${NEED_EMACS}[json]
- )
"
BDEPEND="
${RDEPEND}