From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AAD27138359 for ; Sat, 29 Aug 2020 15:38:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BDEACE087A; Sat, 29 Aug 2020 15:38:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A5F57E087A for ; Sat, 29 Aug 2020 15:38:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 68D92340C74 for ; Sat, 29 Aug 2020 15:38:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAC102EE for ; Sat, 29 Aug 2020 15:38:35 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1598715505.d5f63a9dcfedab80f66ac30d839f1fd712417719.ulm@gentoo> Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/emacs-common-gentoo/ X-VCS-Repository: repo/proj/emacs X-VCS-Files: app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild X-VCS-Directories: app-emacs/emacs-common-gentoo/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: d5f63a9dcfedab80f66ac30d839f1fd712417719 X-VCS-Branch: master Date: Sat, 29 Aug 2020 15:38:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ea4416d4-2c27-44a3-b3ed-7d976d3529b1 X-Archives-Hash: 4ec872bb0864dfb1d37c9a7549f4a342 commit: d5f63a9dcfedab80f66ac30d839f1fd712417719 Author: Ulrich Müller gentoo org> AuthorDate: Sat Aug 29 15:38:25 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Aug 29 15:38:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=d5f63a9d app-emacs/emacs-common-gentoo: Sync from gentoo repository. Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Ulrich Müller gentoo.org> 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