From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1236870-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 C125E1382C5
	for <garchives@archives.gentoo.org>; Sat,  2 Jan 2021 19:00:55 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id CFCB7E0833;
	Sat,  2 Jan 2021 19:00:54 +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 B7F35E0833
	for <gentoo-commits@lists.gentoo.org>; Sat,  2 Jan 2021 19:00:54 +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 25124340F63
	for <gentoo-commits@lists.gentoo.org>; Sat,  2 Jan 2021 19:00:53 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D3D8309
	for <gentoo-commits@lists.gentoo.org>; Sat,  2 Jan 2021 19:00:51 +0000 (UTC)
From: "Jian Lin" <jlin.gentoo@outlook.com>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Jian Lin" <jlin.gentoo@outlook.com>
Message-ID: <1609614044.d33bd50548367fa6bfb93765f76ff2a4927e7318.jian@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/i3lock-fancy-rapid/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-9999.ebuild
X-VCS-Directories: x11-misc/i3lock-fancy-rapid/
X-VCS-Committer: jian
X-VCS-Committer-Name: Jian Lin
X-VCS-Revision: d33bd50548367fa6bfb93765f76ff2a4927e7318
X-VCS-Branch: dev
Date: Sat,  2 Jan 2021 19:00:51 +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: 56e67f5f-45ea-4297-8bc9-874bea48a710
X-Archives-Hash: db3af673e3c2107cc704ad6ceea1ac66

commit:     d33bd50548367fa6bfb93765f76ff2a4927e7318
Author:     Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
AuthorDate: Sat Jan  2 18:55:56 2021 +0000
Commit:     Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
CommitDate: Sat Jan  2 19:00:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d33bd505

x11-misc/i3lock-fancy-rapid: sort inherit

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Jian Lin <jlin.gentoo <AT> outlook.com>

 x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-9999.ebuild b/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-9999.ebuild
index 2b180af7..bf69e1f9 100644
--- a/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-9999.ebuild
+++ b/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit git-r3 flag-o-matic toolchain-funcs
+inherit flag-o-matic git-r3 toolchain-funcs
 
 DESCRIPTION="A faster implementation of i3lock-fancy"
 HOMEPAGE="https://github.com/yvbbrjdr/i3lock-fancy-rapid"