Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/zutty/
Date: Tue, 18 May 2021 13:31:36
Message-Id: 1621344683.d3ebfcc6748ea1b7494866eec0de8d52a2c9204b.juippis@gentoo
1 commit: d3ebfcc6748ea1b7494866eec0de8d52a2c9204b
2 Author: Matt Smith <matt <AT> offtopica <DOT> uk>
3 AuthorDate: Thu Apr 29 18:42:33 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue May 18 13:31:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3ebfcc6
7
8 x11-terms/zutty: Tidy deps
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Matt Smith <matt <AT> offtopica.uk>
12 Closes: https://github.com/gentoo/gentoo/pull/20602
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 x11-terms/zutty/zutty-0.8.ebuild | 14 +++++++-------
16 1 file changed, 7 insertions(+), 7 deletions(-)
17
18 diff --git a/x11-terms/zutty/zutty-0.8.ebuild b/x11-terms/zutty/zutty-0.8.ebuild
19 index 09214500765..17db91d0c66 100644
20 --- a/x11-terms/zutty/zutty-0.8.ebuild
21 +++ b/x11-terms/zutty/zutty-0.8.ebuild
22 @@ -16,15 +16,15 @@ LICENSE="GPL-3+"
23 SLOT="0"
24 KEYWORDS="~amd64"
25
26 -COMMON_DEPEND="
27 +RDEPEND="
28 media-libs/freetype:2
29 media-libs/libglvnd[X]
30 - x11-libs/libXmu"
31 -DEPEND="
32 - ${COMMON_DEPEND}
33 - ${PYTHON_DEPS}"
34 -RDEPEND="${COMMON_DEPEND}"
35 -BDEPEND="virtual/pkgconfig"
36 + x11-libs/libXmu
37 +"
38 +BDEPEND="
39 + ${PYTHON_DEPS}
40 + virtual/pkgconfig
41 +"
42
43 PATCHES=( "${FILESDIR}"/${PN}-0.8-gcc11.patch )