commit: e3608eae4362dcb35645750baa382373ae6a54ce
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 20 15:16:02 2021 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed Jan 20 15:16:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3608eae
x11-misc/i3blocks-contrib: require newer i3blocks & block old
Blocker on old is required because there will be collisions with 1.4,
dependency on newer is required because these scripts use some functions
not available in 1.4 release.
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
x11-misc/i3blocks-contrib/i3blocks-contrib-1.4.0_p20201127.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/x11-misc/i3blocks-contrib/i3blocks-contrib-1.4.0_p20201127.ebuild
b/x11-misc/i3blocks-contrib/i3blocks-contrib-1.4.0_p20201127.ebuild
index 653c846b589..91c7d5c7864 100644
--- a/x11-misc/i3blocks-contrib/i3blocks-contrib-1.4.0_p20201127.ebuild
+++ b/x11-misc/i3blocks-contrib/i3blocks-contrib-1.4.0_p20201127.ebuild
@@ -15,7 +15,8 @@ SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
DEPEND=""
-RDEPEND="x11-misc/i3blocks"
+RDEPEND="!<x11-misc/i3blocks-1.5
+ >=x11-misc/i3blocks-1.5"
BDEPEND=""
src_prepare() {