Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-paint/
Date: Sun, 04 Sep 2022 12:12:43
Message-Id: 1662293530.986c104e9f05a8e5235ac5c4e88e7dc185088849.soap@gentoo
1 commit: 986c104e9f05a8e5235ac5c4e88e7dc185088849
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 12:12:10 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 4 12:12:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=986c104e
7
8 net-wireless/gr-paint: [QA] correct boost python usedep
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 ...r-paint-0.0_p20200517-r1.ebuild => gr-paint-0.0_p20200517-r2.ebuild} | 2 +-
13 .../{gr-paint-0.0_p20220320.ebuild => gr-paint-0.0_p20220320-r1.ebuild} | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 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
17 similarity index 96%
18 rename from net-wireless/gr-paint/gr-paint-0.0_p20200517-r1.ebuild
19 rename to net-wireless/gr-paint/gr-paint-0.0_p20200517-r2.ebuild
20 index 29e3d30c09af..35476b32adf0 100644
21 --- a/net-wireless/gr-paint/gr-paint-0.0_p20200517-r1.ebuild
22 +++ b/net-wireless/gr-paint/gr-paint-0.0_p20200517-r2.ebuild
23 @@ -29,7 +29,7 @@ RESTRICT="test"
24
25 DEPEND="${PYTHON_DEPS}
26 $(python_gen_cond_dep '
27 - dev-libs/boost:=[${PYTHON_USEDEP}]
28 + dev-libs/boost:=[python,${PYTHON_USEDEP}]
29 ')
30 dev-libs/gmp
31 sci-libs/volk:=
32
33 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
34 similarity index 96%
35 rename from net-wireless/gr-paint/gr-paint-0.0_p20220320.ebuild
36 rename to net-wireless/gr-paint/gr-paint-0.0_p20220320-r1.ebuild
37 index 5f661be66d2c..4a217b8ba582 100644
38 --- a/net-wireless/gr-paint/gr-paint-0.0_p20220320.ebuild
39 +++ b/net-wireless/gr-paint/gr-paint-0.0_p20220320-r1.ebuild
40 @@ -29,7 +29,7 @@ RESTRICT="test"
41
42 DEPEND="${PYTHON_DEPS}
43 $(python_gen_cond_dep '
44 - dev-libs/boost:=[${PYTHON_USEDEP}]
45 + dev-libs/boost:=[python,${PYTHON_USEDEP}]
46 ')
47 dev-libs/gmp
48 sci-libs/volk:=