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 4B05B15808C for ; Thu, 10 Mar 2022 21:13:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5F56E0993; Thu, 10 Mar 2022 21:13:00 +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 859B8E0993 for ; Thu, 10 Mar 2022 21:13:00 +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 5C87F342F75 for ; Thu, 10 Mar 2022 21:12:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6131732C for ; Thu, 10 Mar 2022 21:12:56 +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: <1646946637.5cfc55eb0677fcd2d5ebb96157b6cdd0be1d596d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libzen/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libzen/libzen-0.4.38.ebuild X-VCS-Directories: media-libs/libzen/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5cfc55eb0677fcd2d5ebb96157b6cdd0be1d596d X-VCS-Branch: master Date: Thu, 10 Mar 2022 21:12:56 +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: 2547c2ab-35c9-454b-9984-0e1ace1c5345 X-Archives-Hash: 9c69ecb0708a11abae018dc2263a414e commit: 5cfc55eb0677fcd2d5ebb96157b6cdd0be1d596d Author: Sam James gentoo org> AuthorDate: Thu Mar 10 05:19:07 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Mar 10 21:10:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cfc55eb media-libs/libzen: [QA] fix UnusedInherits (multilib) get_libdir has been built-in since EAPI 6 Signed-off-by: Sam James gentoo.org> media-libs/libzen/libzen-0.4.38.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/libzen/libzen-0.4.38.ebuild b/media-libs/libzen/libzen-0.4.38.ebuild index 44bed1b7bf2f..70592c35a964 100644 --- a/media-libs/libzen/libzen-0.4.38.ebuild +++ b/media-libs/libzen/libzen-0.4.38.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools multilib +inherit autotools MY_PN="ZenLib" DESCRIPTION="Shared library for libmediainfo and mediainfo" @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="doc static-libs" -DEPEND="virtual/pkgconfig +BDEPEND="virtual/pkgconfig doc? ( app-doc/doxygen )" S=${WORKDIR}/${MY_PN}/Project/GNU/Library