diff options
author | 2016-12-02 17:05:16 +0700 | |
---|---|---|
committer | 2016-12-04 23:32:09 +0100 | |
commit | 1aef5edb3f0528f5b234d079238c27f61903995f (patch) | |
tree | 6822ae22dfe3b20b2cbee3ed195efc04a3edae88 /app-misc/neofetch/neofetch-9999.ebuild | |
parent | www-client/chromium: remove old (diff) | |
download | gentoo-1aef5edb3f0528f5b234d079238c27f61903995f.tar.gz gentoo-1aef5edb3f0528f5b234d079238c27f61903995f.tar.bz2 gentoo-1aef5edb3f0528f5b234d079238c27f61903995f.zip |
app-misc/neofetch: version bump to 2.0.
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2981
Diffstat (limited to 'app-misc/neofetch/neofetch-9999.ebuild')
-rw-r--r-- | app-misc/neofetch/neofetch-9999.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/app-misc/neofetch/neofetch-9999.ebuild b/app-misc/neofetch/neofetch-9999.ebuild index e0bb14ebb08a..85203ceee7c7 100644 --- a/app-misc/neofetch/neofetch-9999.ebuild +++ b/app-misc/neofetch/neofetch-9999.ebuild @@ -6,14 +6,11 @@ inherit git-r3 DESCRIPTION="Simple information system script" HOMEPAGE="https://github.com/dylanaraps/neofetch" EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git" -LICENSE="MIT" +LICENSE="MIT-with-advertising" SLOT="0" IUSE="X" -DEPEND="app-shells/bash:* - sys-apps/pciutils" - -RDEPEND="${DEPEND} +RDEPEND="sys-apps/pciutils X? ( x11-apps/xprop x11-apps/xwininfo x11-apps/xrandr |