commit:     7dc48772f20ace430c94de7342e59858e8091a53
Author:     Lucas Mitrak <lucas <AT> lucasmitrak <DOT> com>
AuthorDate: Tue May 25 08:22:19 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue May 25 11:18:02 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=7dc48772

dev-perl/BTLib: add blocker

* add blocker against app-misc/sphinx.
* added for both versions 0.19 and 0.20.

Currently, the package dev-perl/BTLib has file collisions with
app-misc/sphinx; therefore, they cannot be merged at on the same
system.
This commit adds blockers to all versions of dev-perl/BTLib
against app-misc/sphinx.
With this commit, they will not be able to be installed on the same
system, which solves the file collision problem.
Without this commit, a file collision detection will occur during
emerge.
This bug is similar to and was solved in the same method to
Bug: https://bugs.gentoo.org/756865.
This commit was tested locally within a docker w/ ebuildtester.
This commit was tested, written, and submitted by Lucas Mitrak.

Closes: https://bugs.gentoo.org/756796
Signed-off-by: Lucas Mitrak <lucas <AT> lucasmitrak.com>
Closes: https://github.com/gentoo/sci/pull/1081
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-perl/BTLib/BTLib-0.19.ebuild | 3 +++
 dev-perl/BTLib/BTLib-0.20.ebuild | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/dev-perl/BTLib/BTLib-0.19.ebuild b/dev-perl/BTLib/BTLib-0.19.ebuild
index 4205eca9e..6fa1072fb 100644
--- a/dev-perl/BTLib/BTLib-0.19.ebuild
+++ b/dev-perl/BTLib/BTLib-0.19.ebuild
@@ -13,4 +13,7 @@ LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
+RDEPEND="
+       !app-misc/sphinx"
+
 SRC_TEST="do"

diff --git a/dev-perl/BTLib/BTLib-0.20.ebuild b/dev-perl/BTLib/BTLib-0.20.ebuild
index 4205eca9e..6fa1072fb 100644
--- a/dev-perl/BTLib/BTLib-0.20.ebuild
+++ b/dev-perl/BTLib/BTLib-0.20.ebuild
@@ -13,4 +13,7 @@ LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
+RDEPEND="
+       !app-misc/sphinx"
+
 SRC_TEST="do"

Reply via email to