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 5A35615807A for ; Sun, 6 Oct 2024 18:36:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E901E29A1; Sun, 6 Oct 2024 18:36:40 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78D5BE29A1 for ; Sun, 6 Oct 2024 18:36:40 +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 ACB0C34300B for ; Sun, 6 Oct 2024 18:36:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45FA31ACF for ; Sun, 6 Oct 2024 18:36:38 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1728239784.fc7b0341af21a2c1b2bbc105977c916cb75a752b.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/snobol/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/snobol/snobol-1.4.1-r1.ebuild X-VCS-Directories: dev-lang/snobol/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: fc7b0341af21a2c1b2bbc105977c916cb75a752b X-VCS-Branch: master Date: Sun, 6 Oct 2024 18:36:38 +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: f03b1b0e-97db-4ca9-ae6d-82343a2ab61c X-Archives-Hash: 79cf8ce7ab68e1ca58f1f3e28b5b8287 commit: fc7b0341af21a2c1b2bbc105977c916cb75a752b Author: Robin H. Johnson gentoo org> AuthorDate: Sun Oct 6 18:36:24 2024 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sun Oct 6 18:36:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc7b0341 dev-lang/snobol: QA: VariableOrderWrong Signed-off-by: Robin H. Johnson gentoo.org> dev-lang/snobol/snobol-1.4.1-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-lang/snobol/snobol-1.4.1-r1.ebuild b/dev-lang/snobol/snobol-1.4.1-r1.ebuild index 2f1b55d3d530..db585fed563d 100644 --- a/dev-lang/snobol/snobol-1.4.1-r1.ebuild +++ b/dev-lang/snobol/snobol-1.4.1-r1.ebuild @@ -9,6 +9,7 @@ MY_P="${PN}4-${PV}" DESCRIPTION="Phil Budne's port of Macro SNOBOL4 in C, for modern machines" HOMEPAGE="http://www.snobol4.org/csnobol4/" SRC_URI="ftp://ftp.snobol4.org/snobol/old/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" LICENSE="BSD-2" SLOT="0" @@ -19,8 +20,6 @@ DEPEND="sys-libs/gdbm[berkdb]" RDEPEND="${DEPEND}" BDEPEND="sys-devel/m4" -S="${WORKDIR}/${MY_P}" - PATCHES=( "${FILESDIR}"/${P}-fno-common.patch ) src_prepare() {