diff options
author | 2023-03-19 14:15:00 +0100 | |
---|---|---|
committer | 2023-03-19 14:53:10 +0100 | |
commit | 8f418f21ab143b93c1777904bc34ab73c0752c2f (patch) | |
tree | befbf89406b0b21d669fa79b61db415ef5a5323b /app-emacs/undo-tree | |
parent | app-emacs/consult-flycheck: DEPEND -> BDEPEND (diff) | |
download | gentoo-8f418f21ab143b93c1777904bc34ab73c0752c2f.tar.gz gentoo-8f418f21ab143b93c1777904bc34ab73c0752c2f.tar.bz2 gentoo-8f418f21ab143b93c1777904bc34ab73c0752c2f.zip |
app-emacs/undo-tree: DEPEND -> BDEPEND
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/undo-tree')
-rw-r--r-- | app-emacs/undo-tree/undo-tree-0.8.1-r1.ebuild (renamed from app-emacs/undo-tree/undo-tree-0.8.1.ebuild) | 9 | ||||
-rw-r--r-- | app-emacs/undo-tree/undo-tree-0.8.2-r1.ebuild (renamed from app-emacs/undo-tree/undo-tree-0.8.2.ebuild) | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/app-emacs/undo-tree/undo-tree-0.8.1.ebuild b/app-emacs/undo-tree/undo-tree-0.8.1-r1.ebuild index dfeb0ba97404..be73ca2aef7e 100644 --- a/app-emacs/undo-tree/undo-tree-0.8.1.ebuild +++ b/app-emacs/undo-tree/undo-tree-0.8.1-r1.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 + NEED_EMACS=24 inherit readme.gentoo-r1 elisp @@ -15,9 +16,9 @@ LICENSE="GPL-3+" SLOT="0" KEYWORDS="amd64 x86" +RDEPEND="app-emacs/queue" +BDEPEND="${RDEPEND}" + SITEFILE="50${PN}-gentoo.el" DOC_CONTENTS="To enable undo trees globally, place '(global-undo-tree-mode)' in your .emacs file." - -DEPEND="app-emacs/queue" -RDEPEND="${DEPEND}" diff --git a/app-emacs/undo-tree/undo-tree-0.8.2.ebuild b/app-emacs/undo-tree/undo-tree-0.8.2-r1.ebuild index fc23a69f50bb..be6057114bef 100644 --- a/app-emacs/undo-tree/undo-tree-0.8.2.ebuild +++ b/app-emacs/undo-tree/undo-tree-0.8.2-r1.ebuild @@ -15,9 +15,9 @@ LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND="app-emacs/queue" -RDEPEND="${DEPEND}" +RDEPEND="app-emacs/queue" +BDEPEND="${RDEPEND}" +SITEFILE="50${PN}-gentoo.el" DOC_CONTENTS="To enable undo trees globally, place '(global-undo-tree-mode)' in your .emacs file." -SITEFILE="50${PN}-gentoo.el" |