Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
Date: Thu, 10 May 2018 14:09:45
Message-Id: 1525961374.4713fbafdf30632c9ba9d19c6178f7ca5ccfc9b4.johu@gentoo
1 commit: 4713fbafdf30632c9ba9d19c6178f7ca5ccfc9b4
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 10 14:08:47 2018 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Thu May 10 14:09:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4713fbaf
7
8 app-misc/neofetch: Sort dependencies
9
10 Package-Manager: Portage-2.3.36, Repoman-2.3.9
11
12 app-misc/neofetch/neofetch-3.4.0.ebuild | 8 ++++----
13 app-misc/neofetch/neofetch-9999.ebuild | 17 +++++++++--------
14 2 files changed, 13 insertions(+), 12 deletions(-)
15
16 diff --git a/app-misc/neofetch/neofetch-3.4.0.ebuild b/app-misc/neofetch/neofetch-3.4.0.ebuild
17 index 0bfd665036b..02361f6c21c 100644
18 --- a/app-misc/neofetch/neofetch-3.4.0.ebuild
19 +++ b/app-misc/neofetch/neofetch-3.4.0.ebuild
20 @@ -13,10 +13,10 @@ IUSE="X"
21
22 RDEPEND="sys-apps/pciutils
23 X? (
24 + media-gfx/imagemagick
25 + media-libs/imlib2
26 + www-client/w3m[imlib]
27 x11-apps/xprop
28 - x11-apps/xwininfo
29 x11-apps/xrandr
30 - www-client/w3m[imlib]
31 - media-libs/imlib2
32 - media-gfx/imagemagick
33 + x11-apps/xwininfo
34 )"
35
36 diff --git a/app-misc/neofetch/neofetch-9999.ebuild b/app-misc/neofetch/neofetch-9999.ebuild
37 index 6a5cf4e804a..2bcaa63beea 100644
38 --- a/app-misc/neofetch/neofetch-9999.ebuild
39 +++ b/app-misc/neofetch/neofetch-9999.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2017 Gentoo Foundation
42 +# Copyright 1999-2018 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=6
46 @@ -12,10 +12,11 @@ SLOT="0"
47 IUSE="X"
48
49 RDEPEND="sys-apps/pciutils
50 - X? ( x11-apps/xprop
51 - x11-apps/xwininfo
52 - x11-apps/xrandr
53 - www-client/w3m[imlib]
54 - media-libs/imlib2
55 - media-gfx/imagemagick
56 -)"
57 + X? (
58 + media-gfx/imagemagick
59 + media-libs/imlib2
60 + www-client/w3m[imlib]
61 + x11-apps/xprop
62 + x11-apps/xrandr
63 + x11-apps/xwininfo
64 + )"