commit: a10357f02ca279bddc0368857f0ffa88a243e38f
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 9 00:18:08 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Aug 9 00:32:27 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a10357f0
kernel-2.eclass: sort RDEPEND alphabetically
eclass/kernel-2.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index 0345061631a..43a43fa7609 100644
--- a/eclass/kernel-2.eclass
+++ b/eclass/kernel-2.eclass
@@ -599,10 +599,10 @@ if [[ ${ETYPE} == sources ]]; then
>=sys-devel/binutils-2.11.90.0.31
)"
RDEPEND="!build? (
- >=sys-libs/ncurses-5.2
- sys-devel/make
dev-lang/perl
sys-devel/bc
+ sys-devel/make
+ >=sys-libs/ncurses-5.2
virtual/libelf
)"