diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 11:03:15 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 11:03:15 +0100 |
commit | ed2f35bdd953287f7903b3e576c003fd3c30c6a4 (patch) | |
tree | 99e27c3351d30e221618176f6f1bb030c7fe388d | |
parent | x11-libs/gtkdatabox: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-ed2f35bdd953287f7903b3e576c003fd3c30c6a4.tar.gz gentoo-ed2f35bdd953287f7903b3e576c003fd3c30c6a4.tar.bz2 gentoo-ed2f35bdd953287f7903b3e576c003fd3c30c6a4.zip |
x11-libs/librfm: [QA] inherit ltprune.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r-- | x11-libs/librfm/librfm-5.3.16.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild b/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild index ee20c76b2fe4..bba8880c72b0 100644 --- a/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild +++ b/x11-libs/librfm/librfm-5.3.16.3-r1.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=6 -inherit autotools eutils +inherit autotools eutils ltprune MY_P="${PN}5-${PV}" |