Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/st/
Date: Thu, 14 Oct 2021 17:24:27
Message-Id: 1634232254.a985aa72ccb8171fcc09e2cbbe18c7d284aebd04.sam@gentoo
1 commit: a985aa72ccb8171fcc09e2cbbe18c7d284aebd04
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 14 17:23:28 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 14 17:24:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a985aa72
7
8 x11-terms/st: minor modernisation in 0.8.4-r1
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 x11-terms/st/st-0.8.4-r1.ebuild | 7 ++++---
13 x11-terms/st/st-9999.ebuild | 5 +++--
14 2 files changed, 7 insertions(+), 5 deletions(-)
15
16 diff --git a/x11-terms/st/st-0.8.4-r1.ebuild b/x11-terms/st/st-0.8.4-r1.ebuild
17 index 0b7788ee576..9ce9140045a 100644
18 --- a/x11-terms/st/st-0.8.4-r1.ebuild
19 +++ b/x11-terms/st/st-0.8.4-r1.ebuild
20 @@ -2,9 +2,10 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 -inherit desktop multilib savedconfig toolchain-funcs
25
26 -DESCRIPTION="simple terminal implementation for X"
27 +inherit desktop savedconfig toolchain-funcs
28 +
29 +DESCRIPTION="Simple terminal implementation for X"
30 HOMEPAGE="https://st.suckless.org/"
31 SRC_URI="https://dl.suckless.org/st/${P}.tar.gz"
32
33 @@ -21,9 +22,9 @@ RDEPEND="
34 "
35 DEPEND="
36 ${RDEPEND}
37 - virtual/pkgconfig
38 x11-base/xorg-proto
39 "
40 +BDEPEND="virtual/pkgconfig"
41
42 PATCHES=(
43 "${FILESDIR}"/${P}-locale-musl-segfault.patch
44
45 diff --git a/x11-terms/st/st-9999.ebuild b/x11-terms/st/st-9999.ebuild
46 index aeafbd94f11..295422f8857 100644
47 --- a/x11-terms/st/st-9999.ebuild
48 +++ b/x11-terms/st/st-9999.ebuild
49 @@ -2,7 +2,8 @@
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=7
53 -inherit desktop git-r3 multilib savedconfig toolchain-funcs
54 +
55 +inherit desktop git-r3 savedconfig toolchain-funcs
56
57 DESCRIPTION="simple terminal implementation for X"
58 HOMEPAGE="https://st.suckless.org/"
59 @@ -21,9 +22,9 @@ RDEPEND="
60 "
61 DEPEND="
62 ${RDEPEND}
63 - virtual/pkgconfig
64 x11-base/xorg-proto
65 "
66 +BDEPEND="virtual/pkgconfig"
67
68 src_prepare() {
69 default