From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1330290-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 E5D05158086
	for <garchives@archives.gentoo.org>; Thu, 14 Oct 2021 10:54:17 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D24E8E089C;
	Thu, 14 Oct 2021 10:54:16 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id B7745E088F
	for <gentoo-commits@lists.gentoo.org>; Thu, 14 Oct 2021 10:54:16 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id B6349342FE1
	for <gentoo-commits@lists.gentoo.org>; Thu, 14 Oct 2021 10:54:15 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FA89EC
	for <gentoo-commits@lists.gentoo.org>; Thu, 14 Oct 2021 10:54:14 +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: <1634208218.c893bf46f51b957cf91c85ce54cbbb0c818d6491.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/rpm/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-arch/rpm/rpm-4.17.0.ebuild
X-VCS-Directories: app-arch/rpm/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: c893bf46f51b957cf91c85ce54cbbb0c818d6491
X-VCS-Branch: master
Date: Thu, 14 Oct 2021 10:54:14 +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: c299fa12-9ba1-4d00-89e0-a80e3ea3d2d1
X-Archives-Hash: b2ae1489d584318eb88e4d691218db98

commit:     c893bf46f51b957cf91c85ce54cbbb0c818d6491
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 14 10:43:38 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 14 10:43:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c893bf46

app-arch/rpm: sort *DEPEND

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-arch/rpm/rpm-4.17.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/rpm/rpm-4.17.0.ebuild b/app-arch/rpm/rpm-4.17.0.ebuild
index 8111da577bf..9d4579d1f7f 100644
--- a/app-arch/rpm/rpm-4.17.0.ebuild
+++ b/app-arch/rpm/rpm-4.17.0.ebuild
@@ -27,14 +27,14 @@ REQUIRED_USE="${LUA_REQUIRED_USE}
 
 CDEPEND="!app-arch/rpm5
 	app-arch/libarchive:=
-	app-arch/xz-utils
 	>=app-arch/bzip2-1.0.1
+	app-arch/xz-utils
 	>=app-crypt/gnupg-1.2
 	>=dev-lang/perl-5.8.8
 	dev-libs/elfutils
 	dev-libs/libgcrypt:=
-	sys-apps/file
 	>=dev-libs/popt-1.7
+	sys-apps/file
 	>=sys-libs/zlib-1.2.3-r1
 	virtual/libintl
 	${LUA_DEPS}