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 060D3138359 for ; Wed, 12 Aug 2020 07:50:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50FD2E0937; Wed, 12 Aug 2020 07:50:38 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 3C403E0937 for ; Wed, 12 Aug 2020 07:50:38 +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 0182234ED7F for ; Wed, 12 Aug 2020 07:50:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC23231C for ; Wed, 12 Aug 2020 07:50:30 +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: <1597218549.05780ac8ba2e85d9ce03977d4bcdbde317ee22f5.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-portage/version/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-portage/version/version-0.9.1_alpha.ebuild X-VCS-Directories: app-portage/version/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 05780ac8ba2e85d9ce03977d4bcdbde317ee22f5 X-VCS-Branch: master Date: Wed, 12 Aug 2020 07:50:30 +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: e80fd7b3-4abc-44be-b9b3-1f32831cb77b X-Archives-Hash: 0a44d621bc1d8fff29216184cba986ce commit: 05780ac8ba2e85d9ce03977d4bcdbde317ee22f5 Author: Andrew Ammerlaan riseup net> AuthorDate: Wed Aug 12 07:49:09 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Wed Aug 12 07:49:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=05780ac8 app-portage/version: add missing dep Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan riseup.net> app-portage/version/version-0.9.1_alpha.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-portage/version/version-0.9.1_alpha.ebuild b/app-portage/version/version-0.9.1_alpha.ebuild index d11e96d..087f765 100644 --- a/app-portage/version/version-0.9.1_alpha.ebuild +++ b/app-portage/version/version-0.9.1_alpha.ebuild @@ -17,7 +17,10 @@ KEYWORDS="~amd64" IUSE="" -DEPEND="dev-libs/octetos-core" +DEPEND=" + dev-libs/octetos-core + dev-libs/octetos-coreutils +" RDEPEND="${DEPEND}" BDEPEND="" 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 5D678138359 for ; Wed, 12 Aug 2020 07:49:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C0CCE092D; Wed, 12 Aug 2020 07:49:25 +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 42D86E092D for ; Wed, 12 Aug 2020 07:49:25 +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 2EBCF34F473 for ; Wed, 12 Aug 2020 07:49:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7682317 for ; Wed, 12 Aug 2020 07:49:22 +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: <1597218549.05780ac8ba2e85d9ce03977d4bcdbde317ee22f5.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-portage/version/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-portage/version/version-0.9.1_alpha.ebuild X-VCS-Directories: app-portage/version/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 05780ac8ba2e85d9ce03977d4bcdbde317ee22f5 X-VCS-Branch: dev Date: Wed, 12 Aug 2020 07:49:22 +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: 6e02964c-e45f-453f-b614-6b73173e5aa5 X-Archives-Hash: 309a75a78c191b51dfef94ce18ef03f5 Message-ID: <20200812074922.XMnEM1A4w8WabIQ-9ph4ByuGxjmAcoyRHK2cX8RpCeo@z> commit: 05780ac8ba2e85d9ce03977d4bcdbde317ee22f5 Author: Andrew Ammerlaan riseup net> AuthorDate: Wed Aug 12 07:49:09 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Wed Aug 12 07:49:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=05780ac8 app-portage/version: add missing dep Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan riseup.net> app-portage/version/version-0.9.1_alpha.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-portage/version/version-0.9.1_alpha.ebuild b/app-portage/version/version-0.9.1_alpha.ebuild index d11e96d..087f765 100644 --- a/app-portage/version/version-0.9.1_alpha.ebuild +++ b/app-portage/version/version-0.9.1_alpha.ebuild @@ -17,7 +17,10 @@ KEYWORDS="~amd64" IUSE="" -DEPEND="dev-libs/octetos-core" +DEPEND=" + dev-libs/octetos-core + dev-libs/octetos-coreutils +" RDEPEND="${DEPEND}" BDEPEND=""