commit: 171f5f3580800106362275e6f1d0cc13b03c2dff Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Apr 12 00:54:46 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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
