From: David Seifert Date: Sat, 15 Feb 2020 10:00:19 +0000 (+0100) Subject: media-libs/libeot: [QA] inherit ltprune.eclass directly X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0494801c0044adac0f135094ad7c57558d3d8c3f;p=gentoo.git media-libs/libeot: [QA] inherit ltprune.eclass directly Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert --- 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')"