mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
app-editors/gummi: add runtime dependencies
Signed-off-by: Alexey Korepanov <kaikaikai@yandex.ru> Closes: https://bugs.gentoo.org/666794 Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/9984
This commit is contained in:
committed by
Michał Górny
parent
8b637b3fd4
commit
e1e390d170
@@ -15,17 +15,17 @@ KEYWORDS="amd64 ~arm64 x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
app-text/gtkspell:2
|
||||
app-text/poppler[cairo]
|
||||
dev-libs/glib:2
|
||||
dev-texlive/texlive-latex
|
||||
dev-texlive/texlive-latexextra
|
||||
x11-libs/gtk+:2"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
app-text/gtkspell:2
|
||||
app-text/poppler[cairo]
|
||||
x11-libs/gtk+:2
|
||||
x11-libs/gtksourceview:2.0
|
||||
x11-libs/pango"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eautoreconf
|
||||
Reference in New Issue
Block a user