commit: 8e42e3d22231a30c634d812eca26b1d102771f6b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu May 13 13:54:16 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Thu May 13 13:54:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e42e3d2
sys-block/smp_utils: drop unused autotools inherit Signed-off-by: David Seifert <soap <AT> gentoo.org> sys-block/smp_utils/smp_utils-0.99.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys-block/smp_utils/smp_utils-0.99.ebuild b/sys-block/smp_utils/smp_utils-0.99.ebuild index 8e06ca00519..ca8be23c12c 100644 --- a/sys-block/smp_utils/smp_utils-0.99.ebuild +++ b/sys-block/smp_utils/smp_utils-0.99.ebuild @@ -1,10 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools - DESCRIPTION="Utilities for SAS management protocol (SMP)" HOMEPAGE="http://sg.danny.cz/sg/smp_utils.html" MY_PV="${PV/_beta/b}"
