diff options
author | David Seifert <soap@gentoo.org> | 2022-09-04 14:12:10 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-09-04 14:12:10 +0200 |
commit | 986c104e9f05a8e5235ac5c4e88e7dc185088849 (patch) | |
tree | 7d70deb9835a018097c12e920c18b2ec9ed82e57 /net-wireless | |
parent | net-wireless/gr-iio: [QA] correct boost python usedep (diff) | |
download | gentoo-986c104e9f05a8e5235ac5c4e88e7dc185088849.tar.gz gentoo-986c104e9f05a8e5235ac5c4e88e7dc185088849.tar.bz2 gentoo-986c104e9f05a8e5235ac5c4e88e7dc185088849.zip |
net-wireless/gr-paint: [QA] correct boost python usedep
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/gr-paint/gr-paint-0.0_p20200517-r2.ebuild (renamed from net-wireless/gr-paint/gr-paint-0.0_p20200517-r1.ebuild) | 2 | ||||
-rw-r--r-- | net-wireless/gr-paint/gr-paint-0.0_p20220320-r1.ebuild (renamed from net-wireless/gr-paint/gr-paint-0.0_p20220320.ebuild) | 2 |
2 files changed, 2 insertions, 2 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-r2.ebuild index 29e3d30c09af..35476b32adf0 100644 --- a/net-wireless/gr-paint/gr-paint-0.0_p20200517-r1.ebuild +++ b/net-wireless/gr-paint/gr-paint-0.0_p20200517-r2.ebuild @@ -29,7 +29,7 @@ RESTRICT="test" DEPEND="${PYTHON_DEPS} $(python_gen_cond_dep ' - dev-libs/boost:=[${PYTHON_USEDEP}] + dev-libs/boost:=[python,${PYTHON_USEDEP}] ') dev-libs/gmp sci-libs/volk:= diff --git a/net-wireless/gr-paint/gr-paint-0.0_p20220320.ebuild b/net-wireless/gr-paint/gr-paint-0.0_p20220320-r1.ebuild index 5f661be66d2c..4a217b8ba582 100644 --- a/net-wireless/gr-paint/gr-paint-0.0_p20220320.ebuild +++ b/net-wireless/gr-paint/gr-paint-0.0_p20220320-r1.ebuild @@ -29,7 +29,7 @@ RESTRICT="test" DEPEND="${PYTHON_DEPS} $(python_gen_cond_dep ' - dev-libs/boost:=[${PYTHON_USEDEP}] + dev-libs/boost:=[python,${PYTHON_USEDEP}] ') dev-libs/gmp sci-libs/volk:= |