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 5824C13835A for ; Thu, 20 Aug 2020 22:41:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65A8CE0A45; Thu, 20 Aug 2020 22:41:18 +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 4D260E0A10 for ; Thu, 20 Aug 2020 22:41:18 +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 7C15B335D3C for ; Thu, 20 Aug 2020 22:41:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E678430A for ; Thu, 20 Aug 2020 22:41:14 +0000 (UTC) From: "Azael Reyes" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Azael Reyes" Message-ID: <1597961082.5e3aa24e4d2e0ec46a127846a2473074c1f341d2.AzaelReyes@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/octetos-core/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/octetos-core/octetos-core-2.3.2_beta.ebuild X-VCS-Directories: dev-libs/octetos-core/ X-VCS-Committer: AzaelReyes X-VCS-Committer-Name: Azael Reyes X-VCS-Revision: 5e3aa24e4d2e0ec46a127846a2473074c1f341d2 X-VCS-Branch: dev Date: Thu, 20 Aug 2020 22:41:14 +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: f3699293-a526-49c9-8116-77a2081e8f58 X-Archives-Hash: b5e9da41e67cc91bc54bc40527003522 commit: 5e3aa24e4d2e0ec46a127846a2473074c1f341d2 Author: Azael Reyes gmail com> AuthorDate: Thu Aug 20 22:04:03 2020 +0000 Commit: Azael Reyes gmail com> CommitDate: Thu Aug 20 22:04:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5e3aa24e dev-libs/octetos-core: fixxing list 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> dev-libs/octetos-core/octetos-core-2.3.2_beta.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-libs/octetos-core/octetos-core-2.3.2_beta.ebuild b/dev-libs/octetos-core/octetos-core-2.3.2_beta.ebuild index 84884ec..5af7e85 100644 --- a/dev-libs/octetos-core/octetos-core-2.3.2_beta.ebuild +++ b/dev-libs/octetos-core/octetos-core-2.3.2_beta.ebuild @@ -17,15 +17,16 @@ KEYWORDS="~amd64" IUSE="" -DEPEND="" -RDEPEND="${DEPEND}" -BDEPEND=" - >=sys-devel/gcc-8.1 - >=sys-devel/bison-3.1 +DEPEND=" + sys-devel/bison dev-libs/libconfig dev-perl/XML-Parser dev-util/intltool " +RDEPEND="${DEPEND}" +BDEPEND=" + >=sys-devel/gcc-8.1 +" S="${WORKDIR}/${PN}-${MYPV}"