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 9CE8C15800A for ; Tue, 29 Aug 2023 19:23:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CED0C2BC013; Tue, 29 Aug 2023 19:23:32 +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 B044F2BC013 for ; Tue, 29 Aug 2023 19:23:32 +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 958F5335CFF for ; Tue, 29 Aug 2023 19:23:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DF87FB3 for ; Tue, 29 Aug 2023 19:23:30 +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: <1693337004.6e2546e5ff8c220085a0fb06bba5e72cf97d386d.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: 6e2546e5ff8c220085a0fb06bba5e72cf97d386d X-VCS-Branch: master Date: Tue, 29 Aug 2023 19:23:30 +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: 37f73af1-32e2-404c-ab1c-234faa2727f3 X-Archives-Hash: 2dc61ad0374f7300b0e2fdca1357f1f2 commit: 6e2546e5ff8c220085a0fb06bba5e72cf97d386d Author: Ulrich Müller gentoo org> AuthorDate: Tue Aug 29 19:22:20 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Aug 29 19:23:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e2546e5 app-emacs/emacs-common: Drop old blocker Signed-off-by: Ulrich Müller gentoo.org> app-emacs/emacs-common/emacs-common-1.9.ebuild | 3 +-- 1 file changed, 1 insertion(+), 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 cedb36c67cbe..2ff9b7f96afb 100644 --- a/app-emacs/emacs-common/emacs-common-1.9.ebuild +++ b/app-emacs/emacs-common/emacs-common-1.9.ebuild @@ -15,8 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~ IUSE="games gsettings gui" DEPEND="games? ( acct-group/gamestat )" -RDEPEND="!=app-editors/emacs-29.1_rc1-r0 - ${DEPEND}" +RDEPEND="${DEPEND}" PDEPEND=">=app-editors/emacs-23.1:*" IDEPEND="gui? ( gsettings? ( dev-libs/glib ) )"