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 1FB61138334 for ; Wed, 3 Jul 2019 10:35:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A7CEE07D1; Wed, 3 Jul 2019 10:35:42 +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 DD1FBE07D1 for ; Wed, 3 Jul 2019 10:35:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7F98F346E9E for ; Wed, 3 Jul 2019 10:35:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5671449 for ; Wed, 3 Jul 2019 10:35:37 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1562150128.858998c1e6b2ab2a3c0a4304ab066f704b2e5310.tamiko@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.2.0-r1.ebuild sci-libs/libqalculate/libqalculate-3.2.0.ebuild X-VCS-Directories: sci-libs/libqalculate/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 858998c1e6b2ab2a3c0a4304ab066f704b2e5310 X-VCS-Branch: master Date: Wed, 3 Jul 2019 10:35:37 +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: 46a6217d-f677-49e7-9ed3-9300b5da91c9 X-Archives-Hash: 1291f63e853102efa96b6dc5ea29ee2a commit: 858998c1e6b2ab2a3c0a4304ab066f704b2e5310 Author: Matthias Maier gentoo org> AuthorDate: Wed Jul 3 10:34:43 2019 +0000 Commit: Matthias Maier gentoo org> CommitDate: Wed Jul 3 10:35:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=858998c1 sci-libs/libqalculate: Bump subslot Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Matthias Maier gentoo.org> .../{libqalculate-3.2.0.ebuild => libqalculate-3.2.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/libqalculate/libqalculate-3.2.0.ebuild b/sci-libs/libqalculate/libqalculate-3.2.0-r1.ebuild similarity index 99% rename from sci-libs/libqalculate/libqalculate-3.2.0.ebuild rename to sci-libs/libqalculate/libqalculate-3.2.0-r1.ebuild index 807b7bed7d0..059d1ce9b78 100644 --- a/sci-libs/libqalculate/libqalculate-3.2.0.ebuild +++ b/sci-libs/libqalculate/libqalculate-3.2.0-r1.ebuild @@ -8,7 +8,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/20" +SLOT="0/22" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="curl icu gnuplot readline static-libs"