Gentoo Archives: gentoo-commits

From: YingChi Long <me@××××××.cn>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/xmake/
Date: Fri, 26 Aug 2022 13:18:36
Message-Id: 1661519906.26083327e57661ebd2f86d0be84ebef143a79684.me@gentoo
1 commit: 26083327e57661ebd2f86d0be84ebef143a79684
2 Author: YingChi Long <me <AT> inclyc <DOT> cn>
3 AuthorDate: Fri Aug 26 13:17:16 2022 +0000
4 Commit: YingChi Long <me <AT> inclyc <DOT> cn>
5 CommitDate: Fri Aug 26 13:18:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=26083327
7
8 dev-util/xmake: Address comments from @thesamesam
9
10 Signed-off-by: YingChi Long <me <AT> inclyc.cn>
11
12 dev-util/xmake/xmake-2.7.1.ebuild | 12 +++++++-----
13 dev-util/xmake/xmake-9999.ebuild | 12 +++++++-----
14 2 files changed, 14 insertions(+), 10 deletions(-)
15
16 diff --git a/dev-util/xmake/xmake-2.7.1.ebuild b/dev-util/xmake/xmake-2.7.1.ebuild
17 index e0ae5a983..9ecfbcf50 100644
18 --- a/dev-util/xmake/xmake-2.7.1.ebuild
19 +++ b/dev-util/xmake/xmake-2.7.1.ebuild
20 @@ -23,15 +23,17 @@ RESTRICT="test"
21 LICENSE="Apache-2.0"
22 SLOT="0"
23
24 -RDEPEND="
25 - virtual/pkgconfig
26 -"
27 DEPEND="
28 sys-libs/ncurses:=
29 sys-libs/readline:=
30 "
31 -
32 -BDEPEND="${RDEPEND}"
33 +BDEPEND="
34 + virtual/pkgconfig
35 +"
36 +RDEPEND="
37 + ${DEPEND}
38 + ${BDEPEND}
39 +"
40
41 DOCS=(
42 CHANGELOG.md CODE_OF_CONDUCT.md CONTRIBUTING.md
43
44 diff --git a/dev-util/xmake/xmake-9999.ebuild b/dev-util/xmake/xmake-9999.ebuild
45 index e0ae5a983..9ecfbcf50 100644
46 --- a/dev-util/xmake/xmake-9999.ebuild
47 +++ b/dev-util/xmake/xmake-9999.ebuild
48 @@ -23,15 +23,17 @@ RESTRICT="test"
49 LICENSE="Apache-2.0"
50 SLOT="0"
51
52 -RDEPEND="
53 - virtual/pkgconfig
54 -"
55 DEPEND="
56 sys-libs/ncurses:=
57 sys-libs/readline:=
58 "
59 -
60 -BDEPEND="${RDEPEND}"
61 +BDEPEND="
62 + virtual/pkgconfig
63 +"
64 +RDEPEND="
65 + ${DEPEND}
66 + ${BDEPEND}
67 +"
68
69 DOCS=(
70 CHANGELOG.md CODE_OF_CONDUCT.md CONTRIBUTING.md