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 DEC9A138334 for ; Sat, 21 Sep 2019 11:57:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38050E0953; Sat, 21 Sep 2019 11:57:04 +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 1FA56E0953 for ; Sat, 21 Sep 2019 11:57:04 +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 CF68634B45D for ; Sat, 21 Sep 2019 11:57:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FE64615 for ; Sat, 21 Sep 2019 11:56:59 +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: <1569067002.00a7334f020e6dec103b075ee5143d15875d9a68.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/gnatcoll-db/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/gnatcoll-db/gnatcoll-db-2019.ebuild X-VCS-Directories: dev-ada/gnatcoll-db/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 00a7334f020e6dec103b075ee5143d15875d9a68 X-VCS-Branch: master Date: Sat, 21 Sep 2019 11:56:59 +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: 50a55ca3-9894-4072-a700-0e02134aa0e7 X-Archives-Hash: f5b86ffa1d18962ee2b721b40e990e67 commit: 00a7334f020e6dec103b075ee5143d15875d9a68 Author: Tupone Alfredo gentoo org> AuthorDate: Sat Sep 21 11:56:42 2019 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sat Sep 21 11:56:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00a7334f dev-ada/gnatcoll-db: pkg_setup called both for python and Ada Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Alfredo Tupone gentoo.org> dev-ada/gnatcoll-db/gnatcoll-db-2019.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-ada/gnatcoll-db/gnatcoll-db-2019.ebuild b/dev-ada/gnatcoll-db/gnatcoll-db-2019.ebuild index 6ea41d1f630..0f1fd1c1c4d 100644 --- a/dev-ada/gnatcoll-db/gnatcoll-db-2019.ebuild +++ b/dev-ada/gnatcoll-db/gnatcoll-db-2019.ebuild @@ -40,6 +40,11 @@ S="${WORKDIR}"/${PN}-${commitId} PATCHES=( "${FILESDIR}"/${PN}-2018-gentoo.patch ) +pkg_setup () { + python-single-r1_pkg_setup + ada_setup +} + src_compile() { build () { GPR_PROJECT_PATH="${S}/sql":"${S}/sqlite":"${S}/xref" \