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 D3310158086 for ; Thu, 14 Oct 2021 16:42:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 375D0E082B; Thu, 14 Oct 2021 16:42:19 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 1DACEE082B for ; Thu, 14 Oct 2021 16:42:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E827342C2A 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 9DFE0EC 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.4d9abedf770e12ba22a5ec101a775c9ac4ba9a14.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/unixcw/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-radio/unixcw/unixcw-3.5.1-r1.ebuild X-VCS-Directories: media-radio/unixcw/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: 4d9abedf770e12ba22a5ec101a775c9ac4ba9a14 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: 0f07fd9b-b1d7-48ac-8383-084db0b3156d X-Archives-Hash: a039e2551f4ec374fd26539e7bce6ed5 commit: 4d9abedf770e12ba22a5ec101a775c9ac4ba9a14 Author: Thomas Beierlein gentoo org> AuthorDate: Thu Oct 14 16:41:16 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=4d9abedf media-radio/unixcw: Drop unused multilib eclass Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Thomas Beierlein gentoo.org> media-radio/unixcw/unixcw-3.5.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-radio/unixcw/unixcw-3.5.1-r1.ebuild b/media-radio/unixcw/unixcw-3.5.1-r1.ebuild index 56f654e4a8f..09e46e9788f 100644 --- a/media-radio/unixcw/unixcw-3.5.1-r1.ebuild +++ b/media-radio/unixcw/unixcw-3.5.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools flag-o-matic multilib +inherit autotools flag-o-matic DESCRIPTION="A package of programs that fit together to form a morse code tutor program" HOMEPAGE="http://unixcw.sourceforge.net"