diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 20:15:19 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 20:15:19 +0200 |
commit | 2ceaecafc101b40a08898de374eaeddf58f58d16 (patch) | |
tree | efb1c2d7ddf9502980fe6f9b4bceb0a0554815b2 /dev-libs/gobject-introspection | |
parent | dev-games/freecell-solver: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff) | |
download | gentoo-2ceaecafc101b40a08898de374eaeddf58f58d16.tar.gz gentoo-2ceaecafc101b40a08898de374eaeddf58f58d16.tar.bz2 gentoo-2ceaecafc101b40a08898de374eaeddf58f58d16.zip |
dev-libs/gobject-introspection: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs/gobject-introspection')
-rw-r--r-- | dev-libs/gobject-introspection/gobject-introspection-1.68.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.68.0.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.68.0.ebuild index ebd5522e0fd9..fec54fa1772f 100644 --- a/dev-libs/gobject-introspection/gobject-introspection-1.68.0.ebuild +++ b/dev-libs/gobject-introspection/gobject-introspection-1.68.0.ebuild @@ -24,8 +24,8 @@ RDEPEND=" dev-libs/libffi:= doctool? ( $(python_gen_cond_dep ' - dev-python/mako[${PYTHON_MULTI_USEDEP}] - dev-python/markdown[${PYTHON_MULTI_USEDEP}] + dev-python/mako[${PYTHON_USEDEP}] + dev-python/markdown[${PYTHON_USEDEP}] ') ) virtual/pkgconfig @@ -42,8 +42,8 @@ DEPEND="${RDEPEND} test? ( x11-libs/cairo[glib] $(python_gen_cond_dep ' - dev-python/mako[${PYTHON_MULTI_USEDEP}] - dev-python/markdown[${PYTHON_MULTI_USEDEP}] + dev-python/mako[${PYTHON_USEDEP}] + dev-python/markdown[${PYTHON_USEDEP}] ') ) " |