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 4D19115800F for ; Mon, 30 Jan 2023 15:25:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6983DE0866; Mon, 30 Jan 2023 15:25:29 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 515A3E0866 for ; Mon, 30 Jan 2023 15:25:29 +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 4AEB9335D5E for ; Mon, 30 Jan 2023 15:25:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CE50888 for ; Mon, 30 Jan 2023 15:25:26 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1675092307.0d7c1beb8b8796c3badbe57f1f75f40f208bf0ff.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/geany-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/geany-plugins/geany-plugins-1.38-r4.ebuild dev-util/geany-plugins/geany-plugins-1.38-r5.ebuild X-VCS-Directories: dev-util/geany-plugins/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 0d7c1beb8b8796c3badbe57f1f75f40f208bf0ff X-VCS-Branch: master Date: Mon, 30 Jan 2023 15:25:26 +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: 2fb0297d-eb4f-4071-a5ba-db574cb8d656 X-Archives-Hash: 3c3be680dae55856dc48b7798cc75d7b commit: 0d7c1beb8b8796c3badbe57f1f75f40f208bf0ff Author: Ben Kohler gentoo org> AuthorDate: Mon Jan 30 14:39:35 2023 +0000 Commit: Ben Kohler gentoo org> CommitDate: Mon Jan 30 15:25:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d7c1beb dev-util/geany-plugins: slot operator dep on app-text/discount Signed-off-by: Ben Kohler gentoo.org> .../{geany-plugins-1.38-r4.ebuild => geany-plugins-1.38-r5.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/geany-plugins/geany-plugins-1.38-r4.ebuild b/dev-util/geany-plugins/geany-plugins-1.38-r5.ebuild similarity index 98% rename from dev-util/geany-plugins/geany-plugins-1.38-r4.ebuild rename to dev-util/geany-plugins/geany-plugins-1.38-r5.ebuild index c70586bd1c68..7f84f12c63f3 100644 --- a/dev-util/geany-plugins/geany-plugins-1.38-r4.ebuild +++ b/dev-util/geany-plugins/geany-plugins-1.38-r5.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 @@ -31,7 +31,7 @@ DEPEND=" gtkspell? ( app-text/gtkspell:3= ) lua? ( ${LUA_DEPS} ) markdown? ( - app-text/discount + app-text/discount:= net-libs/webkit-gtk:4 ) pretty-printer? ( dev-libs/libxml2:2 )