From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1355629-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 38BE1158087 for <garchives@archives.gentoo.org>; Thu, 6 Jan 2022 10:39:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10459E07EC; Thu, 6 Jan 2022 10:39:05 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7F3FCE07EA for <gentoo-commits@lists.gentoo.org>; Thu, 6 Jan 2022 10:39:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 76B1C342E3E for <gentoo-commits@lists.gentoo.org>; Thu, 6 Jan 2022 10:39:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B322286 for <gentoo-commits@lists.gentoo.org>; Thu, 6 Jan 2022 10:39:02 +0000 (UTC) From: "David Seifert" <soap@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, "David Seifert" <soap@gentoo.org> Message-ID: <1641465518.524f90184e3dc5496e8f65adce521851047e84e0.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gimp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/gimp/gimp-2.10.22-r3.ebuild media-gfx/gimp/gimp-2.10.24-r1.ebuild media-gfx/gimp/gimp-2.10.28-r1.ebuild media-gfx/gimp/gimp-2.10.30.ebuild media-gfx/gimp/gimp-2.99.6-r1.ebuild media-gfx/gimp/gimp-2.99.8.ebuild media-gfx/gimp/gimp-9999.ebuild X-VCS-Directories: media-gfx/gimp/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 524f90184e3dc5496e8f65adce521851047e84e0 X-VCS-Branch: master Date: Thu, 6 Jan 2022 10:39:02 +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: e82225b2-4668-42ed-a7a3-c5ab1974da85 X-Archives-Hash: d75f6594c2c6e8d4ae24f0428ee6df9b commit: 524f90184e3dc5496e8f65adce521851047e84e0 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Thu Jan 6 10:38:38 2022 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Thu Jan 6 10:38:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=524f9018 media-gfx/gimp: remove superfluous sys-apps/findutils dep Signed-off-by: David Seifert <soap <AT> gentoo.org> media-gfx/gimp/gimp-2.10.22-r3.ebuild | 3 +-- media-gfx/gimp/gimp-2.10.24-r1.ebuild | 3 +-- media-gfx/gimp/gimp-2.10.28-r1.ebuild | 3 +-- media-gfx/gimp/gimp-2.10.30.ebuild | 3 +-- media-gfx/gimp/gimp-2.99.6-r1.ebuild | 3 +-- media-gfx/gimp/gimp-2.99.8.ebuild | 3 +-- media-gfx/gimp/gimp-9999.ebuild | 3 +-- 7 files changed, 7 insertions(+), 14 deletions(-) diff --git a/media-gfx/gimp/gimp-2.10.22-r3.ebuild b/media-gfx/gimp/gimp-2.10.22-r3.ebuild index 9552457f6c17..1926eec2dcee 100644 --- a/media-gfx/gimp/gimp-2.10.22-r3.ebuild +++ b/media-gfx/gimp/gimp-2.10.22-r3.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 @@ -74,7 +74,6 @@ DEPEND=" dev-libs/appstream-glib dev-util/gtk-update-icon-cache >=dev-util/intltool-0.40.1 - sys-apps/findutils >=sys-devel/gettext-0.19 >=sys-devel/libtool-2.2 virtual/pkgconfig diff --git a/media-gfx/gimp/gimp-2.10.24-r1.ebuild b/media-gfx/gimp/gimp-2.10.24-r1.ebuild index 7465abeb55ff..d0a03562d09b 100644 --- a/media-gfx/gimp/gimp-2.10.24-r1.ebuild +++ b/media-gfx/gimp/gimp-2.10.24-r1.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 @@ -73,7 +73,6 @@ DEPEND=" dev-libs/appstream-glib dev-util/gtk-update-icon-cache >=dev-util/intltool-0.40.1 - sys-apps/findutils >=sys-devel/gettext-0.19 >=sys-devel/libtool-2.2 virtual/pkgconfig diff --git a/media-gfx/gimp/gimp-2.10.28-r1.ebuild b/media-gfx/gimp/gimp-2.10.28-r1.ebuild index 2ea1242163cd..fcd583b632bd 100644 --- a/media-gfx/gimp/gimp-2.10.28-r1.ebuild +++ b/media-gfx/gimp/gimp-2.10.28-r1.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 @@ -73,7 +73,6 @@ DEPEND=" dev-libs/appstream-glib dev-util/gtk-update-icon-cache >=dev-util/intltool-0.40.1 - sys-apps/findutils >=sys-devel/gettext-0.19 >=sys-devel/libtool-2.2 virtual/pkgconfig diff --git a/media-gfx/gimp/gimp-2.10.30.ebuild b/media-gfx/gimp/gimp-2.10.30.ebuild index 91044123e379..2363a4fe3c4e 100644 --- a/media-gfx/gimp/gimp-2.10.30.ebuild +++ b/media-gfx/gimp/gimp-2.10.30.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=8 @@ -73,7 +73,6 @@ DEPEND=" dev-libs/appstream-glib dev-util/gtk-update-icon-cache >=dev-util/intltool-0.40.1 - sys-apps/findutils >=sys-devel/gettext-0.19 >=sys-devel/libtool-2.2 virtual/pkgconfig diff --git a/media-gfx/gimp/gimp-2.99.6-r1.ebuild b/media-gfx/gimp/gimp-2.99.6-r1.ebuild index 47068406091c..fc3c341fc69c 100644 --- a/media-gfx/gimp/gimp-2.99.6-r1.ebuild +++ b/media-gfx/gimp/gimp-2.99.6-r1.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 @@ -96,7 +96,6 @@ DEPEND=" dev-util/gdbus-codegen dev-util/gtk-update-icon-cache >=dev-util/intltool-0.51.0 - sys-apps/findutils >=sys-devel/autoconf-2.54 >=sys-devel/automake-1.11 >=sys-devel/gettext-0.21 diff --git a/media-gfx/gimp/gimp-2.99.8.ebuild b/media-gfx/gimp/gimp-2.99.8.ebuild index 2775f2603106..535d6a06550a 100644 --- a/media-gfx/gimp/gimp-2.99.8.ebuild +++ b/media-gfx/gimp/gimp-2.99.8.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 @@ -96,7 +96,6 @@ DEPEND=" dev-util/gdbus-codegen dev-util/gtk-update-icon-cache >=dev-util/intltool-0.51.0 - sys-apps/findutils >=sys-devel/autoconf-2.54 >=sys-devel/automake-1.11 >=sys-devel/gettext-0.21 diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild index 89e884dd1969..7659852820b6 100644 --- a/media-gfx/gimp/gimp-9999.ebuild +++ b/media-gfx/gimp/gimp-9999.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 @@ -97,7 +97,6 @@ DEPEND=" dev-util/gdbus-codegen dev-util/gtk-update-icon-cache >=dev-util/intltool-0.51.0 - sys-apps/findutils >=sys-devel/autoconf-2.54 >=sys-devel/automake-1.11 >=sys-devel/gettext-0.21