diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-12-25 17:43:22 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-12-25 17:43:22 +0100 |
commit | 72f6b2545175bc81b3fdf88436fca16688203823 (patch) | |
tree | 25061998d2588da0da524e04008382fe0d3d47a6 /app-office | |
parent | media-sound/jalv: EAPI-7, python3_9 (diff) | |
download | gentoo-72f6b2545175bc81b3fdf88436fca16688203823.tar.gz gentoo-72f6b2545175bc81b3fdf88436fca16688203823.tar.bz2 gentoo-72f6b2545175bc81b3fdf88436fca16688203823.zip |
app-office/texmacs: Drop gnome2-utils
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/texmacs/texmacs-1.99.11.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-office/texmacs/texmacs-1.99.11.ebuild b/app-office/texmacs/texmacs-1.99.11.ebuild index ec2993ea4b57..be650e93d307 100644 --- a/app-office/texmacs/texmacs-1.99.11.ebuild +++ b/app-office/texmacs/texmacs-1.99.11.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit cmake-utils xdg-utils gnome2-utils qmake-utils +inherit cmake-utils xdg-utils qmake-utils MY_P=${P/tex/TeX}-src @@ -62,11 +62,11 @@ src_configure() { pkg_postinst() { xdg_desktop_database_update xdg_mimeinfo_database_update - gnome2_icon_cache_update + xdg_icon_cache_update } pkg_postrm() { xdg_desktop_database_update xdg_mimeinfo_database_update - gnome2_icon_cache_update + xdg_icon_cache_update } |