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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0624C1580FD for ; Sun, 22 Dec 2024 12:12:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4F99E08A4; Sun, 22 Dec 2024 12:12:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C1494E08A4 for ; Sun, 22 Dec 2024 12:12:17 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 059A133BEB9 for ; Sun, 22 Dec 2024 12:12:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AD58156C for ; Sun, 22 Dec 2024 12:12:15 +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: <1734869515.ec5a692e235d7ac02bdf1727d1667b384ab2efc4.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gnome-chemistry-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p6-r2.ebuild X-VCS-Directories: sci-chemistry/gnome-chemistry-utils/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: ec5a692e235d7ac02bdf1727d1667b384ab2efc4 X-VCS-Branch: master Date: Sun, 22 Dec 2024 12:12:15 +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: 768543d5-3067-44a4-9198-ba07d0acf122 X-Archives-Hash: 0b77fea8078e388a40838dc24b7a2e66 commit: ec5a692e235d7ac02bdf1727d1667b384ab2efc4 Author: Pacho Ramos gentoo org> AuthorDate: Sun Dec 22 12:09:15 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Dec 22 12:11:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec5a692e sci-chemistry/gnome-chemistry-utils: Fix VariableOrderWrong warning Signed-off-by: Pacho Ramos gentoo.org> .../gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p6-r2.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p6-r2.ebuild b/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p6-r2.ebuild index 1257bd4f0ba0..591709b1fa59 100644 --- a/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p6-r2.ebuild +++ b/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p6-r2.ebuild @@ -10,10 +10,11 @@ SRC_URI=" http://download.savannah.gnu.org/releases/gchemutils/$(ver_cut 1-2)/${P/_p*}.tar.xz mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV/_p*}-${PV/*_p}.debian.tar.xz " +S="${WORKDIR}/${P/_p*}" +LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -LICENSE="GPL-3" IUSE="gnumeric" RDEPEND=" @@ -38,8 +39,6 @@ BDEPEND=" virtual/pkgconfig " -S="${WORKDIR}/${P/_p*}" - src_prepare() { default