summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-15 11:00:19 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-15 11:00:19 +0100
commit0494801c0044adac0f135094ad7c57558d3d8c3f (patch)
tree5654a9f454a6a549d3caff81559a6f527c2e660f /media-libs/libeot
parentmedia-libs/libcanberra: [QA] inherit ltprune.eclass directly (diff)
downloadgentoo-0494801c0044adac0f135094ad7c57558d3d8c3f.tar.gz
gentoo-0494801c0044adac0f135094ad7c57558d3d8c3f.tar.bz2
gentoo-0494801c0044adac0f135094ad7c57558d3d8c3f.zip
media-libs/libeot: [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 'media-libs/libeot')
-rw-r--r--media-libs/libeot/libeot-0.01.ebuild4
-rw-r--r--media-libs/libeot/libeot-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/libeot/libeot-0.01.ebuild b/media-libs/libeot/libeot-0.01.ebuild
index 94176cfe566e..4c39bd19e789 100644
--- a/media-libs/libeot/libeot-0.01.ebuild
+++ b/media-libs/libeot/libeot-0.01.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EGIT_REPO_URI="https://github.com/umanwizard/libeot.git"
-inherit eutils autotools
+inherit eutils autotools ltprune
[[ ${PV} == 9999 ]] && inherit git-r3
DESCRIPTION="Library for parsing Embedded OpenType files (Microsoft embedded font 'standard')"
diff --git a/media-libs/libeot/libeot-9999.ebuild b/media-libs/libeot/libeot-9999.ebuild
index b5fcbe1194d9..49cdb315231b 100644
--- a/media-libs/libeot/libeot-9999.ebuild
+++ b/media-libs/libeot/libeot-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EGIT_REPO_URI="https://github.com/umanwizard/libeot.git"
-inherit eutils autotools
+inherit eutils autotools ltprune
[[ ${PV} == 9999 ]] && inherit git-r3
DESCRIPTION="Library for parsing Embedded OpenType files (Microsoft embedded font 'standard')"