From 72f6b2545175bc81b3fdf88436fca16688203823 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Fri, 25 Dec 2020 17:43:22 +0100 Subject: app-office/texmacs: Drop gnome2-utils Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner --- app-office/texmacs/texmacs-1.99.11.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app-office/texmacs') 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 } -- cgit v1.2.3-65-gdbad