diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 20:16:53 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 20:16:53 +0200 |
commit | 4868c24841fd1e3c3c60f5f5b630595cffb9126e (patch) | |
tree | f672ae482e2f4b278eefad7d47f9955122dca65b /net-wireless/gr-paint | |
parent | net-wireless/gr-ieee802154: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff) | |
download | gentoo-4868c24841fd1e3c3c60f5f5b630595cffb9126e.tar.gz gentoo-4868c24841fd1e3c3c60f5f5b630595cffb9126e.tar.bz2 gentoo-4868c24841fd1e3c3c60f5f5b630595cffb9126e.zip |
net-wireless/gr-paint: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-wireless/gr-paint')
-rw-r--r-- | net-wireless/gr-paint/gr-paint-0.0_p20200517-r1.ebuild | 4 | ||||
-rw-r--r-- | net-wireless/gr-paint/gr-paint-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-wireless/gr-paint/gr-paint-0.0_p20200517-r1.ebuild b/net-wireless/gr-paint/gr-paint-0.0_p20200517-r1.ebuild index d10f7768be46..aad1eb07b45d 100644 --- a/net-wireless/gr-paint/gr-paint-0.0_p20200517-r1.ebuild +++ b/net-wireless/gr-paint/gr-paint-0.0_p20200517-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) if [[ ${PV} == 9999* ]]; then inherit git-r3 @@ -29,7 +29,7 @@ RESTRICT="test" DEPEND="${PYTHON_DEPS} $(python_gen_cond_dep ' - dev-libs/boost:=[${PYTHON_MULTI_USEDEP}] + dev-libs/boost:=[${PYTHON_USEDEP}] ') dev-libs/gmp sci-libs/volk:= diff --git a/net-wireless/gr-paint/gr-paint-9999.ebuild b/net-wireless/gr-paint/gr-paint-9999.ebuild index d10f7768be46..aad1eb07b45d 100644 --- a/net-wireless/gr-paint/gr-paint-9999.ebuild +++ b/net-wireless/gr-paint/gr-paint-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) if [[ ${PV} == 9999* ]]; then inherit git-r3 @@ -29,7 +29,7 @@ RESTRICT="test" DEPEND="${PYTHON_DEPS} $(python_gen_cond_dep ' - dev-libs/boost:=[${PYTHON_MULTI_USEDEP}] + dev-libs/boost:=[${PYTHON_USEDEP}] ') dev-libs/gmp sci-libs/volk:= |