diff options
author | 2018-05-10 14:25:58 +0000 | |
---|---|---|
committer | 2018-05-10 14:25:58 +0000 | |
commit | f1bb4c036cf81e853508bc931ee51750c4204fc7 (patch) | |
tree | 8f194f0ccfaded9ad1b43e7c68a6cf15765c84c6 /app-misc/neofetch/neofetch-9999.ebuild | |
parent | 2018-05-10 14:06:39 UTC (diff) | |
parent | dev-python/pandas: Drop old (diff) | |
download | gentoo-f1bb4c036cf81e853508bc931ee51750c4204fc7.tar.gz gentoo-f1bb4c036cf81e853508bc931ee51750c4204fc7.tar.bz2 gentoo-f1bb4c036cf81e853508bc931ee51750c4204fc7.zip |
Merge updates from master
Diffstat (limited to 'app-misc/neofetch/neofetch-9999.ebuild')
-rw-r--r-- | app-misc/neofetch/neofetch-9999.ebuild | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/app-misc/neofetch/neofetch-9999.ebuild b/app-misc/neofetch/neofetch-9999.ebuild index 6a5cf4e804aa..2bcaa63beeae 100644 --- a/app-misc/neofetch/neofetch-9999.ebuild +++ b/app-misc/neofetch/neofetch-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,10 +12,11 @@ SLOT="0" IUSE="X" RDEPEND="sys-apps/pciutils - X? ( x11-apps/xprop - x11-apps/xwininfo - x11-apps/xrandr - www-client/w3m[imlib] - media-libs/imlib2 - media-gfx/imagemagick -)" + X? ( + media-gfx/imagemagick + media-libs/imlib2 + www-client/w3m[imlib] + x11-apps/xprop + x11-apps/xrandr + x11-apps/xwininfo + )" |