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 507AB158087 for ; Fri, 12 Nov 2021 01:36:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EC922BC184; Fri, 12 Nov 2021 01:36:41 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 37DBA2BC18B for ; Fri, 12 Nov 2021 01:36:41 +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 67833342D58 for ; Fri, 12 Nov 2021 01:36:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EA671C6 for ; Fri, 12 Nov 2021 01:36:36 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1636680859.c82d61387df25cd56ad7d1257341216dba622f50.sam@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.ebuild X-VCS-Directories: dev-util/geany-plugins/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c82d61387df25cd56ad7d1257341216dba622f50 X-VCS-Branch: master Date: Fri, 12 Nov 2021 01:36:36 +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: 2288ed6a-9180-427c-93e7-659ae307efa1 X-Archives-Hash: 11f850c02f95e4f4452352d038fdc7a6 commit: c82d61387df25cd56ad7d1257341216dba622f50 Author: Chris Mayo gmail com> AuthorDate: Mon Nov 8 19:24:03 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 12 01:34:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c82d6138 dev-util/geany-plugins: install geanydoc geanydoc is GTK 3 compatible and has no special dependencies. Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Chris Mayo gmail.com> Closes: https://github.com/gentoo/gentoo/pull/22698 Signed-off-by: Sam James gentoo.org> dev-util/geany-plugins/geany-plugins-1.38.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/geany-plugins/geany-plugins-1.38.ebuild b/dev-util/geany-plugins/geany-plugins-1.38.ebuild index 0222107c668..bd644947d15 100644 --- a/dev-util/geany-plugins/geany-plugins-1.38.ebuild +++ b/dev-util/geany-plugins/geany-plugins-1.38.ebuild @@ -62,6 +62,7 @@ src_configure() { --enable-codenav --enable-commander --enable-defineformat + --enable-geanydoc --enable-geanyextrasel --enable-geanyinsertnum --enable-geanymacro @@ -102,7 +103,6 @@ src_configure() { --disable-devhelp --disable-webhelper # GTK 2 only - --disable-geanydoc --disable-geanypy --disable-multiterm )