diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 10:59:03 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 10:59:03 +0100 |
commit | 0663e7cde6e780afa9441cce8937fdacf98a39ed (patch) | |
tree | 1129b0cba681f48302717de3f57309552b40b3ea /dev-libs | |
parent | dev-libs/libnl: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-0663e7cde6e780afa9441cce8937fdacf98a39ed.tar.gz gentoo-0663e7cde6e780afa9441cce8937fdacf98a39ed.tar.bz2 gentoo-0663e7cde6e780afa9441cce8937fdacf98a39ed.zip |
dev-libs/libotf: [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')
-rw-r--r-- | dev-libs/libotf/libotf-0.9.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libotf/libotf-0.9.13.ebuild b/dev-libs/libotf/libotf-0.9.13.ebuild index 5a604674a641..e29f42708afc 100644 --- a/dev-libs/libotf/libotf-0.9.13.ebuild +++ b/dev-libs/libotf/libotf-0.9.13.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils +inherit autotools eutils ltprune DESCRIPTION="Library for handling OpenType fonts (OTF)" HOMEPAGE="http://www.nongnu.org/m17n/" |