summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-09-22 20:45:13 +0100
committerSam James <sam@gentoo.org>2023-09-22 20:45:44 +0100
commit953082928dc68db16ef76ee48e055fdf0104c860 (patch)
treef96f7605a0cdfe9c31bcdf343e0ae19bfd113edb
parentnet-im/zoom: drop 5.15.7.6521 (diff)
downloadgentoo-95308292.tar.gz
gentoo-95308292.tar.bz2
gentoo-95308292.zip
dev-util/cmake: fix pkg_* from USE=gui rename
Fixes: 1d61e152357e6c2ce6dcd45335a5b6c86000584e Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-util/cmake/cmake-3.27.6-r1.ebuild4
-rw-r--r--dev-util/cmake/cmake-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/cmake/cmake-3.27.6-r1.ebuild b/dev-util/cmake/cmake-3.27.6-r1.ebuild
index b94918c18110..ae44c2129a3d 100644
--- a/dev-util/cmake/cmake-3.27.6-r1.ebuild
+++ b/dev-util/cmake/cmake-3.27.6-r1.ebuild
@@ -273,7 +273,7 @@ src_install() {
pkg_postinst() {
use emacs && elisp-site-regen
- if use qt5; then
+ if use gui; then
xdg_icon_cache_update
xdg_desktop_database_update
xdg_mimeinfo_database_update
@@ -283,7 +283,7 @@ pkg_postinst() {
pkg_postrm() {
use emacs && elisp-site-regen
- if use qt5; then
+ if use gui; then
xdg_icon_cache_update
xdg_desktop_database_update
xdg_mimeinfo_database_update
diff --git a/dev-util/cmake/cmake-9999.ebuild b/dev-util/cmake/cmake-9999.ebuild
index 6d7d40b0b0c5..e594109025d5 100644
--- a/dev-util/cmake/cmake-9999.ebuild
+++ b/dev-util/cmake/cmake-9999.ebuild
@@ -269,7 +269,7 @@ src_install() {
pkg_postinst() {
use emacs && elisp-site-regen
- if use qt5; then
+ if use gui; then
xdg_icon_cache_update
xdg_desktop_database_update
xdg_mimeinfo_database_update
@@ -279,7 +279,7 @@ pkg_postinst() {
pkg_postrm() {
use emacs && elisp-site-regen
- if use qt5; then
+ if use gui; then
xdg_icon_cache_update
xdg_desktop_database_update
xdg_mimeinfo_database_update