diff options
author | Maciej Barć <xgqt@gentoo.org> | 2022-04-20 10:09:25 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2022-04-20 10:10:56 +0200 |
commit | a17e13f1bc25d77588092a13277b42a6beb0362f (patch) | |
tree | f78c16cf77c2592c93f5741e3c3ea1ed76ae6f91 /app-emacs/noflet | |
parent | dev-java/reflections: remove unnecessary DOCS definition (diff) | |
download | gentoo-a17e13f1bc25d77588092a13277b42a6beb0362f.tar.gz gentoo-a17e13f1bc25d77588092a13277b42a6beb0362f.tar.bz2 gentoo-a17e13f1bc25d77588092a13277b42a6beb0362f.zip |
app-emacs/noflet: add missing dash dependency
Closes: https://bugs.gentoo.org/839573
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/noflet')
-rw-r--r-- | app-emacs/noflet/noflet-0.0.15_p20141102-r1.ebuild (renamed from app-emacs/noflet/noflet-0.0.15_p20141102.ebuild) | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app-emacs/noflet/noflet-0.0.15_p20141102.ebuild b/app-emacs/noflet/noflet-0.0.15_p20141102-r1.ebuild index 07221b00caff..461c04cef26d 100644 --- a/app-emacs/noflet/noflet-0.0.15_p20141102.ebuild +++ b/app-emacs/noflet/noflet-0.0.15_p20141102-r1.ebuild @@ -17,6 +17,9 @@ LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" +RDEPEND="app-emacs/dash" +BDEPEND="${RDEPEND}" + DOCS=( README.creole ) PATCHES=( "${FILESDIR}"/${PN}-fix-requires.patch ) |