From 26083327e57661ebd2f86d0be84ebef143a79684 Mon Sep 17 00:00:00 2001 From: YingChi Long Date: Fri, 26 Aug 2022 21:17:16 +0800 Subject: [PATCH] dev-util/xmake: Address comments from @thesamesam Signed-off-by: YingChi Long --- 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 e0ae5a983e..9ecfbcf50a 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 e0ae5a983e..9ecfbcf50a 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