diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 01:54:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-12 02:14:19 +0100 |
commit | 171f5f3580800106362275e6f1d0cc13b03c2dff (patch) | |
tree | 7ec8571ec5236dbd102613ca42aaf40b1f648c01 /net-p2p | |
parent | net-misc/nxplayer: eutils->wrapper (diff) | |
download | gentoo-171f5f3580800106362275e6f1d0cc13b03c2dff.tar.gz gentoo-171f5f3580800106362275e6f1d0cc13b03c2dff.tar.bz2 gentoo-171f5f3580800106362275e6f1d0cc13b03c2dff.zip |
net-p2p/fms: eutils->edos2unix
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/fms/fms-0.3.82.ebuild | 4 |
1 files 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 574d26fb3ac5..e01b2b22cd0b 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 |