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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6FA94158041 for ; Wed, 8 Sep 2021 06:46:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D62EE08BF; Wed, 8 Sep 2021 06:46:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 580A7E08C8 for ; Wed, 8 Sep 2021 06:46:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 12DF5342AF5 for ; Wed, 8 Sep 2021 06:46:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D7DC35 for ; Wed, 8 Sep 2021 06:46:15 +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: <1631083245.c9d75865060535a46066bb9e22fd49331ea83917.sam@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.99.6.ebuild media-gfx/gimp/gimp-9999.ebuild X-VCS-Directories: media-gfx/gimp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c9d75865060535a46066bb9e22fd49331ea83917 X-VCS-Branch: master Date: Wed, 8 Sep 2021 06:46:15 +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: 4c7a5541-2e21-4ec5-a3a0-2116ce6d5018 X-Archives-Hash: c78ac9f52d52c36a6421ef51f367bae8 commit: c9d75865060535a46066bb9e22fd49331ea83917 Author: Sam James gentoo org> AuthorDate: Wed Sep 8 06:40:45 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Sep 8 06:40:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9d75865 media-gfx/gimp: drop unused autotools inherit Signed-off-by: Sam James gentoo.org> media-gfx/gimp/gimp-2.99.6.ebuild | 2 +- media-gfx/gimp/gimp-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/gimp/gimp-2.99.6.ebuild b/media-gfx/gimp/gimp-2.99.6.ebuild index 6dfba5b7d0c..f44f9dad70b 100644 --- a/media-gfx/gimp/gimp-2.99.6.ebuild +++ b/media-gfx/gimp/gimp-2.99.6.ebuild @@ -9,7 +9,7 @@ GNOME2_EAUTORECONF=yes VALA_MIN_API_VERSION="0.44" VALA_USE_DEPEND=vapigen -inherit autotools gnome2 lua-single python-single-r1 toolchain-funcs vala virtualx +inherit gnome2 lua-single python-single-r1 toolchain-funcs vala virtualx DESCRIPTION="GNU Image Manipulation Program" HOMEPAGE="https://www.gimp.org/" diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild index 9e548653f6e..4dd4eac9daa 100644 --- a/media-gfx/gimp/gimp-9999.ebuild +++ b/media-gfx/gimp/gimp-9999.ebuild @@ -9,7 +9,7 @@ GNOME2_EAUTORECONF=yes VALA_MIN_API_VERSION="0.40" VALA_USE_DEPEND=vapigen -inherit autotools git-r3 gnome2 lua-single python-single-r1 toolchain-funcs vala virtualx +inherit git-r3 gnome2 lua-single python-single-r1 toolchain-funcs vala virtualx DESCRIPTION="GNU Image Manipulation Program" HOMEPAGE="https://www.gimp.org/"