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 A9FF5159C9B for ; Sat, 10 Aug 2024 06:58:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 865162BC180; Sat, 10 Aug 2024 06:58:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 65C962BC17F for ; Sat, 10 Aug 2024 06:58:36 +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 407B03430F1 for ; Sat, 10 Aug 2024 06:58:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF4CF1ED6 for ; Sat, 10 Aug 2024 06:58:32 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1723273108.41b76182447dfb8446831fb3656e2ca4a45e1765.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/namazu/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/namazu/namazu-2.0.22_pre8.ebuild X-VCS-Directories: app-text/namazu/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 41b76182447dfb8446831fb3656e2ca4a45e1765 X-VCS-Branch: master Date: Sat, 10 Aug 2024 06:58:32 +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: f8d2f879-68e1-4f60-9518-20e46d74f66d X-Archives-Hash: d4c035df05e868467095374e8bfe37ec commit: 41b76182447dfb8446831fb3656e2ca4a45e1765 Author: gentoo-setan protonmail com> AuthorDate: Sun Jul 21 10:41:51 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Aug 10 06:58:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41b76182 app-text/namazu: fix variable order Signed-off-by: gentoo-setan protonmail.com> Signed-off-by: Joonas Niilola gentoo.org> app-text/namazu/namazu-2.0.22_pre8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/namazu/namazu-2.0.22_pre8.ebuild b/app-text/namazu/namazu-2.0.22_pre8.ebuild index d902b8bc9dbe..118401efebb8 100644 --- a/app-text/namazu/namazu-2.0.22_pre8.ebuild +++ b/app-text/namazu/namazu-2.0.22_pre8.ebuild @@ -10,6 +10,7 @@ MY_P="${P/_pre/pre}" DESCRIPTION="Namazu is a full-text search engine" HOMEPAGE="http://www.namazu.org/" SRC_URI="http://www.namazu.org/test/${MY_P}.tar.gz" +S="${WORKDIR}"/${MY_P} LICENSE="GPL-2+" SLOT="0" @@ -34,7 +35,6 @@ RDEPEND="dev-perl/File-MMagic )" DEPEND="${RDEPEND}" BDEPEND="nls? ( sys-devel/gettext )" -S="${WORKDIR}"/${MY_P} PATCHES=( "${FILESDIR}"/${PN}-gentoo.patch