diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 11:03:16 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 11:03:16 +0100 |
commit | e627d0d4f85e8629958105ba7f817aae6e45c101 (patch) | |
tree | 5d3eda00c2f5937ef90d0755c765e988e727e931 /x11-libs/xforms | |
parent | x11-libs/librfm: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-e627d0d4f85e8629958105ba7f817aae6e45c101.tar.gz gentoo-e627d0d4f85e8629958105ba7f817aae6e45c101.tar.bz2 gentoo-e627d0d4f85e8629958105ba7f817aae6e45c101.zip |
x11-libs/xforms: [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 'x11-libs/xforms')
-rw-r--r-- | x11-libs/xforms/xforms-1.2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/xforms/xforms-1.2.4.ebuild b/x11-libs/xforms/xforms-1.2.4.ebuild index 24d84ae03bd6..30c185fca723 100644 --- a/x11-libs/xforms/xforms-1.2.4.ebuild +++ b/x11-libs/xforms/xforms-1.2.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 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="${P/-/_}" |