diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 09:12:55 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:18:13 +0100 |
commit | bd8ce790ca3ca4b82a25bc40a69865097dd7fdfc (patch) | |
tree | 0594e48ba6c1688404a865c76461329f7fd95dcd /media-libs/libeot | |
parent | media-libs/leptonica: eutils-- (diff) | |
download | gentoo-bd8ce790ca3ca4b82a25bc40a69865097dd7fdfc.tar.gz gentoo-bd8ce790ca3ca4b82a25bc40a69865097dd7fdfc.tar.bz2 gentoo-bd8ce790ca3ca4b82a25bc40a69865097dd7fdfc.zip |
media-libs/libeot: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/libeot')
-rw-r--r-- | media-libs/libeot/libeot-0.01.ebuild | 4 | ||||
-rw-r--r-- | media-libs/libeot/libeot-9999.ebuild | 4 |
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 4c39bd19e789..0ed17956bad6 100644 --- a/media-libs/libeot/libeot-0.01.ebuild +++ b/media-libs/libeot/libeot-0.01.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 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 ltprune +inherit 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 49cdb315231b..735af859bb04 100644 --- a/media-libs/libeot/libeot-9999.ebuild +++ b/media-libs/libeot/libeot-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 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 ltprune +inherit autotools ltprune [[ ${PV} == 9999 ]] && inherit git-r3 DESCRIPTION="Library for parsing Embedded OpenType files (Microsoft embedded font 'standard')" |