diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 10:58:47 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 10:58:47 +0100 |
commit | 058cad579549bc3ef31996975c93568cbaa777bc (patch) | |
tree | 739d83bb2c59f9fddc5eadd2396e230816cc4018 /dev-libs/libdbh | |
parent | dev-libs/libcoyotl: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-058cad579549bc3ef31996975c93568cbaa777bc.tar.gz gentoo-058cad579549bc3ef31996975c93568cbaa777bc.tar.bz2 gentoo-058cad579549bc3ef31996975c93568cbaa777bc.zip |
dev-libs/libdbh: [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/libdbh')
-rw-r--r-- | dev-libs/libdbh/libdbh-5.0.19.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libdbh/libdbh-5.0.19.ebuild b/dev-libs/libdbh/libdbh-5.0.19.ebuild index f3e99a35c217..d545dd68e5e6 100644 --- a/dev-libs/libdbh/libdbh-5.0.19.ebuild +++ b/dev-libs/libdbh/libdbh-5.0.19.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils +inherit autotools eutils ltprune MY_P=${PN}2-${PV} |