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 6BEB4138350 for ; Fri, 20 Mar 2020 15:49:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77480E0891; Fri, 20 Mar 2020 15:49:25 +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 03036E081B for ; Fri, 20 Mar 2020 15:49:24 +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 EF18534F329 for ; Fri, 20 Mar 2020 15:49:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CA2C18B for ; Fri, 20 Mar 2020 15:49:22 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1584718826.fdbb26075d4ccd165463fc0081c64bf7fff3dd90.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/cronyx-fonts/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild X-VCS-Directories: media-fonts/cronyx-fonts/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: fdbb26075d4ccd165463fc0081c64bf7fff3dd90 X-VCS-Branch: master Date: Fri, 20 Mar 2020 15:49:22 +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: 8e57ea93-97a7-46c2-a316-ccf5d2953789 X-Archives-Hash: e14755c2ed144c118154a56902cb2fc3 commit: fdbb26075d4ccd165463fc0081c64bf7fff3dd90 Author: Ulrich Müller gentoo org> AuthorDate: Sat Feb 15 19:41:55 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Mar 20 15:40:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdbb2607 media-fonts/cronyx-fonts: Change FONT_S into an array. Following the update of font.eclass. Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Ulrich Müller gentoo.org> media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild b/media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild index c553ee26361..3f9ea76fad1 100644 --- a/media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild +++ b/media-fonts/cronyx-fonts/cronyx-fonts-2.3.8.ebuild @@ -23,5 +23,5 @@ PATCHES=( "${WORKDIR}"/${MY_P}-6.diff ) DOCS="Changelog.en xcyr.README.* xrus.README" FONT_PN="cronyx" -FONT_S="${S}/75dpi ${S}/100dpi ${S}/misc" +FONT_S=( "${S}"/75dpi "${S}"/100dpi "${S}"/misc ) FONTDIR="/usr/share/fonts/cronyx"