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 8F0E11382C5 for ; Wed, 18 Apr 2018 18:56:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA980E079E; Wed, 18 Apr 2018 18:56:01 +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 93FECE079E for ; Wed, 18 Apr 2018 18:56:01 +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 C0E27335C09 for ; Wed, 18 Apr 2018 18:56:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECD3C270 for ; Wed, 18 Apr 2018 18:55:58 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1524077754.3bcf7b55b86016993d20923aaf06af8bdd6bd4bd.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/dejavu/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/dejavu/dejavu-2.37.ebuild X-VCS-Directories: media-fonts/dejavu/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 3bcf7b55b86016993d20923aaf06af8bdd6bd4bd X-VCS-Branch: master Date: Wed, 18 Apr 2018 18:55:58 +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: 804203a9-86c8-43f3-8fce-e5d3e904578b X-Archives-Hash: b290581fd1f5b60f04b2318d84d993e7 commit: 3bcf7b55b86016993d20923aaf06af8bdd6bd4bd Author: Pacho Ramos gentoo org> AuthorDate: Wed Apr 18 18:42:38 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Apr 18 18:55:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bcf7b55 media-fonts/dejavu: Fix sandbox violations (#622940) Package-Manager: Portage-2.3.28, Repoman-2.3.9 media-fonts/dejavu/dejavu-2.37.ebuild | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/media-fonts/dejavu/dejavu-2.37.ebuild b/media-fonts/dejavu/dejavu-2.37.ebuild index dd07747d42a..ce6dbf935a8 100644 --- a/media-fonts/dejavu/dejavu-2.37.ebuild +++ b/media-fonts/dejavu/dejavu-2.37.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit font versionator +inherit font versionator xdg-utils DESCRIPTION="DejaVu fonts, bitstream vera with ISO-8859-2 characters" HOMEPAGE="https://dejavu-fonts.github.io/" @@ -28,12 +28,14 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="fontforge" -DEPEND="fontforge? ( x11-apps/mkfontscale +DEPEND="fontforge? ( + x11-apps/mkfontscale >=media-gfx/fontforge-20080429 x11-apps/mkfontdir dev-perl/Font-TTF app-i18n/unicode-data - >media-libs/fontconfig-2.6.0 )" + >media-libs/fontconfig-2.6.0:1.0 ) +" FONT_CONF=( fontconfig/20-unhint-small-dejavu-sans-mono.conf @@ -57,6 +59,11 @@ src_unpack() { fi } +src_prepare() { + default + xdg_environment_reset +} + src_compile() { if use fontforge; then emake \