From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ECC0B138350 for ; Tue, 7 Apr 2020 07:03:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BF22E0A04; Tue, 7 Apr 2020 07:03:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 139B6E0A04 for ; Tue, 7 Apr 2020 07:03:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 23ED434EF61 for ; Tue, 7 Apr 2020 07:03:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA692166 for ; Tue, 7 Apr 2020 07:03:32 +0000 (UTC) From: "Rui Huang" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rui Huang" Message-ID: <1586243001.bfe80067a7e2a6200e56d79e53b62d249c46dcc8.vowstar@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/kactus2/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-electronics/kactus2/kactus2-9999.ebuild X-VCS-Directories: sci-electronics/kactus2/ X-VCS-Committer: vowstar X-VCS-Committer-Name: Rui Huang X-VCS-Revision: bfe80067a7e2a6200e56d79e53b62d249c46dcc8 X-VCS-Branch: dev Date: Tue, 7 Apr 2020 07:03:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7afc0901-c1b3-464f-b50d-1a7a72532d13 X-Archives-Hash: fb695432f298fbb34c80b93e2ad4ca91 commit: bfe80067a7e2a6200e56d79e53b62d249c46dcc8 Author: Huang Rui gmail com> AuthorDate: Tue Apr 7 07:02:23 2020 +0000 Commit: Rui Huang gmail com> CommitDate: Tue Apr 7 07:03:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bfe80067 sci-electronics/kactus2: fix the order of RDEPEND and DEPEND for 9999 Follow https://gitweb.gentoo.org/repo/gentoo.git/tree/skel.ebuild Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Huang Rui gmail.com> sci-electronics/kactus2/kactus2-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-electronics/kactus2/kactus2-9999.ebuild b/sci-electronics/kactus2/kactus2-9999.ebuild index 49a4db5..31f8ea4 100644 --- a/sci-electronics/kactus2/kactus2-9999.ebuild +++ b/sci-electronics/kactus2/kactus2-9999.ebuild @@ -23,7 +23,7 @@ fi LICENSE="GPL-2" SLOT="0" -DEPEND=" +RDEPEND=" dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qthelp:5 @@ -33,8 +33,8 @@ DEPEND=" dev-qt/qtxml:5 " -RDEPEND=" - ${DEPEND} +DEPEND=" + ${RDEPEND} " src_install() {