diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 11:00:08 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 11:00:08 +0100 |
commit | c50daa87fcc5efd07247e198f0fefaa1d907fe5b (patch) | |
tree | f9fe4e458a2206933a3d19428cd654f2ae315c9d /media-libs/gegl | |
parent | media-libs/freealut: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-c50daa87fcc5efd07247e198f0fefaa1d907fe5b.tar.gz gentoo-c50daa87fcc5efd07247e198f0fefaa1d907fe5b.tar.bz2 gentoo-c50daa87fcc5efd07247e198f0fefaa1d907fe5b.zip |
media-libs/gegl: [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/gegl')
-rw-r--r-- | media-libs/gegl/gegl-0.3.34.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/gegl/gegl-0.3.34.ebuild b/media-libs/gegl/gegl-0.3.34.ebuild index 526a646fbd57..f0b3e39ac8c3 100644 --- a/media-libs/gegl/gegl-0.3.34.ebuild +++ b/media-libs/gegl/gegl-0.3.34.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) # vala and introspection support is broken, bug #468208 VALA_USE_DEPEND=vapigen -inherit versionator gnome2-utils eutils autotools python-any-r1 vala +inherit versionator gnome2-utils eutils autotools ltprune python-any-r1 vala if [[ ${PV} == *9999* ]]; then inherit autotools git-r3 |