diff options
author | 2020-02-15 11:03:03 +0100 | |
---|---|---|
committer | 2020-02-15 11:03:03 +0100 | |
commit | be001352977b8dfb915280d8f3546e47f3d2fc03 (patch) | |
tree | ff3cd1187a1b385d3f261e924bfcc8d60d4192a5 /sys-fs/iprutils/iprutils-2.4.7.ebuild | |
parent | sys-fs/cryptsetup: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-be001352977b8dfb915280d8f3546e47f3d2fc03.tar.gz gentoo-be001352977b8dfb915280d8f3546e47f3d2fc03.tar.bz2 gentoo-be001352977b8dfb915280d8f3546e47f3d2fc03.zip |
sys-fs/iprutils: [QA] inherit ltprune.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-fs/iprutils/iprutils-2.4.7.ebuild')
-rw-r--r-- | sys-fs/iprutils/iprutils-2.4.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/iprutils/iprutils-2.4.7.ebuild b/sys-fs/iprutils/iprutils-2.4.7.ebuild index 564d077fbed4..05a3343890f6 100644 --- a/sys-fs/iprutils/iprutils-2.4.7.ebuild +++ b/sys-fs/iprutils/iprutils-2.4.7.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils toolchain-funcs +inherit autotools eutils ltprune toolchain-funcs DESCRIPTION="IBM's tools for support of the ipr SCSI controller" SRC_URI="mirror://sourceforge/iprdd/${P}.tar.gz" |