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 6C7AF15808D for ; Mon, 18 Apr 2022 20:30:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C076BE07EF; Mon, 18 Apr 2022 20:29:40 +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 AC810E0896 for ; Mon, 18 Apr 2022 20:29:36 +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 55D1C341743 for ; Mon, 18 Apr 2022 20:29:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF9BD3B2 for ; Mon, 18 Apr 2022 20:29:30 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1650313757.8ec3b80245732a8b095133843ef52ff5911de7f5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/stellarium/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-astronomy/stellarium/stellarium-0.22.1.ebuild X-VCS-Directories: sci-astronomy/stellarium/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8ec3b80245732a8b095133843ef52ff5911de7f5 X-VCS-Branch: master Date: Mon, 18 Apr 2022 20:29:30 +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: 4cd62061-0fa1-45f3-a4d2-5d10143966b0 X-Archives-Hash: 31dc57ad7701aa0a2ded4379f1fc4679 commit: 8ec3b80245732a8b095133843ef52ff5911de7f5 Author: Matt Jolly footclan ninja> AuthorDate: Sun Apr 17 10:33:29 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 18 20:29:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ec3b802 sci-astronomy/stellarium: alphabetise patches Signed-off-by: Matt Jolly footclan.ninja> Signed-off-by: Sam James gentoo.org> sci-astronomy/stellarium/stellarium-0.22.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-astronomy/stellarium/stellarium-0.22.1.ebuild b/sci-astronomy/stellarium/stellarium-0.22.1.ebuild index 2f9a8b8e8582..940b01d9d06d 100644 --- a/sci-astronomy/stellarium/stellarium-0.22.1.ebuild +++ b/sci-astronomy/stellarium/stellarium-0.22.1.ebuild @@ -70,8 +70,8 @@ RESTRICT="!test? ( test )" PATCHES=( "${FILESDIR}/stellarium-0.20.3-unbundle-indi.patch" - "${FILESDIR}/stellarium-0.22.1-unbundle-qtcompress.patch" "${FILESDIR}/stellarium-0.20.3-unbundle-zlib.patch" + "${FILESDIR}/stellarium-0.22.1-unbundle-qtcompress.patch" ) src_prepare() {