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 1FF351382C5 for ; Sat, 13 Mar 2021 10:56:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53026E083E; Sat, 13 Mar 2021 10:56:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 389F9E083E for ; Sat, 13 Mar 2021 10:56:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5AAE1335D84 for ; Sat, 13 Mar 2021 10:56:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9FF7590 for ; Sat, 13 Mar 2021 10:56:27 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1615632978.4b89644d65757fa00d465eaa4f5fbce678315da3.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/miopen/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/miopen/miopen-4.0.0-r1.ebuild X-VCS-Directories: sci-libs/miopen/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 4b89644d65757fa00d465eaa4f5fbce678315da3 X-VCS-Branch: master Date: Sat, 13 Mar 2021 10:56:27 +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: eb8960ad-849e-4a06-ac06-6a9092f03552 X-Archives-Hash: bd71ccd35d1196cf9111e855003aedd5 commit: 4b89644d65757fa00d465eaa4f5fbce678315da3 Author: Andrew Ammerlaan riseup net> AuthorDate: Sat Mar 13 10:56:18 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sat Mar 13 10:56:18 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4b89644d sci-libs/miopen: fix dep on dev-libs/half also add bdep on command in src_install Closes: https://github.com/gentoo/sci/issues/1064 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> sci-libs/miopen/miopen-4.0.0-r1.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/sci-libs/miopen/miopen-4.0.0-r1.ebuild b/sci-libs/miopen/miopen-4.0.0-r1.ebuild index 6b2f8fb53..7197880df 100644 --- a/sci-libs/miopen/miopen-4.0.0-r1.ebuild +++ b/sci-libs/miopen/miopen-4.0.0-r1.ebuild @@ -16,13 +16,14 @@ SLOT="0" RDEPEND=" >=dev-util/hip-${PV} >=dev-libs/half-1.12.0 +