diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 20:16:41 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 20:16:41 +0200 |
commit | 76860e17184e2fad76e0785b798db2d39e0b9c3c (patch) | |
tree | 411cb8a5397d917e854ab64cc903c635466b79bf /net-misc/connman-notify | |
parent | net-mail/fetchmail: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff) | |
download | gentoo-76860e17184e2fad76e0785b798db2d39e0b9c3c.tar.gz gentoo-76860e17184e2fad76e0785b798db2d39e0b9c3c.tar.bz2 gentoo-76860e17184e2fad76e0785b798db2d39e0b9c3c.zip |
net-misc/connman-notify: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-misc/connman-notify')
-rw-r--r-- | net-misc/connman-notify/connman-notify-0_pre20191003-r2.ebuild | 6 | ||||
-rw-r--r-- | net-misc/connman-notify/connman-notify-0_pre20191003-r3.ebuild | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/connman-notify/connman-notify-0_pre20191003-r2.ebuild b/net-misc/connman-notify/connman-notify-0_pre20191003-r2.ebuild index 69220f55962a..7358a56ef944 100644 --- a/net-misc/connman-notify/connman-notify-0_pre20191003-r2.ebuild +++ b/net-misc/connman-notify/connman-notify-0_pre20191003-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit desktop python-single-r1 vcs-snapshot @@ -23,8 +23,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} $(python_gen_cond_dep ' - dev-python/dbus-python[${PYTHON_MULTI_USEDEP}] - dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}] + dev-python/dbus-python[${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] ') net-misc/connman virtual/notification-daemon" diff --git a/net-misc/connman-notify/connman-notify-0_pre20191003-r3.ebuild b/net-misc/connman-notify/connman-notify-0_pre20191003-r3.ebuild index e9555e6bfa2b..217e156b72ed 100644 --- a/net-misc/connman-notify/connman-notify-0_pre20191003-r3.ebuild +++ b/net-misc/connman-notify/connman-notify-0_pre20191003-r3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit desktop python-single-r1 |