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 3FD7215800A for ; Mon, 24 Jul 2023 16:16:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57571E07D3; Mon, 24 Jul 2023 16:16:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 38602E07D3 for ; Mon, 24 Jul 2023 16:16:28 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3AF72341468 for ; Mon, 24 Jul 2023 16:16:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B64C7BD3 for ; Mon, 24 Jul 2023 16:16:25 +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: <1690215347.f0cb8e7bba73abbdb278afc033383a8df3ee02ed.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: f0cb8e7bba73abbdb278afc033383a8df3ee02ed X-VCS-Branch: master Date: Mon, 24 Jul 2023 16:16:25 +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: ecd8a7a7-4c65-45be-8a74-8e56350e2ff2 X-Archives-Hash: 94f97286463a69943766af4cf13e47a2 commit: f0cb8e7bba73abbdb278afc033383a8df3ee02ed Author: Ulrich Müller gentoo org> AuthorDate: Mon Jul 24 16:15:47 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Jul 24 16:15:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0cb8e7b app-emacs/emacs-common: Block against emacs-29.1_rc1-r0 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/emacs-common/emacs-common-1.9.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-emacs/emacs-common/emacs-common-1.9.ebuild b/app-emacs/emacs-common/emacs-common-1.9.ebuild index dca0d4317d4b..60ef21b66c71 100644 --- a/app-emacs/emacs-common/emacs-common-1.9.ebuild +++ b/app-emacs/emacs-common/emacs-common-1.9.ebuild @@ -15,7 +15,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~ IUSE="games gsettings gui" DEPEND="games? ( acct-group/gamestat )" -RDEPEND="${DEPEND} +RDEPEND="!=app-editors/emacs-29.1_rc1-r0 + ${DEPEND} gui? ( gsettings? ( dev-libs/glib ) )" PDEPEND=">=app-editors/emacs-23.1:*"