Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libqalculate/
Date: Thu, 29 Jul 2021 18:47:28
Message-Id: 1627584435.3064c6722b802ab9d0905149b712108afe6c9c1d.sam@gentoo
1 commit: 3064c6722b802ab9d0905149b712108afe6c9c1d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 29 18:46:21 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 29 18:47:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3064c672
7
8 sci-libs/libqalculate: increment subslot
9
10 SONAME changed between 3.20 and 3.20.1.
11
12 Reported-by: Ben Kohler <bkohler <AT> gentoo.org>
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 .../{libqalculate-3.20.1.ebuild => libqalculate-3.20.1-r1.ebuild} | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/sci-libs/libqalculate/libqalculate-3.20.1.ebuild b/sci-libs/libqalculate/libqalculate-3.20.1-r1.ebuild
19 similarity index 99%
20 rename from sci-libs/libqalculate/libqalculate-3.20.1.ebuild
21 rename to sci-libs/libqalculate/libqalculate-3.20.1-r1.ebuild
22 index 0b4df443f36..590dd468c1e 100644
23 --- a/sci-libs/libqalculate/libqalculate-3.20.1.ebuild
24 +++ b/sci-libs/libqalculate/libqalculate-3.20.1-r1.ebuild
25 @@ -10,7 +10,7 @@ HOMEPAGE="https://qalculate.github.io/"
26 SRC_URI="https://github.com/Qalculate/${PN}/releases/download/v${PV}/${P}.tar.gz"
27
28 LICENSE="GPL-2"
29 -SLOT="0/21"
30 +SLOT="0/22"
31 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
32 IUSE="curl icu gnuplot readline"