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 B3BCA1382C5 for ; Sat, 29 May 2021 16:30:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5546E0821; Sat, 29 May 2021 16:30:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 AEE55E0821 for ; Sat, 29 May 2021 16:30:30 +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 94568335C39 for ; Sat, 29 May 2021 16:30:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC0CA59C for ; Sat, 29 May 2021 16:30:27 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1622305783.831b5f0c399b1e902e2b04e5d51a0cc82f7045fe.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsidplayfp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libsidplayfp/libsidplayfp-2.2.0.ebuild X-VCS-Directories: media-libs/libsidplayfp/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 831b5f0c399b1e902e2b04e5d51a0cc82f7045fe X-VCS-Branch: master Date: Sat, 29 May 2021 16:30:27 +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: 00e3675b-3aad-43a7-913a-c309060ca572 X-Archives-Hash: f6d99e8aaa66163108edbd49d2615ae8 commit: 831b5f0c399b1e902e2b04e5d51a0cc82f7045fe Author: Miroslav Šulc gentoo org> AuthorDate: Sat May 29 16:29:43 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sat May 29 16:29:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=831b5f0c media-libs/libsidplayfp: removed unused inherit from 2.2.0 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Miroslav Šulc gentoo.org> media-libs/libsidplayfp/libsidplayfp-2.2.0.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/media-libs/libsidplayfp/libsidplayfp-2.2.0.ebuild b/media-libs/libsidplayfp/libsidplayfp-2.2.0.ebuild index 817f59afe41..219eebf1978 100644 --- a/media-libs/libsidplayfp/libsidplayfp-2.2.0.ebuild +++ b/media-libs/libsidplayfp/libsidplayfp-2.2.0.ebuild @@ -3,8 +3,6 @@ EAPI=7 -inherit flag-o-matic - DESCRIPTION="Library for the sidplay2 fork with resid-fp" HOMEPAGE="https://sourceforge.net/projects/sidplay-residfp/" SRC_URI="mirror://sourceforge/sidplay-residfp/${PN}/$(ver_cut 1-2)/${P}.tar.gz"