commit: 42c4ef61e2656e94fd2f0e9042ba875928d5534e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jul 11 03:04:07 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jul 11 03:04:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42c4ef61
net-p2p/ed2k_hash: fix UnusedInherits Signed-off-by: Sam James <sam <AT> gentoo.org> net-p2p/ed2k_hash/ed2k_hash-0.4.0-r2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-p2p/ed2k_hash/ed2k_hash-0.4.0-r2.ebuild b/net-p2p/ed2k_hash/ed2k_hash-0.4.0-r2.ebuild index 6434f3486bc6..d415e2ec2ecd 100644 --- a/net-p2p/ed2k_hash/ed2k_hash-0.4.0-r2.ebuild +++ b/net-p2p/ed2k_hash/ed2k_hash-0.4.0-r2.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit flag-o-matic + +#inherit flag-o-matic DESCRIPTION="Tool for generating eDonkey2000 links" HOMEPAGE="http://ed2k-tools.sourceforge.net/ed2k_hash.shtml"
