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 A1BC1158041 for ; Sun, 17 Mar 2024 09:09:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA32CE29B1; Sun, 17 Mar 2024 09:09:11 +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 84467E29B1 for ; Sun, 17 Mar 2024 09:09:11 +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 9684233BF39 for ; Sun, 17 Mar 2024 09:09:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A27B14E1 for ; Sun, 17 Mar 2024 09:09:09 +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: <1710666522.632bccc7eb31b12665622103f3a2091349e80269.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/wcslib/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-astronomy/wcslib/wcslib-8.2.2-r1.ebuild sci-astronomy/wcslib/wcslib-8.2.2.ebuild X-VCS-Directories: sci-astronomy/wcslib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 632bccc7eb31b12665622103f3a2091349e80269 X-VCS-Branch: master Date: Sun, 17 Mar 2024 09:09:09 +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: f6b888ee-49a7-46ba-aa22-bd58616cc962 X-Archives-Hash: a02d2b0ea569e5af292c403aa954e838 commit: 632bccc7eb31b12665622103f3a2091349e80269 Author: Eli Schwartz gmail com> AuthorDate: Sun Mar 17 08:40:41 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 17 09:08:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=632bccc7 sci-astronomy/wcslib: bump subslot to guarantee rebuilds The soname has changed in the new version, and this was being tracked by SLOT= so we should ensure that is up to date... oops. Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> sci-astronomy/wcslib/{wcslib-8.2.2.ebuild => wcslib-8.2.2-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-astronomy/wcslib/wcslib-8.2.2.ebuild b/sci-astronomy/wcslib/wcslib-8.2.2-r1.ebuild similarity index 99% rename from sci-astronomy/wcslib/wcslib-8.2.2.ebuild rename to sci-astronomy/wcslib/wcslib-8.2.2-r1.ebuild index ff5f3d72e32e..47c7788eb7ad 100644 --- a/sci-astronomy/wcslib/wcslib-8.2.2.ebuild +++ b/sci-astronomy/wcslib/wcslib-8.2.2-r1.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Astronomical World Coordinate System transformations library" HOMEPAGE="https://www.atnf.csiro.au/people/mcalabre/WCS/" SRC_URI="ftp://ftp.atnf.csiro.au/pub/software/${PN}/${P}.tar.bz2" -SLOT="0/7" +SLOT="0/8" LICENSE="LGPL-3" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc fortran fits pgplot static-libs +tools"