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 BA22B158094 for ; Sat, 16 Jul 2022 17:14:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA545E0BFD; Sat, 16 Jul 2022 17:14:22 +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 CD8C7E0BFD for ; Sat, 16 Jul 2022 17:14:22 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5917341101 for ; Sat, 16 Jul 2022 17:14:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9ACEC448 for ; Sat, 16 Jul 2022 17:14:20 +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: <1657991652.26011d770cccec14a4f8ab9e9bdb9a48b875e6f7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/imagemagick/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/imagemagick/imagemagick-7.1.0.37.ebuild media-gfx/imagemagick/imagemagick-9999.ebuild X-VCS-Directories: media-gfx/imagemagick/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 26011d770cccec14a4f8ab9e9bdb9a48b875e6f7 X-VCS-Branch: master Date: Sat, 16 Jul 2022 17:14:20 +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: c818dad2-01da-412b-b0b6-0ca372c684c3 X-Archives-Hash: 39dba540ba210b3245fc51aac33df3bd commit: 26011d770cccec14a4f8ab9e9bdb9a48b875e6f7 Author: Sam James gentoo org> AuthorDate: Sat Jul 16 17:14:12 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 16 17:14:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26011d77 media-gfx/imagemagick: drop useless libtool inherit Already using autotools. In fact, for ages, we seem to have been doing eautoreconf and then elibtoolize... Signed-off-by: Sam James gentoo.org> media-gfx/imagemagick/imagemagick-7.1.0.37.ebuild | 2 +- media-gfx/imagemagick/imagemagick-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/imagemagick/imagemagick-7.1.0.37.ebuild b/media-gfx/imagemagick/imagemagick-7.1.0.37.ebuild index e421d58c3fe5..c8d5c41b6f15 100644 --- a/media-gfx/imagemagick/imagemagick-7.1.0.37.ebuild +++ b/media-gfx/imagemagick/imagemagick-7.1.0.37.ebuild @@ -4,7 +4,7 @@ EAPI=8 QA_PKGCONFIG_VERSION=$(ver_cut 1-3) -inherit autotools flag-o-matic libtool perl-functions toolchain-funcs +inherit autotools flag-o-matic perl-functions toolchain-funcs if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/ImageMagick/ImageMagick.git" diff --git a/media-gfx/imagemagick/imagemagick-9999.ebuild b/media-gfx/imagemagick/imagemagick-9999.ebuild index e421d58c3fe5..c8d5c41b6f15 100644 --- a/media-gfx/imagemagick/imagemagick-9999.ebuild +++ b/media-gfx/imagemagick/imagemagick-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 QA_PKGCONFIG_VERSION=$(ver_cut 1-3) -inherit autotools flag-o-matic libtool perl-functions toolchain-funcs +inherit autotools flag-o-matic perl-functions toolchain-funcs if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/ImageMagick/ImageMagick.git"