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 32D0313835B for ; Sat, 3 Apr 2021 17:48:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B74EE0831; Sat, 3 Apr 2021 17:48:45 +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 52A6AE0831 for ; Sat, 3 Apr 2021 17:48:45 +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 E0ECF340B7E for ; Sat, 3 Apr 2021 17:48:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B77804A8 for ; Sat, 3 Apr 2021 17:48:41 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1617471524.12d1e86338a24f15697ee7e803247e1d39c7f1f6.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/sg3_utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/sg3_utils/sg3_utils-1.45-r1.ebuild sys-apps/sg3_utils/sg3_utils-1.45-r2.ebuild sys-apps/sg3_utils/sg3_utils-1.46-r1.ebuild sys-apps/sg3_utils/sg3_utils-1.46.ebuild X-VCS-Directories: sys-apps/sg3_utils/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 12d1e86338a24f15697ee7e803247e1d39c7f1f6 X-VCS-Branch: master Date: Sat, 3 Apr 2021 17:48:41 +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: effc9bbd-65eb-49a0-a69b-aa8b17218b79 X-Archives-Hash: 417515aceef8fb5c1e17669ad8e2c122 commit: 12d1e86338a24f15697ee7e803247e1d39c7f1f6 Author: Mike Gilbert gentoo org> AuthorDate: Sat Apr 3 17:38:44 2021 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Apr 3 17:38:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12d1e863 sys-apps/sg3_utils: add a subslot Bug: https://bugs.gentoo.org/779412 Signed-off-by: Mike Gilbert gentoo.org> .../sg3_utils/{sg3_utils-1.45-r1.ebuild => sg3_utils-1.45-r2.ebuild} | 2 +- sys-apps/sg3_utils/{sg3_utils-1.46.ebuild => sg3_utils-1.46-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/sg3_utils/sg3_utils-1.45-r1.ebuild b/sys-apps/sg3_utils/sg3_utils-1.45-r2.ebuild similarity index 98% rename from sys-apps/sg3_utils/sg3_utils-1.45-r1.ebuild rename to sys-apps/sg3_utils/sg3_utils-1.45-r2.ebuild index 8bddab306c4..9a35e645d32 100644 --- a/sys-apps/sg3_utils/sg3_utils-1.45-r1.ebuild +++ b/sys-apps/sg3_utils/sg3_utils-1.45-r2.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="http://sg.danny.cz/sg/" SRC_URI="http://sg.danny.cz/sg/p/${P}.tar.xz" LICENSE="GPL-2" -SLOT="0" +SLOT="0/${PV}" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" IUSE="static-libs" diff --git a/sys-apps/sg3_utils/sg3_utils-1.46.ebuild b/sys-apps/sg3_utils/sg3_utils-1.46-r1.ebuild similarity index 98% rename from sys-apps/sg3_utils/sg3_utils-1.46.ebuild rename to sys-apps/sg3_utils/sg3_utils-1.46-r1.ebuild index 12b5589c956..b2dfd0bf221 100644 --- a/sys-apps/sg3_utils/sg3_utils-1.46.ebuild +++ b/sys-apps/sg3_utils/sg3_utils-1.46-r1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="http://sg.danny.cz/sg/" SRC_URI="http://sg.danny.cz/sg/p/${P}.tar.xz" LICENSE="GPL-2" -SLOT="0" +SLOT="0/${PV}" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="static-libs"