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 51FFC138359 for ; Sun, 6 Sep 2020 11:21:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 399EBE0986; Sun, 6 Sep 2020 11:21:24 +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 2096BE0986 for ; Sun, 6 Sep 2020 11:21:23 +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 3769A340C69 for ; Sun, 6 Sep 2020 11:21:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3AD9348 for ; Sun, 6 Sep 2020 11:21:20 +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: <1599341336.0949c59b0119aecb73cd49be9daccca572f1f80a.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.15.0_alpha.ebuild X-VCS-Directories: app-portage/version/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 0949c59b0119aecb73cd49be9daccca572f1f80a X-VCS-Branch: master Date: Sun, 6 Sep 2020 11:21:20 +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: 39ca103b-0b9f-4437-9ed0-5c527d893f9e X-Archives-Hash: 49589170451c255cfd40c66f109571b8 commit: 0949c59b0119aecb73cd49be9daccca572f1f80a Author: Azael Reyes gmail com> AuthorDate: Sat Sep 5 21:28:56 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sat Sep 5 21:28:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0949c59b app-portage/version: fixing dependency. Signed-off-by: Azael Reyes gmail.com> Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Azael Reyes gmail.com> app-portage/version/version-0.15.0_alpha.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app-portage/version/version-0.15.0_alpha.ebuild b/app-portage/version/version-0.15.0_alpha.ebuild index d6b021c..c90fba0 100644 --- a/app-portage/version/version-0.15.0_alpha.ebuild +++ b/app-portage/version/version-0.15.0_alpha.ebuild @@ -17,11 +17,9 @@ KEYWORDS="~amd64" IUSE="" -DEPEND="" +DEPEND="dev-libs/octetos-coreutils" RDEPEND="${DEPEND}" -BDEPEND=" - dev-libs/octetos-core -" +BDEPEND="" S="${WORKDIR}/octetos-${PN}-${MYPV}"