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 EEC46138334 for ; Sat, 21 Sep 2019 11:43:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2729AE0953; Sat, 21 Sep 2019 11:43:12 +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 0C011E0953 for ; Sat, 21 Sep 2019 11:43:11 +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 50DFB34B452 for ; Sat, 21 Sep 2019 11:43:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B28F37E9 for ; Sat, 21 Sep 2019 11:43:07 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1569066169.96ac86d25ffe6395a47128239e83a3eeb215f0dc.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/gnatcoll-bindings/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/gnatcoll-bindings/gnatcoll-bindings-2019-r1.ebuild X-VCS-Directories: dev-ada/gnatcoll-bindings/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 96ac86d25ffe6395a47128239e83a3eeb215f0dc X-VCS-Branch: master Date: Sat, 21 Sep 2019 11:43:07 +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: 909f466b-a622-4957-9904-399e0a345744 X-Archives-Hash: 6d16b6e6e1652c25fa94ebf8c4c6e113 commit: 96ac86d25ffe6395a47128239e83a3eeb215f0dc Author: Tupone Alfredo gentoo org> AuthorDate: Sat Sep 21 11:42:49 2019 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sat Sep 21 11:42:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96ac86d2 dev-ada/gnatcoll-bindings: call pkg_setup both for ada & python Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Alfredo Tupone gentoo.org> dev-ada/gnatcoll-bindings/gnatcoll-bindings-2019-r1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2019-r1.ebuild b/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2019-r1.ebuild index f9e5cb1c6a2..f19b591f643 100644 --- a/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2019-r1.ebuild +++ b/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2019-r1.ebuild @@ -31,6 +31,11 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) S="${WORKDIR}"/${MYP}-src +pkg_setup() { + python-single-r1_pkg_setup + ada_pkg_setup +} + src_compile() { build () { gprbuild -j$(makeopts_jobs) -m -p -v \