From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1430766-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 1E9BB158094
	for <garchives@archives.gentoo.org>; Fri, 26 Aug 2022 13:18:36 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 4EB97E09F8;
	Fri, 26 Aug 2022 13:18:35 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 2EB75E09F8
	for <gentoo-commits@lists.gentoo.org>; Fri, 26 Aug 2022 13:18:34 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 6E05534095A
	for <gentoo-commits@lists.gentoo.org>; Fri, 26 Aug 2022 13:18:33 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id DCFE2D4
	for <gentoo-commits@lists.gentoo.org>; Fri, 26 Aug 2022 13:18:31 +0000 (UTC)
From: "YingChi Long" <me@inclyc.cn>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "YingChi Long" <me@inclyc.cn>
Message-ID: <1661519906.26083327e57661ebd2f86d0be84ebef143a79684.me@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/xmake/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: dev-util/xmake/xmake-2.7.1.ebuild dev-util/xmake/xmake-9999.ebuild
X-VCS-Directories: dev-util/xmake/
X-VCS-Committer: me
X-VCS-Committer-Name: YingChi Long
X-VCS-Revision: 26083327e57661ebd2f86d0be84ebef143a79684
X-VCS-Branch: dev
Date: Fri, 26 Aug 2022 13:18:31 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: cfa05998-e1f3-43ec-90a3-afb1ecc802ef
X-Archives-Hash: 4e26710e5577a377ec3a35be39278276

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