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 866A3138334 for ; Mon, 25 Mar 2019 18:48:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8460DE089C; Mon, 25 Mar 2019 18:48:32 +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 595B9E089C for ; Mon, 25 Mar 2019 18:48:32 +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 BB87A335CC8 for ; Mon, 25 Mar 2019 18:48:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 693E3326 for ; Mon, 25 Mar 2019 18:48:28 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1553539698.edc956f440bc0be8b4c07f79d5f07b809e5689b4.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/fontforge/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/fontforge/fontforge-20190317-r2.ebuild X-VCS-Directories: media-gfx/fontforge/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: edc956f440bc0be8b4c07f79d5f07b809e5689b4 X-VCS-Branch: master Date: Mon, 25 Mar 2019 18:48:28 +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: 52710166-06c2-49da-8f1b-e11ef94581cc X-Archives-Hash: 85820350064ac4301270628057254cd8 commit: edc956f440bc0be8b4c07f79d5f07b809e5689b4 Author: Mike Gilbert gentoo org> AuthorDate: Mon Mar 25 14:59:11 2019 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Mar 25 18:48:18 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edc956f4 media-gfx/fontforge: pass HTDOCS_SUBDIR in src_compile too Package-Manager: Portage-2.3.62_p4, Repoman-2.3.12_p87 Signed-off-by: Mike Gilbert gentoo.org> media-gfx/fontforge/fontforge-20190317-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/fontforge/fontforge-20190317-r2.ebuild b/media-gfx/fontforge/fontforge-20190317-r2.ebuild index 917323394ac..4cc9f6d02dc 100644 --- a/media-gfx/fontforge/fontforge-20190317-r2.ebuild +++ b/media-gfx/fontforge/fontforge-20190317-r2.ebuild @@ -103,8 +103,8 @@ src_configure() { src_compile() { # Build system deps are broken - emake -C plugins - emake + emake -C plugins HTDOCS_SUBDIR=/html + emake HTDOCS_SUBDIR=/html } src_install() {