commit: 26083327e57661ebd2f86d0be84ebef143a79684
Author: YingChi Long <me <AT> inclyc <DOT> cn>
AuthorDate: Fri Aug 26 13:17:16 2022 +0000
Commit: YingChi Long <me <AT> inclyc <DOT> cn>
CommitDate: Fri Aug 26 13:18:26 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=26083327
dev-util/xmake: Address comments from @thesamesam
Signed-off-by: YingChi Long <me <AT> inclyc.cn>
dev-util/xmake/xmake-2.7.1.ebuild | 12 +++++++-----
dev-util/xmake/xmake-9999.ebuild | 12 +++++++-----
2 files changed, 14 insertions(+), 10 deletions(-)
diff --git a/dev-util/xmake/xmake-2.7.1.ebuild
b/dev-util/xmake/xmake-2.7.1.ebuild
index e0ae5a983..9ecfbcf50 100644
--- a/dev-util/xmake/xmake-2.7.1.ebuild
+++ b/dev-util/xmake/xmake-2.7.1.ebuild
@@ -23,15 +23,17 @@ RESTRICT="test"
LICENSE="Apache-2.0"
SLOT="0"
-RDEPEND="
- virtual/pkgconfig
-"
DEPEND="
sys-libs/ncurses:=
sys-libs/readline:=
"
-
-BDEPEND="${RDEPEND}"
+BDEPEND="
+ virtual/pkgconfig
+"
+RDEPEND="
+ ${DEPEND}
+ ${BDEPEND}
+"
DOCS=(
CHANGELOG.md CODE_OF_CONDUCT.md CONTRIBUTING.md
diff --git a/dev-util/xmake/xmake-9999.ebuild b/dev-util/xmake/xmake-9999.ebuild
index e0ae5a983..9ecfbcf50 100644
--- a/dev-util/xmake/xmake-9999.ebuild
+++ b/dev-util/xmake/xmake-9999.ebuild
@@ -23,15 +23,17 @@ RESTRICT="test"
LICENSE="Apache-2.0"
SLOT="0"
-RDEPEND="
- virtual/pkgconfig
-"
DEPEND="
sys-libs/ncurses:=
sys-libs/readline:=
"
-
-BDEPEND="${RDEPEND}"
+BDEPEND="
+ virtual/pkgconfig
+"
+RDEPEND="
+ ${DEPEND}
+ ${BDEPEND}
+"
DOCS=(
CHANGELOG.md CODE_OF_CONDUCT.md CONTRIBUTING.md