From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1104367-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 622BD138336
	for <garchives@archives.gentoo.org>; Tue,  6 Aug 2019 13:03:26 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 29051E083D;
	Tue,  6 Aug 2019 13:03:25 +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 0F867E083D
	for <gentoo-commits@lists.gentoo.org>; Tue,  6 Aug 2019 13:03:25 +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 7154A34989A
	for <gentoo-commits@lists.gentoo.org>; Tue,  6 Aug 2019 13:03:23 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A206734
	for <gentoo-commits@lists.gentoo.org>; Tue,  6 Aug 2019 13:03:21 +0000 (UTC)
From: "Michael Palimaka" <kensington@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, "Michael Palimaka" <kensington@gentoo.org>
Message-ID: <1565096582.8f125edbfcc0b837ae24030d0c29c201167b2443.kensington@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libaccounts-glib/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-libs/libaccounts-glib/libaccounts-glib-1.24-r1.ebuild net-libs/libaccounts-glib/libaccounts-glib-1.24.ebuild
X-VCS-Directories: net-libs/libaccounts-glib/
X-VCS-Committer: kensington
X-VCS-Committer-Name: Michael Palimaka
X-VCS-Revision: 8f125edbfcc0b837ae24030d0c29c201167b2443
X-VCS-Branch: master
Date: Tue,  6 Aug 2019 13:03:21 +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: cfca2f12-43ab-42fa-9b7f-de9fc3a395fb
X-Archives-Hash: bd65252aa8803eb21e7f6ac8a8f88d07

commit:     8f125edbfcc0b837ae24030d0c29c201167b2443
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  6 12:59:33 2019 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Aug  6 13:03:02 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f125edb

net-libs/libaccounts-glib: add subslot

Bug: https://bugs.gentoo.org/691542
Package-Manager: Portage-2.3.69, Repoman-2.3.17
Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>

 .../{libaccounts-glib-1.24.ebuild => libaccounts-glib-1.24-r1.ebuild}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libaccounts-glib/libaccounts-glib-1.24.ebuild b/net-libs/libaccounts-glib/libaccounts-glib-1.24-r1.ebuild
similarity index 99%
rename from net-libs/libaccounts-glib/libaccounts-glib-1.24.ebuild
rename to net-libs/libaccounts-glib/libaccounts-glib-1.24-r1.ebuild
index 65cf22ba172..b1f40ae0f6a 100644
--- a/net-libs/libaccounts-glib/libaccounts-glib-1.24.ebuild
+++ b/net-libs/libaccounts-glib/libaccounts-glib-1.24-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://01.org/gsso/"
 SRC_URI="https://gitlab.com/accounts-sso/${PN}/-/archive/VERSION_${PV}/${PN}-VERSION_${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
-SLOT="0"
+SLOT="0/1"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="doc"