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 A1C37138359 for ; Fri, 8 May 2020 22:49:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87DFFE0876; Fri, 8 May 2020 22:49:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 47AD1E0876 for ; Fri, 8 May 2020 22:49:26 +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 3040134F14E for ; Fri, 8 May 2020 22:49:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F004A219 for ; Fri, 8 May 2020 22:49:22 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1588978139.43e62ad547e03feb69168ac971c6424ca5b2ae2e.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/czmq/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/czmq/czmq-3.0.2-r1.ebuild net-libs/czmq/czmq-3.0.2.ebuild X-VCS-Directories: net-libs/czmq/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 43e62ad547e03feb69168ac971c6424ca5b2ae2e X-VCS-Branch: master Date: Fri, 8 May 2020 22:49: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: c6e92b30-760c-43ac-853b-054819148dae X-Archives-Hash: 49eaf9e5284a3fd8b8d58b92d2652eb3 commit: 43e62ad547e03feb69168ac971c6424ca5b2ae2e Author: Thomas Deutschmann gentoo org> AuthorDate: Fri May 8 22:26:04 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri May 8 22:48:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43e62ad5 net-libs/czmq: rev bump to export subslot Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann gentoo.org> net-libs/czmq/{czmq-3.0.2.ebuild => czmq-3.0.2-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/czmq/czmq-3.0.2.ebuild b/net-libs/czmq/czmq-3.0.2-r1.ebuild similarity index 95% rename from net-libs/czmq/czmq-3.0.2.ebuild rename to net-libs/czmq/czmq-3.0.2-r1.ebuild index 3bbe065064f..93acefb0a6b 100644 --- a/net-libs/czmq/czmq-3.0.2.ebuild +++ b/net-libs/czmq/czmq-3.0.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ HOMEPAGE="http://czmq.zeromq.org" SRC_URI="http://download.zeromq.org/${P}.tar.gz" LICENSE="LGPL-3" -SLOT="0" +SLOT="0/3" KEYWORDS="amd64 arm ~arm64 hppa x86" IUSE="doc static-libs test"