aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-18 12:23:06 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-18 12:23:06 +0200
commit797c4bc0aafdba284b9c0afc0efbbb3b8f1c1f07 (patch)
tree854b95d61360fe9857e402fafaaefafa72a58267 /dev-qt/linguist
parentdev-qt: 5.12 stable branch EAPI-7 bump (diff)
downloadqt-797c4bc0aafdba284b9c0afc0efbbb3b8f1c1f07.tar.gz
qt-797c4bc0aafdba284b9c0afc0efbbb3b8f1c1f07.tar.bz2
qt-797c4bc0aafdba284b9c0afc0efbbb3b8f1c1f07.zip
dev-qt: 5.13 stable branch EAPI-7 bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
Diffstat (limited to 'dev-qt/linguist')
-rw-r--r--dev-qt/linguist/linguist-5.13.9999.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-qt/linguist/linguist-5.13.9999.ebuild b/dev-qt/linguist/linguist-5.13.9999.ebuild
index 28d6c0c8..ec3611f8 100644
--- a/dev-qt/linguist/linguist-5.13.9999.ebuild
+++ b/dev-qt/linguist/linguist-5.13.9999.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
QT5_MODULE="qttools"
-inherit desktop gnome2-utils qt5-build
+inherit desktop qt5-build xdg-utils
DESCRIPTION="Graphical tool for translating Qt applications"
@@ -39,10 +39,10 @@ src_install() {
pkg_postinst() {
qt5-build_pkg_postinst
- gnome2_icon_cache_update
+ xdg_icon_cache_update
}
pkg_postrm() {
qt5-build_pkg_postrm
- gnome2_icon_cache_update
+ xdg_icon_cache_update
}