diff options
author | 2024-11-16 18:38:36 +0100 | |
---|---|---|
committer | 2024-11-16 18:39:54 +0100 | |
commit | 9c694d2536b15d0fd9acc517c057286a8f2c8f62 (patch) | |
tree | 176e8f1184ed7e3c05f7499fb9f228184f5bfde9 | |
parent | app-emacs/fedi: Fix use-dependency on json flag (diff) | |
download | gentoo-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.ebuild | 5 | ||||
-rw-r--r-- | app-emacs/tp/tp-0.6.ebuild | 5 |
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} |