Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/czmq/
Date: Fri, 08 May 2020 22:49:27
Message-Id: 1588978139.43e62ad547e03feb69168ac971c6424ca5b2ae2e.whissi@gentoo
1 commit: 43e62ad547e03feb69168ac971c6424ca5b2ae2e
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 8 22:26:04 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri May 8 22:48:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43e62ad5
7
8 net-libs/czmq: rev bump to export subslot
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 net-libs/czmq/{czmq-3.0.2.ebuild => czmq-3.0.2-r1.ebuild} | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-libs/czmq/czmq-3.0.2.ebuild b/net-libs/czmq/czmq-3.0.2-r1.ebuild
17 similarity index 95%
18 rename from net-libs/czmq/czmq-3.0.2.ebuild
19 rename to net-libs/czmq/czmq-3.0.2-r1.ebuild
20 index 3bbe065064f..93acefb0a6b 100644
21 --- a/net-libs/czmq/czmq-3.0.2.ebuild
22 +++ b/net-libs/czmq/czmq-3.0.2-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 +# Copyright 1999-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=5
29 @@ -12,7 +12,7 @@ HOMEPAGE="http://czmq.zeromq.org"
30 SRC_URI="http://download.zeromq.org/${P}.tar.gz"
31
32 LICENSE="LGPL-3"
33 -SLOT="0"
34 +SLOT="0/3"
35 KEYWORDS="amd64 arm ~arm64 hppa x86"
36 IUSE="doc static-libs test"