From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1325711-garchives=archives.gentoo.org@lists.gentoo.org> 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 B3063158018 for <garchives@archives.gentoo.org>; Fri, 1 Oct 2021 06:06:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F386E08BB; Fri, 1 Oct 2021 06:06:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4C0F0E08BB for <gentoo-commits@lists.gentoo.org>; Fri, 1 Oct 2021 06:06:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37FE8342B0A for <gentoo-commits@lists.gentoo.org>; Fri, 1 Oct 2021 06:06:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D8AC89 for <gentoo-commits@lists.gentoo.org>; Fri, 1 Oct 2021 06:06:07 +0000 (UTC) From: "Jakov Smolić" <jsmolic@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" <jsmolic@gentoo.org> Message-ID: <1633068308.0e1e26f2eab7b29d622a356128823cfc81f1b23c.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/sandbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/sandbox/sandbox-2.24.ebuild X-VCS-Directories: sys-apps/sandbox/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 0e1e26f2eab7b29d622a356128823cfc81f1b23c X-VCS-Branch: master Date: Fri, 1 Oct 2021 06:06:07 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5bc8aff3-350a-4d2e-9b6f-388592143128 X-Archives-Hash: 00a290582999893d723d069a212a1d7b commit: 0e1e26f2eab7b29d622a356128823cfc81f1b23c Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Fri Oct 1 06:05:08 2021 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Fri Oct 1 06:05:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e1e26f2 sys-apps/sandbox: Update SRC_URI Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> sys-apps/sandbox/sandbox-2.24.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/sandbox/sandbox-2.24.ebuild b/sys-apps/sandbox/sandbox-2.24.ebuild index 2d94c2dde83..e95d6bc812a 100644 --- a/sys-apps/sandbox/sandbox-2.24.ebuild +++ b/sys-apps/sandbox/sandbox-2.24.ebuild @@ -7,7 +7,7 @@ inherit flag-o-matic multilib-minimal multiprocessing DESCRIPTION="sandbox'd LD_PRELOAD hack" HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Sandbox" -SRC_URI="https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz" +SRC_URI="https://dev.gentoo.org/~sam/distfiles/${P}.tar.xz" LICENSE="GPL-2" SLOT="0"