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 1D3F9158094 for ; Fri, 15 Jul 2022 08:38:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D337D2BC048; Fri, 15 Jul 2022 08:38:20 +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 ADF782BC048 for ; Fri, 15 Jul 2022 08:38:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CED383412FA for ; Fri, 15 Jul 2022 08:38:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 624B7550 for ; Fri, 15 Jul 2022 08:38:16 +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: <1657874292.99460bc8134e7c1ce38d9c2e7884a7019b9e6c61.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/siril/files/, sci-astronomy/siril/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-astronomy/siril/files/siril-9999-dependencies.patch sci-astronomy/siril/files/siril-dependencies.patch sci-astronomy/siril/siril-9999.ebuild X-VCS-Directories: sci-astronomy/siril/files/ sci-astronomy/siril/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 99460bc8134e7c1ce38d9c2e7884a7019b9e6c61 X-VCS-Branch: master Date: Fri, 15 Jul 2022 08:38:16 +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: 23c60ca7-4aa1-4f0d-b28c-a0576783afee X-Archives-Hash: 93519b5e1e6550149206b0270551925a commit: 99460bc8134e7c1ce38d9c2e7884a7019b9e6c61 Author: Joonas Niilola gentoo org> AuthorDate: Fri Jul 15 08:24:11 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Jul 15 08:38:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99460bc8 sci-astronomy/siril: rename a patch file for -9999 ebuild Signed-off-by: Joonas Niilola gentoo.org> .../files/{siril-dependencies.patch => siril-9999-dependencies.patch} | 0 sci-astronomy/siril/siril-9999.ebuild | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-astronomy/siril/files/siril-dependencies.patch b/sci-astronomy/siril/files/siril-9999-dependencies.patch similarity index 100% rename from sci-astronomy/siril/files/siril-dependencies.patch rename to sci-astronomy/siril/files/siril-9999-dependencies.patch diff --git a/sci-astronomy/siril/siril-9999.ebuild b/sci-astronomy/siril/siril-9999.ebuild index aff52be8dda4..ebbd20b9dcf6 100644 --- a/sci-astronomy/siril/siril-9999.ebuild +++ b/sci-astronomy/siril/siril-9999.ebuild @@ -48,7 +48,7 @@ RDEPEND=" PATCHES=( "${FILESDIR}/${PN}-docfiles.patch" - "${FILESDIR}/${PN}-dependencies.patch" + "${FILESDIR}/${PN}-9999-dependencies.patch" ) DOCS=( README.md NEWS ChangeLog AUTHORS )