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 5CA4015808F for ; Wed, 9 Mar 2022 23:12:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC30DE095F; Wed, 9 Mar 2022 23:12:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0600E0956 for ; Wed, 9 Mar 2022 23:12:50 +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 DB4DF343260 for ; Wed, 9 Mar 2022 23:12:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C18CD33F for ; Wed, 9 Mar 2022 23:12:46 +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: <1646867532.65c6fffdf17dc2f0bc5d02860fb7423452dab001.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libtaginfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libtaginfo/libtaginfo-0.2.1.ebuild X-VCS-Directories: media-libs/libtaginfo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 65c6fffdf17dc2f0bc5d02860fb7423452dab001 X-VCS-Branch: master Date: Wed, 9 Mar 2022 23:12:46 +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: d2d51204-78c4-4c57-b0ff-aefd0023904e X-Archives-Hash: f3e5dc55ea7fe61c393619a2c7e2261e commit: 65c6fffdf17dc2f0bc5d02860fb7423452dab001 Author: Sam James gentoo org> AuthorDate: Wed Mar 9 23:12:12 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 9 23:12:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65c6fffd media-libs/libtaginfo: fix UnusedInherits (autotools) Signed-off-by: Sam James gentoo.org> media-libs/libtaginfo/libtaginfo-0.2.1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/media-libs/libtaginfo/libtaginfo-0.2.1.ebuild b/media-libs/libtaginfo/libtaginfo-0.2.1.ebuild index 922bec301628..6f7a3f5ee7c4 100644 --- a/media-libs/libtaginfo/libtaginfo-0.2.1.ebuild +++ b/media-libs/libtaginfo/libtaginfo-0.2.1.ebuild @@ -1,10 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools - DESCRIPTION="A library for reading media metadata" HOMEPAGE="https://bitbucket.org/shuerhaaken/libtaginfo" SRC_URI="https://bitbucket.org/shuerhaaken/${PN}/downloads/${P}.tar.gz"