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 D6ACE15808B for ; Sat, 12 Mar 2022 19:19:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7619E085A; Sat, 12 Mar 2022 19:19:36 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CB918E085A for ; Sat, 12 Mar 2022 19:19:36 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C8DF334312E for ; Sat, 12 Mar 2022 19:19:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F9A930F for ; Sat, 12 Mar 2022 19:19:34 +0000 (UTC) From: "Matthew Smith" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Smith" Message-ID: <1647112756.593e4be87126a044447ea0f5d5f9262304598662.matthew@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/miniz/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/miniz/miniz-2.1.0-r2.ebuild dev-libs/miniz/miniz-2.1.0-r3.ebuild X-VCS-Directories: dev-libs/miniz/ X-VCS-Committer: matthew X-VCS-Committer-Name: Matthew Smith X-VCS-Revision: 593e4be87126a044447ea0f5d5f9262304598662 X-VCS-Branch: master Date: Sat, 12 Mar 2022 19:19:34 +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: 081b1689-748f-4e38-847b-02d5e9d7e1e1 X-Archives-Hash: 07076c3df912b8114e0731611a3bd743 commit: 593e4be87126a044447ea0f5d5f9262304598662 Author: Matthew Smith gentoo org> AuthorDate: Sat Mar 12 19:17:34 2022 +0000 Commit: Matthew Smith gentoo org> CommitDate: Sat Mar 12 19:19:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=593e4be8 dev-libs/miniz: add subslot Signed-off-by: Matthew Smith gentoo.org> dev-libs/miniz/{miniz-2.1.0-r2.ebuild => miniz-2.1.0-r3.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/miniz/miniz-2.1.0-r2.ebuild b/dev-libs/miniz/miniz-2.1.0-r3.ebuild similarity index 92% rename from dev-libs/miniz/miniz-2.1.0-r2.ebuild rename to dev-libs/miniz/miniz-2.1.0-r3.ebuild index cc26fba366c0..686dcbff90a3 100644 --- a/dev-libs/miniz/miniz-2.1.0-r2.ebuild +++ b/dev-libs/miniz/miniz-2.1.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/richgel999/miniz" SRC_URI="https://github.com/richgel999/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -SLOT="0" +SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE=""