diff options
author | Pacho Ramos <pacho@gentoo.org> | 2019-04-24 18:26:44 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2019-04-24 18:26:44 +0200 |
commit | b418e3c0cb75b09c0e95585fdf514bd655bf580f (patch) | |
tree | a1c743ba945d341b6a3dc6212bb391d567bb064c /app-office/lyx | |
parent | app-office/lyx: Ensure system mythes is used instead of bundled one (diff) | |
download | gentoo-b418e3c0cb75b09c0e95585fdf514bd655bf580f.tar.gz gentoo-b418e3c0cb75b09c0e95585fdf514bd655bf580f.tar.bz2 gentoo-b418e3c0cb75b09c0e95585fdf514bd655bf580f.zip |
app-office/lyx: gnome2-utils.eclass not needed anymore
Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'app-office/lyx')
-rw-r--r-- | app-office/lyx/lyx-2.3.0-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-office/lyx/lyx-2.3.0-r1.ebuild b/app-office/lyx/lyx-2.3.0-r1.ebuild index 0ed00ce4f2bc..560ae6538cad 100644 --- a/app-office/lyx/lyx-2.3.0-r1.ebuild +++ b/app-office/lyx/lyx-2.3.0-r1.ebuild @@ -6,7 +6,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 ) MY_P="${P/_}" -inherit desktop gnome2-utils flag-o-matic font python-single-r1 qmake-utils toolchain-funcs xdg-utils +inherit desktop flag-o-matic font python-single-r1 qmake-utils toolchain-funcs xdg-utils DESCRIPTION="WYSIWYM frontend for LaTeX, DocBook, etc." HOMEPAGE="https://www.lyx.org/" @@ -150,7 +150,7 @@ src_install() { pkg_postinst() { font_pkg_postinst - gnome2_icon_cache_update + xdg_icon_cache_update xdg_desktop_database_update # fix for bug 91108 @@ -171,7 +171,7 @@ pkg_postinst() { } pkg_postrm() { - gnome2_icon_cache_update + xdg_icon_cache_update xdg_desktop_database_update if use latex ; then |