Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/
Date: Wed, 10 Feb 2021 21:26:38
Message-Id: 1612992391.25eaeaa89a82bc7cd8bcf5ccc814f0b9df88b3e3.sam@gentoo
1 commit: 25eaeaa89a82bc7cd8bcf5ccc814f0b9df88b3e3
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 10 21:26:06 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 10 21:26:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25eaeaa8
7
8 profiles/package.mask: mask =dev-ml/seq-1
9
10 Causes circular deps with opam.
11
12 See: ff101b42980416c2fdee330c105cabb745bc9a42
13 Bug: https://bugs.gentoo.org/769725
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 profiles/package.mask | 7 +++++++
17 1 file changed, 7 insertions(+)
18
19 diff --git a/profiles/package.mask b/profiles/package.mask
20 index 1923d3e6f28..e4be02d85c7 100644
21 --- a/profiles/package.mask
22 +++ b/profiles/package.mask
23 @@ -32,6 +32,13 @@
24
25 #--- END OF EXAMPLES ---
26
27 +# Sam James <sam@g.o> (2021-02-10)
28 +# Causes circular dep with opam
29 +# seq -> opam-installer -> opam-format -> re -> seq
30 +# See ff101b42980416c2fdee330c105cabb745bc9a42
31 +# bug #769725
32 +=dev-ml/seq-1
33 +
34 # Sergei Trofimovich <slyfox@g.o> (2021-02-08)
35 # Abandoned upstream. Was never ported from gtk-2.
36 # A possible alternative is media-gfx/geeqie (gqview fork).