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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AB96B15800A for ; Thu, 27 Jul 2023 15:40:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E796AE097D; Thu, 27 Jul 2023 15:40:09 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CFFC5E097D for ; Thu, 27 Jul 2023 15:40:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0D0CD34147F for ; Thu, 27 Jul 2023 15:40:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 435ACDD0 for ; Thu, 27 Jul 2023 15:40:07 +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: <1690472398.f93ee606bbd896d0c39596a7f15d726ed3b49504.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/emacs-common/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/emacs-common/emacs-common-1.9.ebuild X-VCS-Directories: app-emacs/emacs-common/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: f93ee606bbd896d0c39596a7f15d726ed3b49504 X-VCS-Branch: master Date: Thu, 27 Jul 2023 15:40:07 +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: befb35ed-fa9a-42fb-a99f-0b3da9bad82f X-Archives-Hash: 01ed064ab25467b13a51edea52f36e75 commit: f93ee606bbd896d0c39596a7f15d726ed3b49504 Author: Ulrich Müller gentoo org> AuthorDate: Thu Jul 27 15:31:46 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Jul 27 15:39:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f93ee606 app-emacs/emacs-common: IDEPEND instead of RDEPEND for postinst/postrm Signed-off-by: Ulrich Müller gentoo.org> app-emacs/emacs-common/emacs-common-1.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emacs/emacs-common/emacs-common-1.9.ebuild b/app-emacs/emacs-common/emacs-common-1.9.ebuild index 60ef21b66c71..cedb36c67cbe 100644 --- a/app-emacs/emacs-common/emacs-common-1.9.ebuild +++ b/app-emacs/emacs-common/emacs-common-1.9.ebuild @@ -16,9 +16,9 @@ IUSE="games gsettings gui" DEPEND="games? ( acct-group/gamestat )" RDEPEND="!=app-editors/emacs-29.1_rc1-r0 - ${DEPEND} - gui? ( gsettings? ( dev-libs/glib ) )" + ${DEPEND}" PDEPEND=">=app-editors/emacs-23.1:*" +IDEPEND="gui? ( gsettings? ( dev-libs/glib ) )" src_install() { insinto "${SITELISP}"