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 6F193138334 for ; Sun, 24 Jun 2018 15:03:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55055E0883; Sun, 24 Jun 2018 15:03:46 +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 2D776E0883 for ; Sun, 24 Jun 2018 15:03:46 +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 0EEF9335C63 for ; Sun, 24 Jun 2018 15:03:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4AAB92A1 for ; Sun, 24 Jun 2018 15:03:43 +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: <1529852611.8afacf582c83843c33fede17c2b69d9c65ca2bf6.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-2018.ebuild X-VCS-Directories: dev-ada/gnatcoll-bindings/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 8afacf582c83843c33fede17c2b69d9c65ca2bf6 X-VCS-Branch: master Date: Sun, 24 Jun 2018 15:03:43 +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-Archives-Salt: 90db0c01-ef9d-4880-8371-5110d2b71285 X-Archives-Hash: cda9e8b11078e3144f9c8fe54a19b42b commit: 8afacf582c83843c33fede17c2b69d9c65ca2bf6 Author: Tupone Alfredo gentoo org> AuthorDate: Sun Jun 24 15:03:31 2018 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Jun 24 15:03:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8afacf58 dev-ada/gnatcoll-bindings: Do not require libiconv Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-ada/gnatcoll-bindings/gnatcoll-bindings-2018.ebuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2018.ebuild b/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2018.ebuild index 238c3d8a204..9de5b5e5868 100644 --- a/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2018.ebuild +++ b/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2018.ebuild @@ -38,10 +38,8 @@ S="${WORKDIR}"/${MYP}-src PATCHES=( "${FILESDIR}"/${P}-gentoo.patch ) src_compile() { - GCC_PV=7.3.0 - GCC=${CHOST}-gcc-${GCC_PV} build () { - GCC=${CHOST}-gcc-${GCC_PV} gprbuild -j$(makeopts_jobs) -m -p -v \ + GCC=${CHOST}-gcc-7.3.0 gprbuild -j$(makeopts_jobs) -m -p -v \ -XLIBRARY_TYPE=$2 -P $1/gnatcoll_$1.gpr -XBUILD="PROD" \ -XGNATCOLL_ICONV_OPT= -XGNATCOLL_PYTHON_CFLAGS="-I$(python_get_includedir)" \ -XGNATCOLL_PYTHON_LIBS=$(python_get_library_path) \ @@ -62,9 +60,8 @@ src_compile() { src_install() { build () { - gprinstall -p -f -XBUILD=PROD --prefix="${D}"/usr \ - -XLIBRARY_TYPE=$2 -P $1/gnatcoll_$1.gpr \ - --build-name=$2 + gprinstall -p -f -XBUILD=PROD --prefix="${D}"/usr -XLIBRARY_TYPE=$2 \ + -XGNATCOLL_ICONV_OPT= -P $1/gnatcoll_$1.gpr --build-name=$2 } for kind in shared static-libs static-pic ; do if use $kind; then