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 4DB9A1382C5 for ; Sun, 21 Jan 2018 11:00:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F41FE0872; Sun, 21 Jan 2018 11:00:14 +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 501CAE0872 for ; Sun, 21 Jan 2018 11:00:13 +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 3FBE9335C55 for ; Sun, 21 Jan 2018 11:00:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B08CF1C5 for ; Sun, 21 Jan 2018 11:00:06 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1516532402.7a3352dc6fee6d4107a95ab4bc200e7ae779d8cb.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/graphicsmagick/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/graphicsmagick/graphicsmagick-9999.ebuild X-VCS-Directories: media-gfx/graphicsmagick/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 7a3352dc6fee6d4107a95ab4bc200e7ae779d8cb X-VCS-Branch: master Date: Sun, 21 Jan 2018 11:00:06 +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: 2b559960-0170-4e77-9312-76c4e5fcaedf X-Archives-Hash: 4cb881e3b4859972e9d816ee1732180c commit: 7a3352dc6fee6d4107a95ab4bc200e7ae779d8cb Author: Lars Wendler gentoo org> AuthorDate: Sun Jan 21 10:59:44 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sun Jan 21 11:00:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a3352dc media-gfx/graphicsmagick: Synced live ebuild. Package-Manager: Portage-2.3.20, Repoman-2.3.6 .../graphicsmagick/graphicsmagick-9999.ebuild | 72 +++++++++++----------- 1 file changed, 37 insertions(+), 35 deletions(-) diff --git a/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild b/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild index aecb472c710..c5f11fb693d 100644 --- a/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild +++ b/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -74,41 +74,43 @@ src_configure() { openmp=enable fi - econf \ - --${openmp}-openmp \ - --enable-largefile \ - --enable-shared \ - $(use_enable static-libs static) \ - $(use_enable debug prof) \ - $(use_enable debug gcov) \ - $(use_enable imagemagick magick-compat) \ - $(use_with threads) \ - $(use_with modules) \ - --with-quantum-depth=${depth} \ - --without-frozenpaths \ - $(use_with cxx magick-plus-plus) \ - $(use_with perl) \ - --with-perl-options=INSTALLDIRS=vendor \ - $(use_with bzip2 bzlib) \ - $(use_with postscript dps) \ - $(use_with fpx) \ - --without-gslib \ - $(use_with jbig) \ - $(use_with webp) \ - $(use_with jpeg) \ - $(use_with jpeg2k jp2) \ - $(use_with lcms lcms2) \ - $(use_with lzma) \ - $(use_with png) \ - $(use_with tiff) \ - $(use_with truetype ttf) \ - $(use_with wmf) \ - --with-fontpath="${EPREFIX}"/usr/share/fonts \ - --with-gs-font-dir="${EPREFIX}"/usr/share/fonts/urw-fonts \ - --with-windows-font-dir="${EPREFIX}"/usr/share/fonts/corefonts \ - $(use_with svg xml) \ - $(use_with zlib) \ + local myeconfargs=( + --${openmp}-openmp + --enable-largefile + --enable-shared + $(use_enable static-libs static) + $(use_enable debug prof) + $(use_enable debug gcov) + $(use_enable imagemagick magick-compat) + $(use_with threads) + $(use_with modules) + --with-quantum-depth=${depth} + --without-frozenpaths + $(use_with cxx magick-plus-plus) + $(use_with perl) + --with-perl-options=INSTALLDIRS=vendor + $(use_with bzip2 bzlib) + $(use_with postscript dps) + $(use_with fpx) + --without-gslib + $(use_with jbig) + $(use_with webp) + $(use_with jpeg) + $(use_with jpeg2k jp2) + $(use_with lcms lcms2) + $(use_with lzma) + $(use_with png) + $(use_with tiff) + $(use_with truetype ttf) + $(use_with wmf) + --with-fontpath="${EPREFIX}"/usr/share/fonts + --with-gs-font-dir="${EPREFIX}"/usr/share/fonts/urw-fonts + --with-windows-font-dir="${EPREFIX}"/usr/share/fonts/corefonts + $(use_with svg xml) + $(use_with zlib) $(use_with X x) + ) + econf "${myeconfargs[@]}" } src_compile() {