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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BE58B158094 for ; Fri, 2 Sep 2022 20:33:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFA6CE0997; Fri, 2 Sep 2022 20:33:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C43C2E0997 for ; Fri, 2 Sep 2022 20:33:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B3BFF33BEE4 for ; Fri, 2 Sep 2022 20:33:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08AB2576 for ; Fri, 2 Sep 2022 20:33:16 +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: <1662150777.bf2c616b680801cdabb202cf52e2cae5afca5dc2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/protobuf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/protobuf/protobuf-3.20.1-r1.ebuild dev-libs/protobuf/protobuf-3.20.1.ebuild dev-libs/protobuf/protobuf-9999.ebuild X-VCS-Directories: dev-libs/protobuf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bf2c616b680801cdabb202cf52e2cae5afca5dc2 X-VCS-Branch: master Date: Fri, 2 Sep 2022 20:33:16 +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: a1912476-e553-4a0c-b004-0b0878f6d18b X-Archives-Hash: 93ed62f697419be883ed95f9e8a12908 commit: bf2c616b680801cdabb202cf52e2cae5afca5dc2 Author: Sam James gentoo org> AuthorDate: Fri Sep 2 20:32:57 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Sep 2 20:32:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf2c616b dev-libs/protobuf: crank subslot for 3.20.1 Signed-off-by: Sam James gentoo.org> dev-libs/protobuf/{protobuf-3.20.1.ebuild => protobuf-3.20.1-r1.ebuild} | 2 +- dev-libs/protobuf/protobuf-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/protobuf/protobuf-3.20.1.ebuild b/dev-libs/protobuf/protobuf-3.20.1-r1.ebuild similarity index 99% rename from dev-libs/protobuf/protobuf-3.20.1.ebuild rename to dev-libs/protobuf/protobuf-3.20.1-r1.ebuild index 872935b5b898..b8655b4c64ea 100644 --- a/dev-libs/protobuf/protobuf-3.20.1.ebuild +++ b/dev-libs/protobuf/protobuf-3.20.1-r1.ebuild @@ -21,7 +21,7 @@ else fi LICENSE="BSD" -SLOT="0/30" +SLOT="0/31" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="emacs examples static-libs test zlib" RESTRICT="!test? ( test )" diff --git a/dev-libs/protobuf/protobuf-9999.ebuild b/dev-libs/protobuf/protobuf-9999.ebuild index fe2db6a46086..ced1c5bfaba7 100644 --- a/dev-libs/protobuf/protobuf-9999.ebuild +++ b/dev-libs/protobuf/protobuf-9999.ebuild @@ -21,7 +21,7 @@ else fi LICENSE="BSD" -SLOT="0/30" +SLOT="0/31" KEYWORDS="" IUSE="emacs examples static-libs test zlib" RESTRICT="!test? ( test )"