diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 11:03:03 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 11:03:03 +0100 |
commit | be001352977b8dfb915280d8f3546e47f3d2fc03 (patch) | |
tree | ff3cd1187a1b385d3f261e924bfcc8d60d4192a5 /sys-fs/iprutils | |
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')
-rw-r--r-- | sys-fs/iprutils/iprutils-2.4.17.1.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/iprutils/iprutils-2.4.18.1.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/iprutils/iprutils-2.4.7.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys-fs/iprutils/iprutils-2.4.17.1.ebuild b/sys-fs/iprutils/iprutils-2.4.17.1.ebuild index f599670695f9..321d67c6fb7c 100644 --- a/sys-fs/iprutils/iprutils-2.4.17.1.ebuild +++ b/sys-fs/iprutils/iprutils-2.4.17.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools bash-completion-r1 eutils toolchain-funcs +inherit autotools bash-completion-r1 eutils ltprune toolchain-funcs DESCRIPTION="IBM's tools for support of the ipr SCSI controller" SRC_URI="mirror://sourceforge/iprdd/${P}.tar.gz" diff --git a/sys-fs/iprutils/iprutils-2.4.18.1.ebuild b/sys-fs/iprutils/iprutils-2.4.18.1.ebuild index 72914aac6c3f..e1dc5dfc5a52 100644 --- a/sys-fs/iprutils/iprutils-2.4.18.1.ebuild +++ b/sys-fs/iprutils/iprutils-2.4.18.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools bash-completion-r1 eutils toolchain-funcs +inherit autotools bash-completion-r1 eutils ltprune toolchain-funcs DESCRIPTION="IBM's tools for support of the ipr SCSI controller" SRC_URI="mirror://sourceforge/iprdd/${P}.tar.gz" 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" |