commit: e5db33a3c034773e0576283024b406c1179c599d Author: YingChi Long <me <AT> inclyc <DOT> cn> AuthorDate: Fri Aug 26 13:04:36 2022 +0000 Commit: YingChi Long <me <AT> inclyc <DOT> cn> CommitDate: Fri Aug 26 13:04:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e5db33a3
dev-util/xmake: Address comments from @thesamesam Signed-off-by: YingChi Long <me <AT> inclyc.cn> dev-util/xmake/xmake-2.7.1.ebuild | 16 +++++++++------- dev-util/xmake/xmake-9999.ebuild | 14 ++++++++------ 2 files changed, 17 insertions(+), 13 deletions(-) diff --git a/dev-util/xmake/xmake-2.7.1.ebuild b/dev-util/xmake/xmake-2.7.1.ebuild index d2044cf5f..e0ae5a983 100644 --- a/dev-util/xmake/xmake-2.7.1.ebuild +++ b/dev-util/xmake/xmake-2.7.1.ebuild @@ -1,11 +1,11 @@ # Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit optfeature -DESCRIPTION="A cross-platform build utility based on Lua." +DESCRIPTION="A cross-platform build utility based on Lua" HOMEPAGE="https://xmake.io" if [[ ${PV} == *9999* ]]; then @@ -23,13 +23,15 @@ RESTRICT="test" LICENSE="Apache-2.0" SLOT="0" -DEPEND=" +RDEPEND=" virtual/pkgconfig - sys-libs/ncurses - sys-libs/readline " -RDEPEND="${DEPEND}" -BDEPEND="${DEPEND}" +DEPEND=" + sys-libs/ncurses:= + sys-libs/readline:= +" + +BDEPEND="${RDEPEND}" 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 7671f4b44..e0ae5a983 100644 --- a/dev-util/xmake/xmake-9999.ebuild +++ b/dev-util/xmake/xmake-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit optfeature -DESCRIPTION="A cross-platform build utility based on Lua." +DESCRIPTION="A cross-platform build utility based on Lua" HOMEPAGE="https://xmake.io" if [[ ${PV} == *9999* ]]; then @@ -23,13 +23,15 @@ RESTRICT="test" LICENSE="Apache-2.0" SLOT="0" -DEPEND=" +RDEPEND=" virtual/pkgconfig - sys-libs/ncurses - sys-libs/readline " -RDEPEND="${DEPEND}" -BDEPEND="${DEPEND}" +DEPEND=" + sys-libs/ncurses:= + sys-libs/readline:= +" + +BDEPEND="${RDEPEND}" DOCS=( CHANGELOG.md CODE_OF_CONDUCT.md CONTRIBUTING.md
