app-editors/apostrophe: Fix dependencies
I'd prefer to patch it to use WebKit 4.1, but this was easier.
This commit is contained in:
parent
8aaf99bd9e
commit
60225ffce7
@ -29,18 +29,18 @@ DEPEND="
|
|||||||
dev-libs/glib
|
dev-libs/glib
|
||||||
dev-libs/gobject-introspection
|
dev-libs/gobject-introspection
|
||||||
>=gui-libs/libhandy-1.6.0
|
>=gui-libs/libhandy-1.6.0
|
||||||
net-libs/webkit-gtk[introspection]
|
net-libs/webkit-gtk:4[introspection]
|
||||||
sys-devel/gettext
|
sys-devel/gettext
|
||||||
x11-libs/gtk+:3[introspection]
|
x11-libs/gtk+:3[introspection]
|
||||||
"
|
"
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
${DEPEND}
|
${DEPEND}
|
||||||
dev-python/pycairo
|
dev-python/pycairo[${PYTHON_USEDEP}]
|
||||||
dev-python/pyenchant
|
dev-python/pyenchant[${PYTHON_USEDEP}]
|
||||||
dev-python/pygobject
|
dev-python/pygobject[${PYTHON_USEDEP}]
|
||||||
dev-python/pypandoc
|
dev-python/pypandoc[${PYTHON_USEDEP}]
|
||||||
dev-python/Levenshtein
|
dev-python/Levenshtein[${PYTHON_USEDEP}]
|
||||||
dev-python/regex
|
dev-python/regex[${PYTHON_USEDEP}]
|
||||||
"
|
"
|
||||||
BDEPEND="dev-lang/sassc"
|
BDEPEND="dev-lang/sassc"
|
||||||
|
|
||||||
@ -48,3 +48,5 @@ pkg_postinst() {
|
|||||||
xdg_pkg_postinst
|
xdg_pkg_postinst
|
||||||
gnome2_schemas_update
|
gnome2_schemas_update
|
||||||
}
|
}
|
||||||
|
|
||||||
|
distutils_enable_tests pytest
|
||||||
|
@ -29,18 +29,18 @@ DEPEND="
|
|||||||
dev-libs/glib
|
dev-libs/glib
|
||||||
dev-libs/gobject-introspection
|
dev-libs/gobject-introspection
|
||||||
>=gui-libs/libhandy-1.6.0
|
>=gui-libs/libhandy-1.6.0
|
||||||
net-libs/webkit-gtk[introspection]
|
net-libs/webkit-gtk:4[introspection]
|
||||||
sys-devel/gettext
|
sys-devel/gettext
|
||||||
x11-libs/gtk+:3[introspection]
|
x11-libs/gtk+:3[introspection]
|
||||||
"
|
"
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
${DEPEND}
|
${DEPEND}
|
||||||
dev-python/pycairo
|
dev-python/pycairo[${PYTHON_USEDEP}]
|
||||||
dev-python/pyenchant
|
dev-python/pyenchant[${PYTHON_USEDEP}]
|
||||||
dev-python/pygobject
|
dev-python/pygobject[${PYTHON_USEDEP}]
|
||||||
dev-python/pypandoc
|
dev-python/pypandoc[${PYTHON_USEDEP}]
|
||||||
dev-python/Levenshtein
|
dev-python/Levenshtein[${PYTHON_USEDEP}]
|
||||||
dev-python/regex
|
dev-python/regex[${PYTHON_USEDEP}]
|
||||||
"
|
"
|
||||||
BDEPEND="dev-lang/sassc"
|
BDEPEND="dev-lang/sassc"
|
||||||
|
|
||||||
@ -48,3 +48,5 @@ pkg_postinst() {
|
|||||||
xdg_pkg_postinst
|
xdg_pkg_postinst
|
||||||
gnome2_schemas_update
|
gnome2_schemas_update
|
||||||
}
|
}
|
||||||
|
|
||||||
|
distutils_enable_tests pytest
|
||||||
|
Loading…
Reference in New Issue
Block a user