diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2020-08-15 11:17:33 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2020-08-15 11:17:52 +0200 |
commit | 221bc85ff72abbb9e22016fce7864eb8db35eb12 (patch) | |
tree | 147fd1dfb021fc227dadab7b3a809a6f733d3386 /media-libs/harfbuzz | |
parent | net-fs/samba: Removed old (diff) | |
download | gentoo-221bc85ff72abbb9e22016fce7864eb8db35eb12.tar.gz gentoo-221bc85ff72abbb9e22016fce7864eb8db35eb12.tar.bz2 gentoo-221bc85ff72abbb9e22016fce7864eb8db35eb12.zip |
media-libs/harfbuzz: Another meson related cleanup
Thanks-to: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'media-libs/harfbuzz')
-rw-r--r-- | media-libs/harfbuzz/harfbuzz-2.7.1.ebuild | 2 | ||||
-rw-r--r-- | media-libs/harfbuzz/harfbuzz-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/harfbuzz/harfbuzz-2.7.1.ebuild b/media-libs/harfbuzz/harfbuzz-2.7.1.ebuild index 814c4951afde..d8d692333627 100644 --- a/media-libs/harfbuzz/harfbuzz-2.7.1.ebuild +++ b/media-libs/harfbuzz/harfbuzz-2.7.1.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) -inherit flag-o-matic libtool meson multilib-minimal python-any-r1 xdg-utils +inherit flag-o-matic meson multilib-minimal python-any-r1 xdg-utils DESCRIPTION="An OpenType text shaping engine" HOMEPAGE="https://www.freedesktop.org/wiki/Software/HarfBuzz" diff --git a/media-libs/harfbuzz/harfbuzz-9999.ebuild b/media-libs/harfbuzz/harfbuzz-9999.ebuild index 814c4951afde..d8d692333627 100644 --- a/media-libs/harfbuzz/harfbuzz-9999.ebuild +++ b/media-libs/harfbuzz/harfbuzz-9999.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) -inherit flag-o-matic libtool meson multilib-minimal python-any-r1 xdg-utils +inherit flag-o-matic meson multilib-minimal python-any-r1 xdg-utils DESCRIPTION="An OpenType text shaping engine" HOMEPAGE="https://www.freedesktop.org/wiki/Software/HarfBuzz" |