kernel-2.eclass: sort RDEPEND alphabetically
authorThomas Deutschmann <whissi@gentoo.org>
Thu, 9 Aug 2018 00:18:08 +0000 (02:18 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Thu, 9 Aug 2018 00:32:27 +0000 (02:32 +0200)
eclass/kernel-2.eclass

index 0345061631a52f20aa45c3b60c4b6c81df250f88..43a43fa76098d6bc30bc173586754e20b082301d 100644 (file)
@@ -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
        )"