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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 20AB7159C9B for ; Thu, 1 Aug 2024 08:11:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CE472BC036; Thu, 1 Aug 2024 08:10:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 36CB82BC02D for ; Thu, 1 Aug 2024 08:10:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 549F7340754 for ; Thu, 1 Aug 2024 08:10:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FDBC1E93 for ; Thu, 1 Aug 2024 08:10:55 +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: <1722499802.1b48d19182f3f50fbc3b23bb8c56bb39c477c32a.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/noto/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/noto/noto-20240731.ebuild X-VCS-Directories: media-fonts/noto/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 1b48d19182f3f50fbc3b23bb8c56bb39c477c32a X-VCS-Branch: master Date: Thu, 1 Aug 2024 08:10:55 +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: 20524f9e-e2d1-4c38-b119-e29dad93f52c X-Archives-Hash: 417d205df139d60af92047fac3bec46f commit: 1b48d19182f3f50fbc3b23bb8c56bb39c477c32a Author: Pacho Ramos gentoo org> AuthorDate: Thu Aug 1 07:56:44 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu Aug 1 08:10:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b48d191 media-fonts/noto: Fix VariableOrderWrong warning Signed-off-by: Pacho Ramos gentoo.org> media-fonts/noto/noto-20240731.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-fonts/noto/noto-20240731.ebuild b/media-fonts/noto/noto-20240731.ebuild index b7f24618e051..a318f147a1a6 100644 --- a/media-fonts/noto/noto-20240731.ebuild +++ b/media-fonts/noto/noto-20240731.ebuild @@ -9,6 +9,7 @@ HOMEPAGE="https://fonts.google.com/noto https://github.com/notofonts/notofonts.g COMMIT="e5cbf4c15ada3ab6cfc882c809c7759d54f494c6" SRC_URI="https://github.com/notofonts/notofonts.github.io/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/notofonts.github.io-${COMMIT}" LICENSE="OFL-1.1" SLOT="0" @@ -21,8 +22,6 @@ RDEPEND="cjk? ( media-fonts/noto-cjk )" RESTRICT="binchecks strip" -S="${WORKDIR}/notofonts.github.io-${COMMIT}" - FONT_SUFFIX="ttf" FONT_CONF=( # From ArchLinux