From d5f63a9dcfedab80f66ac30d839f1fd712417719 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sat, 29 Aug 2020 17:38:25 +0200 Subject: app-emacs/emacs-common-gentoo: Sync from gentoo repository. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Ulrich Müller --- app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild index 8b159f4..a40b672 100644 --- a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild +++ b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs" LICENSE="GPL-3+" SLOT="0" -IUSE="games X" +IUSE="games gui" RDEPEND="games? ( acct-group/gamestat )" DEPEND="${RDEPEND}" @@ -37,7 +37,7 @@ src_install() { fperms g+w /var/games/emacs fi - if use X; then + if use gui; then local i domenu emacs.desktop emacsclient.desktop @@ -91,7 +91,7 @@ pkg_preinst() { } pkg_postinst() { - if use X; then + if use gui; then xdg_desktop_database_update xdg_icon_cache_update fi @@ -99,7 +99,7 @@ pkg_postinst() { } pkg_postrm() { - if use X; then + if use gui; then xdg_desktop_database_update xdg_icon_cache_update fi -- cgit v1.2.3-65-gdbad