diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 11:03:04 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 11:03:04 +0100 |
commit | 416ac1b0963e7a2afa8b15a7fff0ac09e74713b7 (patch) | |
tree | f92be3eeb6bb134bacd6b707bc4bb2862814267d /sys-fs/ntfs3g | |
parent | sys-fs/iprutils: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-416ac1b0963e7a2afa8b15a7fff0ac09e74713b7.tar.gz gentoo-416ac1b0963e7a2afa8b15a7fff0ac09e74713b7.tar.bz2 gentoo-416ac1b0963e7a2afa8b15a7fff0ac09e74713b7.zip |
sys-fs/ntfs3g: [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/ntfs3g')
-rw-r--r-- | sys-fs/ntfs3g/ntfs3g-2016.2.22-r2.ebuild | 2 | ||||
-rw-r--r-- | sys-fs/ntfs3g/ntfs3g-2017.3.23-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/ntfs3g/ntfs3g-2016.2.22-r2.ebuild b/sys-fs/ntfs3g/ntfs3g-2016.2.22-r2.ebuild index 098a2479874a..fbc0aa7cfe47 100644 --- a/sys-fs/ntfs3g/ntfs3g-2016.2.22-r2.ebuild +++ b/sys-fs/ntfs3g/ntfs3g-2016.2.22-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils linux-info udev toolchain-funcs libtool +inherit eutils linux-info ltprune udev toolchain-funcs libtool MY_PN=${PN/3g/-3g} MY_P=${MY_PN}_ntfsprogs-${PV} diff --git a/sys-fs/ntfs3g/ntfs3g-2017.3.23-r1.ebuild b/sys-fs/ntfs3g/ntfs3g-2017.3.23-r1.ebuild index 29f78020cb2f..41b17fedcc79 100644 --- a/sys-fs/ntfs3g/ntfs3g-2017.3.23-r1.ebuild +++ b/sys-fs/ntfs3g/ntfs3g-2017.3.23-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils linux-info udev toolchain-funcs libtool +inherit eutils linux-info ltprune udev toolchain-funcs libtool MY_PN=${PN/3g/-3g} MY_P=${MY_PN}_ntfsprogs-${PV} |