summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-03-13 12:54:13 +0100
committerMaciej Barć <xgqt@gentoo.org>2023-03-13 13:01:06 +0100
commit8d8ed7e4bd0d1d2b28827296098ff7cc9c0bdfef (patch)
tree86bf769d0bdaa02ba62aed6845e78623878367b1 /app-emacs/org-modern
parentsys-kernel/vanilla-sources: add 6.2.6, drop 6.2.5 (diff)
downloadgentoo-8d8ed7e4bd0d1d2b28827296098ff7cc9c0bdfef.tar.gz
gentoo-8d8ed7e4bd0d1d2b28827296098ff7cc9c0bdfef.tar.bz2
gentoo-8d8ed7e4bd0d1d2b28827296098ff7cc9c0bdfef.zip
app-emacs/org-modern: fix deps
Closes: https://bugs.gentoo.org/900967 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/org-modern')
-rw-r--r--app-emacs/org-modern/org-modern-0.9-r1.ebuild (renamed from app-emacs/org-modern/org-modern-0.9.ebuild)5
1 files changed, 5 insertions, 0 deletions
diff --git a/app-emacs/org-modern/org-modern-0.9.ebuild b/app-emacs/org-modern/org-modern-0.9-r1.ebuild
index cf089dd2ab36..9fa99148a3ca 100644
--- a/app-emacs/org-modern/org-modern-0.9.ebuild
+++ b/app-emacs/org-modern/org-modern-0.9-r1.ebuild
@@ -3,6 +3,8 @@
EAPI=8
+NEED_EMACS=27.1
+
inherit elisp
DESCRIPTION="Modern style for your GNU Emacs Org buffers"
@@ -14,5 +16,8 @@ LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+RDEPEND=">=app-emacs/compat-29.1.4.0"
+BDEPEND="${RDEPEND}"
+
DOCS=( README.org example.org )
SITEFILE="50${PN}-gentoo.el"