diff options
author | Mike Gilbert <floppym@gentoo.org> | 2020-12-19 19:50:06 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-12-19 19:50:06 -0500 |
commit | a6b04ece2f6dfcc759eafae61863f7a4106907ee (patch) | |
tree | e645d136e92f6536e4e6369bae6bb6ec23ebd6d2 /sys-fs/ntfs3g | |
parent | sys-fs/ntfs3g: avoid installing an empty directory (diff) | |
download | gentoo-a6b04ece2f6dfcc759eafae61863f7a4106907ee.tar.gz gentoo-a6b04ece2f6dfcc759eafae61863f7a4106907ee.tar.bz2 gentoo-a6b04ece2f6dfcc759eafae61863f7a4106907ee.zip |
sys-fs/ntfs3g: drop unused eclasses
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-fs/ntfs3g')
-rw-r--r-- | sys-fs/ntfs3g/ntfs3g-2017.3.23.5-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/ntfs3g/ntfs3g-2017.3.23.5-r1.ebuild b/sys-fs/ntfs3g/ntfs3g-2017.3.23.5-r1.ebuild index be6f047755d9..e0ede00ae196 100644 --- a/sys-fs/ntfs3g/ntfs3g-2017.3.23.5-r1.ebuild +++ b/sys-fs/ntfs3g/ntfs3g-2017.3.23.5-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit linux-info udev toolchain-funcs libtool +inherit linux-info toolchain-funcs MY_P="ntfs-3g_ntfsprogs-${PV%.*}AR.${PV##*.}" |