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 964CB158649 for ; Fri, 12 May 2023 10:58:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDF04E0D78; Fri, 12 May 2023 10:58:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 B7311E0D78 for ; Fri, 12 May 2023 10:58:55 +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 E37A9340A9F for ; Fri, 12 May 2023 10:58:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56215A59 for ; Fri, 12 May 2023 10:58:53 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1683889048.7140af69f752fee5f1983271a56cbd4f3a8a1561.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/vips/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/vips/vips-8.14.2.ebuild X-VCS-Directories: media-libs/vips/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 7140af69f752fee5f1983271a56cbd4f3a8a1561 X-VCS-Branch: master Date: Fri, 12 May 2023 10:58:53 +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: 2ba096ef-9348-43ab-a9d9-f1f7988ec1ff X-Archives-Hash: 473739b86159268838424c7bd1cd909c commit: 7140af69f752fee5f1983271a56cbd4f3a8a1561 Author: Ionen Wolkens gentoo org> AuthorDate: Fri May 12 10:53:40 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Fri May 12 10:57:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7140af69 media-libs/vips: skip unnecessary fuzz subdir Bug: https://bugs.gentoo.org/901291 Signed-off-by: Ionen Wolkens gentoo.org> media-libs/vips/vips-8.14.2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-libs/vips/vips-8.14.2.ebuild b/media-libs/vips/vips-8.14.2.ebuild index 5b86067ed672..b0592777c293 100644 --- a/media-libs/vips/vips-8.14.2.ebuild +++ b/media-libs/vips/vips-8.14.2.ebuild @@ -93,6 +93,8 @@ src_prepare() { use vala && vala_setup sed -i "s/'vips-doc'/'${PF}'/" cplusplus/meson.build || die + + sed -i "/subdir('fuzz')/d" meson.build || die } src_configure() {