diff options
author | 2021-05-25 04:22:19 -0400 | |
---|---|---|
committer | 2021-05-25 13:18:02 +0200 | |
commit | 7dc48772f20ace430c94de7342e59858e8091a53 (patch) | |
tree | 54082e6da190ede202404cd008b4a88ca62bd761 | |
parent | dev-python/persim: version bump to 0.3.1 (diff) | |
download | sci-7dc48772f20ace430c94de7342e59858e8091a53.tar.gz sci-7dc48772f20ace430c94de7342e59858e8091a53.tar.bz2 sci-7dc48772f20ace430c94de7342e59858e8091a53.zip |
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@lucasmitrak.com>
Closes: https://github.com/gentoo/sci/pull/1081
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r-- | dev-perl/BTLib/BTLib-0.19.ebuild | 3 | ||||
-rw-r--r-- | dev-perl/BTLib/BTLib-0.20.ebuild | 3 |
2 files changed, 6 insertions, 0 deletions
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" |