From 9a6dd92accad7644f8cbe82f38110474cdea7c0d Mon Sep 17 00:00:00 2001 From: Maciej Barć Date: Fri, 17 Feb 2023 13:17:40 +0100 Subject: app-emacs/tempel: add missing compat dep MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/895010 Signed-off-by: Maciej Barć --- app-emacs/tempel/tempel-0.7.ebuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app-emacs/tempel') diff --git a/app-emacs/tempel/tempel-0.7.ebuild b/app-emacs/tempel/tempel-0.7.ebuild index 1d707c8aabb8..51f816d019d3 100644 --- a/app-emacs/tempel/tempel-0.7.ebuild +++ b/app-emacs/tempel/tempel-0.7.ebuild @@ -16,6 +16,9 @@ LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" +RDEPEND=">=app-emacs/compat-29.1.3.4" +BDEPEND="${RDEPEND}" + DOCS=( README.org ) SITEFILE="50${PN}-gentoo.el" -- cgit v1.2.3-65-gdbad