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 D81B713835A for ; Mon, 12 Apr 2021 01:14:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29782E086D; Mon, 12 Apr 2021 01:14:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 14B59E086D for ; Mon, 12 Apr 2021 01:14:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 82429340B54 for ; Mon, 12 Apr 2021 01:14:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B66B649 for ; Mon, 12 Apr 2021 01:14:41 +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: <1618190059.171f5f3580800106362275e6f1d0cc13b03c2dff.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/fms/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/fms/fms-0.3.82.ebuild X-VCS-Directories: net-p2p/fms/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 171f5f3580800106362275e6f1d0cc13b03c2dff X-VCS-Branch: master Date: Mon, 12 Apr 2021 01:14:41 +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: 57119794-1644-419e-b4a9-1d9f42a8d5d4 X-Archives-Hash: 10ccdccf8b0b272021dfe8ee64ee8f5a commit: 171f5f3580800106362275e6f1d0cc13b03c2dff Author: Sam James gentoo org> AuthorDate: Mon Apr 12 00:54:46 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 12 01:14:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=171f5f35 net-p2p/fms: eutils->edos2unix Signed-off-by: Sam James gentoo.org> net-p2p/fms/fms-0.3.82.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-p2p/fms/fms-0.3.82.ebuild b/net-p2p/fms/fms-0.3.82.ebuild index 574d26fb3ac..e01b2b22cd0 100644 --- a/net-p2p/fms/fms-0.3.82.ebuild +++ b/net-p2p/fms/fms-0.3.82.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" -inherit eutils cmake-utils user +inherit edos2unix cmake-utils user DESCRIPTION="A spam-resistant message board application for Freenet" #FMS oly has a homepage within freenet, so the closest is a wiki linking to it