From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1270827-garchives=archives.gentoo.org@lists.gentoo.org>
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 684041382C5
	for <garchives@archives.gentoo.org>; Tue, 13 Apr 2021 22:38:00 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id BB446E091C;
	Tue, 13 Apr 2021 22:37:59 +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 9E72DE091C
	for <gentoo-commits@lists.gentoo.org>; Tue, 13 Apr 2021 22:37:59 +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 AB342340DCC
	for <gentoo-commits@lists.gentoo.org>; Tue, 13 Apr 2021 22:37:58 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 2756F478
	for <gentoo-commits@lists.gentoo.org>; Tue, 13 Apr 2021 22:37:57 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1618353456.bf2731095af25105762bb007d4d0f60956f4bbef.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libesmtp/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-libs/libesmtp/libesmtp-1.0.6_p20200824.ebuild net-libs/libesmtp/libesmtp-9999.ebuild
X-VCS-Directories: net-libs/libesmtp/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: bf2731095af25105762bb007d4d0f60956f4bbef
X-VCS-Branch: master
Date: Tue, 13 Apr 2021 22:37:57 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: a610fdad-ca3d-4219-ab19-8354ab61d685
X-Archives-Hash: c94f5456ac3d5ddf65835a35b91d2f10

commit:     bf2731095af25105762bb007d4d0f60956f4bbef
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 13 20:57:35 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 13 22:37:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf273109

net-libs/libesmtp: add subslot

1.0.6 breaks ABI compatibility (severely).

Bug: https://bugs.gentoo.org/782643
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/libesmtp/libesmtp-1.0.6_p20200824.ebuild | 2 +-
 net-libs/libesmtp/libesmtp-9999.ebuild            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libesmtp/libesmtp-1.0.6_p20200824.ebuild b/net-libs/libesmtp/libesmtp-1.0.6_p20200824.ebuild
index 2cdebea7e57..549485ab84e 100644
--- a/net-libs/libesmtp/libesmtp-1.0.6_p20200824.ebuild
+++ b/net-libs/libesmtp/libesmtp-1.0.6_p20200824.ebuild
@@ -19,7 +19,7 @@ else
 fi
 
 LICENSE="LGPL-2.1 GPL-2"
-SLOT="0"
+SLOT="0/7"
 IUSE="ssl static-libs threads"
 
 RDEPEND="ssl? ( >=dev-libs/openssl-1.1.0:0= )"

diff --git a/net-libs/libesmtp/libesmtp-9999.ebuild b/net-libs/libesmtp/libesmtp-9999.ebuild
index 52b10fe2282..83df4e67b07 100644
--- a/net-libs/libesmtp/libesmtp-9999.ebuild
+++ b/net-libs/libesmtp/libesmtp-9999.ebuild
@@ -16,7 +16,7 @@ else
 fi
 
 LICENSE="LGPL-2.1 GPL-2"
-SLOT="0"
+SLOT="0/7"
 IUSE="ssl static-libs threads"
 
 RDEPEND="ssl? ( >=dev-libs/openssl-1.1.0:0= )"