diff options
author | 2020-02-15 10:59:18 +0100 | |
---|---|---|
committer | 2020-02-15 10:59:18 +0100 | |
commit | ffa05d8985b2db24013a266c9621f808bdc1f668 (patch) | |
tree | feb2a432b823055f10c8709d3d26d745c15d3507 /dev-libs/lockdev | |
parent | dev-libs/libvterm-neovim: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-ffa05d8985b2db24013a266c9621f808bdc1f668.tar.gz gentoo-ffa05d8985b2db24013a266c9621f808bdc1f668.tar.bz2 gentoo-ffa05d8985b2db24013a266c9621f808bdc1f668.zip |
dev-libs/lockdev: [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 'dev-libs/lockdev')
-rw-r--r-- | dev-libs/lockdev/lockdev-1.0.3.1.2-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/lockdev/lockdev-1.0.3.1.2-r3.ebuild b/dev-libs/lockdev/lockdev-1.0.3.1.2-r3.ebuild index d15792de6194..6183868489bf 100644 --- a/dev-libs/lockdev/lockdev-1.0.3.1.2-r3.ebuild +++ b/dev-libs/lockdev/lockdev-1.0.3.1.2-r3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 GENTOO_DEPEND_ON_PERL="no" -inherit toolchain-funcs perl-module eutils versionator autotools multilib-minimal +inherit toolchain-funcs perl-module eutils versionator autotools ltprune multilib-minimal MAJOR=$(get_major_version) MY_PV=$(get_version_component_range 1-3) |