From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1437413-garchives=archives.gentoo.org@lists.gentoo.org> 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 6F90C158094 for <garchives@archives.gentoo.org>; Mon, 19 Sep 2022 03:52:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A737EE0896; Mon, 19 Sep 2022 03:52:10 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8D29EE0896 for <gentoo-commits@lists.gentoo.org>; Mon, 19 Sep 2022 03:52:10 +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 9204F340E3B for <gentoo-commits@lists.gentoo.org>; Mon, 19 Sep 2022 03:52:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDEF15C8 for <gentoo-commits@lists.gentoo.org>; Mon, 19 Sep 2022 03:52:07 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1663559238.28b5bc3e5583a7482fa84055773df98a48d0c99e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmypaint/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libmypaint/libmypaint-1.6.1-r1.ebuild media-libs/libmypaint/libmypaint-1.6.1-r2.ebuild X-VCS-Directories: media-libs/libmypaint/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 28b5bc3e5583a7482fa84055773df98a48d0c99e X-VCS-Branch: master Date: Mon, 19 Sep 2022 03:52:07 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7f2066c3-341f-4d94-90de-130720f95397 X-Archives-Hash: 1f08c5865a12499bdc48fca42b5c227f commit: 28b5bc3e5583a7482fa84055773df98a48d0c99e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Sep 19 03:47:18 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Sep 19 03:47:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28b5bc3e media-libs/libmypaint: add missing babl[introspection?] dep Closes: https://bugs.gentoo.org/868774 Signed-off-by: Sam James <sam <AT> gentoo.org> .../{libmypaint-1.6.1-r1.ebuild => libmypaint-1.6.1-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libmypaint/libmypaint-1.6.1-r1.ebuild b/media-libs/libmypaint/libmypaint-1.6.1-r2.ebuild similarity index 95% rename from media-libs/libmypaint/libmypaint-1.6.1-r1.ebuild rename to media-libs/libmypaint/libmypaint-1.6.1-r2.ebuild index f2d8a4157819..5d12462922ce 100644 --- a/media-libs/libmypaint/libmypaint-1.6.1-r1.ebuild +++ b/media-libs/libmypaint/libmypaint-1.6.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -30,7 +30,7 @@ DEPEND=" dev-libs/glib:2 dev-libs/json-c:= gegl? ( - media-libs/babl + media-libs/babl[introspection?] >=media-libs/gegl-0.4.14:0.4[introspection?] ) introspection? ( >=dev-libs/gobject-introspection-1.32 )