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 F0E2B15800F for ; Sun, 12 Feb 2023 11:00:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01834E07D4; Sun, 12 Feb 2023 11:00:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 D92D9E07D4 for ; Sun, 12 Feb 2023 11:00:04 +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 9E2C0335D3F for ; Sun, 12 Feb 2023 11:00:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F08007D8 for ; Sun, 12 Feb 2023 11:00:00 +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: <1676199570.4cf54334acda0f6e46bd32bab70eed33f26561aa.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/emacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/emacs/emacs-29.0.9999-r1.ebuild X-VCS-Directories: app-editors/emacs/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 4cf54334acda0f6e46bd32bab70eed33f26561aa X-VCS-Branch: master Date: Sun, 12 Feb 2023 11:00:00 +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: 1ab7ad9d-3127-4ddf-ada9-8e85db86b1d0 X-Archives-Hash: 1c99ddc089d00ea5f1244fa17849d163 commit: 4cf54334acda0f6e46bd32bab70eed33f26561aa Author: Ulrich Müller gentoo org> AuthorDate: Sun Feb 12 10:47:52 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Feb 12 10:59:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cf54334 app-editors/emacs: Migrate from net-libs/webkit-gtk:4 to :4.1 Live ebuild for the emacs-29 branch. master will follow when it is merged. Bug: https://bugs.gentoo.org/893670 Signed-off-by: Ulrich Müller gentoo.org> app-editors/emacs/emacs-29.0.9999-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-editors/emacs/emacs-29.0.9999-r1.ebuild b/app-editors/emacs/emacs-29.0.9999-r1.ebuild index ba2c219cfbd9..967a35341525 100644 --- a/app-editors/emacs/emacs-29.0.9999-r1.ebuild +++ b/app-editors/emacs/emacs-29.0.9999-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -67,7 +67,7 @@ X_DEPEND="x11-libs/libICE gtk? ( x11-libs/gtk+:3 xwidgets? ( - net-libs/webkit-gtk:4= + net-libs/webkit-gtk:4.1= x11-libs/libXcomposite ) )