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 183E5158086 for ; Thu, 14 Oct 2021 16:42:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52189E087F; Thu, 14 Oct 2021 16:42:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 397C0E087F for ; Thu, 14 Oct 2021 16:42:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A965342DF0 for ; Thu, 14 Oct 2021 16:42:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A664D0 for ; Thu, 14 Oct 2021 16:42:16 +0000 (UTC) From: "Thomas Beierlein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Beierlein" Message-ID: <1634229721.ad2377ba05ddfce0c2169ca295a1c84469377916.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/flrig/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-radio/flrig/flrig-1.4.2.ebuild X-VCS-Directories: media-radio/flrig/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: ad2377ba05ddfce0c2169ca295a1c84469377916 X-VCS-Branch: master Date: Thu, 14 Oct 2021 16:42:16 +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: be6c786e-874c-4c0c-8feb-c9ca84efc0d4 X-Archives-Hash: 682e336ed5e2577d8b6355ff6ee2f8cc commit: ad2377ba05ddfce0c2169ca295a1c84469377916 Author: Thomas Beierlein gentoo org> AuthorDate: Thu Oct 14 16:39:43 2021 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Thu Oct 14 16:42:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad2377ba media-radio/flrig: Drop unused autotools eclass Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Thomas Beierlein gentoo.org> media-radio/flrig/flrig-1.4.2.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/media-radio/flrig/flrig-1.4.2.ebuild b/media-radio/flrig/flrig-1.4.2.ebuild index 07016898396..bee49b2172f 100644 --- a/media-radio/flrig/flrig-1.4.2.ebuild +++ b/media-radio/flrig/flrig-1.4.2.ebuild @@ -2,7 +2,6 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit autotools DESCRIPTION="Transceiver control program for Amateur Radio use" HOMEPAGE="http://www.w1hkj.com/flrig-help/index.html"