diff options
author | Sam James <sam@gentoo.org> | 2021-12-20 00:48:51 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-20 00:48:51 +0000 |
commit | e21cf01224e5a1b2e3f749844dd1776775b014ac (patch) | |
tree | 6f13901a2ebb5a21bec12fd49fa75e0f67c61586 /media-gfx/graphite2 | |
parent | media-gfx/graphite2: fix build system (mainly musl build) (diff) | |
download | gentoo-e21cf01224e5a1b2e3f749844dd1776775b014ac.tar.gz gentoo-e21cf01224e5a1b2e3f749844dd1776775b014ac.tar.bz2 gentoo-e21cf01224e5a1b2e3f749844dd1776775b014ac.zip |
media-gfx/graphite2: fix UnusedInherits
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/graphite2')
-rw-r--r-- | media-gfx/graphite2/graphite2-1.3.14-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/graphite2/graphite2-1.3.14-r1.ebuild b/media-gfx/graphite2/graphite2-1.3.14-r1.ebuild index 86136261342d..1178fe2d3a31 100644 --- a/media-gfx/graphite2/graphite2-1.3.14-r1.ebuild +++ b/media-gfx/graphite2/graphite2-1.3.14-r1.ebuild @@ -6,7 +6,7 @@ EAPI=7 CMAKE_ECLASS=cmake GENTOO_DEPEND_ON_PERL="no" PYTHON_COMPAT=( python3_{7,8,9} ) -inherit perl-module python-any-r1 cmake-multilib flag-o-matic +inherit perl-module python-any-r1 cmake-multilib DESCRIPTION="Library providing rendering capabilities for complex non-Roman writing systems" HOMEPAGE="https://scripts.sil.org/cms/scripts/page.php?site_id=projects&item_id=graphite_home" |