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 ADA52158451 for ; Wed, 10 Jan 2024 22:02:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBB98E2A55; Wed, 10 Jan 2024 22:02:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 D6A14E2A55 for ; Wed, 10 Jan 2024 22:02:52 +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 D481F343165 for ; Wed, 10 Jan 2024 22:02:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 765C812D7 for ; Wed, 10 Jan 2024 22:02:50 +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: <1704924132.24c3f88d3f485ce5d101148ef13659c0c7167303.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.15.1.ebuild X-VCS-Directories: media-libs/vips/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 24c3f88d3f485ce5d101148ef13659c0c7167303 X-VCS-Branch: master Date: Wed, 10 Jan 2024 22:02:50 +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: 243c4bef-e3ea-40d7-a11f-e3a602e54724 X-Archives-Hash: 25da24bdf837feae78f79ae79dbb968a commit: 24c3f88d3f485ce5d101148ef13659c0c7167303 Author: Ionen Wolkens gentoo org> AuthorDate: Wed Jan 10 22:02:12 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Jan 10 22:02:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24c3f88d media-libs/vips: sort inherits Signed-off-by: Ionen Wolkens gentoo.org> media-libs/vips/vips-8.15.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/vips/vips-8.15.1.ebuild b/media-libs/vips/vips-8.15.1.ebuild index 373fbfe480ac..a07898aff8e8 100644 --- a/media-libs/vips/vips-8.15.1.ebuild +++ b/media-libs/vips/vips-8.15.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) -inherit flag-o-matic toolchain-funcs meson python-single-r1 vala +inherit flag-o-matic meson python-single-r1 toolchain-funcs vala DESCRIPTION="VIPS Image Processing Library" HOMEPAGE="https://libvips.github.io/libvips/"