Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/screenfetch/
Date: Sun, 16 Feb 2020 21:14:18
Message-Id: 1581887628.0548c63252b6a014951d84460af9cc919f74ebe1.whissi@gentoo
1 commit: 0548c63252b6a014951d84460af9cc919f74ebe1
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 16 21:03:05 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 16 21:13:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0548c632
7
8 app-misc/screenfetch: x86 stable (bug #709700)
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 app-misc/screenfetch/screenfetch-3.9.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-misc/screenfetch/screenfetch-3.9.1.ebuild b/app-misc/screenfetch/screenfetch-3.9.1.ebuild
17 index 552e3a0655c..033502d0a56 100644
18 --- a/app-misc/screenfetch/screenfetch-3.9.1.ebuild
19 +++ b/app-misc/screenfetch/screenfetch-3.9.1.ebuild
20 @@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]] ; then
21 EGIT_REPO_URI="https://github.com/KittyKatt/screenFetch.git"
22 inherit git-r3
23 else
24 - KEYWORDS="~amd64 ~arm ~x86 ~x64-macos"
25 + KEYWORDS="~amd64 ~arm x86 ~x64-macos"
26 SRC_URI="https://github.com/KittyKatt/screenFetch/archive/v${PV}.tar.gz -> ${P}.tar.gz"
27 S="${WORKDIR}/${MY_PN}-${PV}"
28 fi