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 E82221382C5 for ; Wed, 14 Apr 2021 22:18:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 473EFE096A; Wed, 14 Apr 2021 22:18:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 2B7CEE096A for ; Wed, 14 Apr 2021 22:18:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EC030335C29 for ; Wed, 14 Apr 2021 22:18:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BCD44D2 for ; Wed, 14 Apr 2021 22:18:19 +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: <1618438525.9108e9c07911e165c56f756cbb96b23a41c38397.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/tiff/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/tiff/tiff-4.2.0.ebuild X-VCS-Directories: media-libs/tiff/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9108e9c07911e165c56f756cbb96b23a41c38397 X-VCS-Branch: master Date: Wed, 14 Apr 2021 22:18:19 +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: 4b62daa9-df94-47d9-a852-966c9a14503b X-Archives-Hash: 2979fa595e3f63a22865f0b3afce58b8 commit: 9108e9c07911e165c56f756cbb96b23a41c38397 Author: Sam James gentoo org> AuthorDate: Wed Apr 14 22:15:25 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 14 22:15:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9108e9c0 media-libs/tiff: drop unused libtool inherit Signed-off-by: Sam James gentoo.org> media-libs/tiff/tiff-4.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/tiff/tiff-4.2.0.ebuild b/media-libs/tiff/tiff-4.2.0.ebuild index 11406fce52c..714507392ef 100644 --- a/media-libs/tiff/tiff-4.2.0.ebuild +++ b/media-libs/tiff/tiff-4.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools libtool multilib-minimal +inherit autotools multilib-minimal DESCRIPTION="Tag Image File Format (TIFF) library" HOMEPAGE="http://libtiff.maptools.org"