Skip to content

Commit

Permalink
mate-extra/caja-dropbox: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Browse files Browse the repository at this point in the history
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Jul 17, 2021
1 parent 73163de commit beefbfc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mate-extra/caja-dropbox/caja-dropbox-1.24.0-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

PYTHON_COMPAT=( python3_{7,8} )
PYTHON_COMPAT=( python3_8 )
MATE_LA_PUNT="yes"

inherit eapi7-ver mate python-single-r1 linux-info
Expand All @@ -23,7 +23,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
dev-libs/atk
>=dev-libs/glib-2.50:2
$(python_gen_cond_dep '
dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
')
>=mate-base/caja-1.19.1
mate-extra/caja-extensions
Expand Down

0 comments on commit beefbfc

Please sign in to comment.