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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 56837139000 for ; Thu, 29 Jul 2021 18:47:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2686E0946; Thu, 29 Jul 2021 18:47:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A0ABE0946 for ; Thu, 29 Jul 2021 18:47:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 54A29342F3E for ; Thu, 29 Jul 2021 18:47:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5C9F5C4 for ; Thu, 29 Jul 2021 18:47:22 +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: <1627584435.3064c6722b802ab9d0905149b712108afe6c9c1d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libqalculate/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/libqalculate/libqalculate-3.20.1-r1.ebuild sci-libs/libqalculate/libqalculate-3.20.1.ebuild X-VCS-Directories: sci-libs/libqalculate/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3064c6722b802ab9d0905149b712108afe6c9c1d X-VCS-Branch: master Date: Thu, 29 Jul 2021 18:47:22 +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: 1047214c-342c-4581-b3d9-05d048eaf8d6 X-Archives-Hash: 4bc8b3ee712a1144284c3eb81eca7a40 commit: 3064c6722b802ab9d0905149b712108afe6c9c1d Author: Sam James gentoo org> AuthorDate: Thu Jul 29 18:46:21 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jul 29 18:47:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3064c672 sci-libs/libqalculate: increment subslot SONAME changed between 3.20 and 3.20.1. Reported-by: Ben Kohler gentoo.org> Signed-off-by: Sam James gentoo.org> .../{libqalculate-3.20.1.ebuild => libqalculate-3.20.1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/libqalculate/libqalculate-3.20.1.ebuild b/sci-libs/libqalculate/libqalculate-3.20.1-r1.ebuild similarity index 99% rename from sci-libs/libqalculate/libqalculate-3.20.1.ebuild rename to sci-libs/libqalculate/libqalculate-3.20.1-r1.ebuild index 0b4df443f36..590dd468c1e 100644 --- a/sci-libs/libqalculate/libqalculate-3.20.1.ebuild +++ b/sci-libs/libqalculate/libqalculate-3.20.1-r1.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://qalculate.github.io/" SRC_URI="https://github.com/Qalculate/${PN}/releases/download/v${PV}/${P}.tar.gz" LICENSE="GPL-2" -SLOT="0/21" +SLOT="0/22" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="curl icu gnuplot readline"