commit: 72f6b2545175bc81b3fdf88436fca16688203823
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 25 16:43:22 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Dec 25 16:43:22 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72f6b254
app-office/texmacs: Drop gnome2-utils
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-office/texmacs/texmacs-1.99.11.ebuild | 8 ++++----
1 file 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 ec2993ea4b5..be650e93d30 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
}