commit:     9e7e88c20f804d3b515792fb523ea397586efcfe
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 10 20:17:56 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 10 20:19:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e7e88c2

dev-vcs/breezy: fix missing RDEPs, fix strip call

Closes: https://bugs.gentoo.org/910051
Closes: https://bugs.gentoo.org/909846
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 .../breezy/{breezy-3.3.0.ebuild => breezy-3.3.0-r1.ebuild}    | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/dev-vcs/breezy/breezy-3.3.0.ebuild 
b/dev-vcs/breezy/breezy-3.3.0-r1.ebuild
similarity index 93%
rename from dev-vcs/breezy/breezy-3.3.0.ebuild
rename to dev-vcs/breezy/breezy-3.3.0-r1.ebuild
index 305f328287e7..42bcca42b2ce 100644
--- a/dev-vcs/breezy/breezy-3.3.0.ebuild
+++ b/dev-vcs/breezy/breezy-3.3.0-r1.ebuild
@@ -65,11 +65,12 @@ RESTRICT="test"
 RDEPEND="
        $(python_gen_cond_dep '
                dev-python/configobj[${PYTHON_USEDEP}]
-               dev-python/dulwich[${PYTHON_USEDEP}]
-               dev-python/fastimport[${PYTHON_USEDEP}]
-               dev-python/patiencediff[${PYTHON_USEDEP}]
                dev-python/fastbencode[${PYTHON_USEDEP}]
+               dev-python/patiencediff[${PYTHON_USEDEP}]
+               dev-python/merge3[${PYTHON_USEDEP}]
+               dev-python/dulwich[${PYTHON_USEDEP}]
                dev-python/urllib3[${PYTHON_USEDEP}]
+               dev-python/pyyaml[${PYTHON_USEDEP}]
        ')
        !dev-vcs/bzr
 "
@@ -84,7 +85,9 @@ BDEPEND="
 QA_FLAGS_IGNORED=".*"
 
 src_prepare() {
-       sed -e 's@man/man1@share/&@' -i setup.py || die
+       sed -e 's@man/man1@share/&@' \
+               -e 's@, strip=Strip\.All@@' \
+               -i setup.py || die
 
        distutils-r1_src_prepare
 }

Reply via email to