commit: 8dd978499a5e4606368ff1ef4b9c828302ad2efb Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Wed Sep 4 08:05:25 2024 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Wed Sep 4 08:09:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dd97849
app-emacs/xelb: add missing compat dependency Closes: https://bugs.gentoo.org/939017 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/xelb/{xelb-0.20.ebuild => xelb-0.20-r1.ebuild} | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-emacs/xelb/xelb-0.20.ebuild b/app-emacs/xelb/xelb-0.20-r1.ebuild similarity index 92% rename from app-emacs/xelb/xelb-0.20.ebuild rename to app-emacs/xelb/xelb-0.20-r1.ebuild index ee22f549a253..db6232402bda 100644 --- a/app-emacs/xelb/xelb-0.20.ebuild +++ b/app-emacs/xelb/xelb-0.20-r1.ebuild @@ -3,6 +3,8 @@ EAPI=8 +NEED_EMACS="27.1" + inherit elisp DESCRIPTION="X protocol Emacs Lisp Binding" @@ -23,6 +25,7 @@ LICENSE="GPL-3+" SLOT="0" RDEPEND=" + >=app-emacs/compat-30.0.0.0 app-editors/emacs[gui] x11-apps/xauth "