diff options
author | Ctibor Brančík <ctibor@brancik.cz> | 2016-11-03 22:58:25 +0100 |
---|---|---|
committer | Ctibor Brančík <ctibor@brancik.cz> | 2016-11-03 22:58:25 +0100 |
commit | 2d64332fafad25874c61a7f71a24edbb18d938cc (patch) | |
tree | 6e081f09d2187a69a47cedc93e7b83c7721cf6cb /app-office/zfo-editor/zfo-editor-0.3.2.ebuild | |
parent | ecc375b1be97db5d923e78325bd86581d5527238 (diff) | |
download | brancik-overlay-2d64332fafad25874c61a7f71a24edbb18d938cc.tar.gz brancik-overlay-2d64332fafad25874c61a7f71a24edbb18d938cc.tar.bz2 |
Various changes to make repoman happy
Diffstat (limited to 'app-office/zfo-editor/zfo-editor-0.3.2.ebuild')
-rw-r--r-- | app-office/zfo-editor/zfo-editor-0.3.2.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-office/zfo-editor/zfo-editor-0.3.2.ebuild b/app-office/zfo-editor/zfo-editor-0.3.2.ebuild index f14fcb1..455c0c5 100644 --- a/app-office/zfo-editor/zfo-editor-0.3.2.ebuild +++ b/app-office/zfo-editor/zfo-editor-0.3.2.ebuild @@ -6,7 +6,7 @@ EAPI=6 PYTHON_COMPAT=( "python2_7" ) -DESCRIPTION="ZFO editor allows working with ZFO forms on systems which are not officially or at all supported by SW602 602XML Filler." +DESCRIPTION="ZFO editor allows working with ZFO forms files." SLOT=0 @@ -19,12 +19,12 @@ LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" RDEPEND="${PYTHON_DEPS} - dev-python/pywebkitgtk[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}]" + dev-python/pywebkitgtk[${PYTHON_USEDEP}] + dev-python/lxml[${PYTHON_USEDEP}]" DEPEND="${RDEPEND}" pkg_postinst() { - xdg_desktop_database_update - xdg_mimeinfo_database_update + xdg_desktop_database_update + xdg_mimeinfo_database_update } |