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 154D0158095 for ; Mon, 15 Aug 2022 14:10:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46A18E1004; Mon, 15 Aug 2022 14:10:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EFC93E1005 for ; Mon, 15 Aug 2022 14:10:13 +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 C84AA340ED1 for ; Mon, 15 Aug 2022 14:10:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19A4A561 for ; Mon, 15 Aug 2022 14:10:11 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1660572592.2b93458a0b297be82d83369fb607fb5d4016e65c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/ilmbase/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/ilmbase/ilmbase-2.5.8.ebuild X-VCS-Directories: media-libs/ilmbase/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2b93458a0b297be82d83369fb607fb5d4016e65c X-VCS-Branch: master Date: Mon, 15 Aug 2022 14:10:11 +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: 55e005ab-a5c7-4653-9a0d-ad21d1fed7b5 X-Archives-Hash: 609864b864db8cf919e342b9b6828731 commit: 2b93458a0b297be82d83369fb607fb5d4016e65c Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Aug 15 12:51:53 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Aug 15 14:09:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b93458a media-libs/ilmbase: Drop CMAKE_ECLASS meta var superfluous in EAPI-8 Drop superfluous DEPEND too. Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/ilmbase/ilmbase-2.5.8.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/media-libs/ilmbase/ilmbase-2.5.8.ebuild b/media-libs/ilmbase/ilmbase-2.5.8.ebuild index a618fb62ce6e..d83f6bdb4e57 100644 --- a/media-libs/ilmbase/ilmbase-2.5.8.ebuild +++ b/media-libs/ilmbase/ilmbase-2.5.8.ebuild @@ -3,7 +3,6 @@ EAPI=8 -CMAKE_ECLASS=cmake inherit cmake-multilib DESCRIPTION="OpenEXR ILM Base libraries" @@ -18,7 +17,6 @@ IUSE="large-stack static-libs test" RESTRICT="!test? ( test )" RDEPEND="!media-libs/openexr:3" -DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" DOCS=( README.md )