Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/screenfetch/
Date: Fri, 06 Apr 2018 11:05:24
Message-Id: 1523012705.3784f41d4e05c9606478be84ad1d8476682ced24.grobian@gentoo
1 commit: 3784f41d4e05c9606478be84ad1d8476682ced24
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 6 10:55:58 2018 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 6 11:05:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3784f41d
7
8 app-misc/screenfetch: marked ~x64-macos, bug #650848
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-misc/screenfetch/screenfetch-3.8.0.ebuild | 4 ++--
13 app-misc/screenfetch/screenfetch-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/app-misc/screenfetch/screenfetch-3.8.0.ebuild b/app-misc/screenfetch/screenfetch-3.8.0.ebuild
17 index 517954aa468..0c17327b86a 100644
18 --- a/app-misc/screenfetch/screenfetch-3.8.0.ebuild
19 +++ b/app-misc/screenfetch/screenfetch-3.8.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -24,7 +24,7 @@ if [[ ${PV} == *9999 ]] ; then
27 EGIT_REPO_URI="https://github.com/KittyKatt/screenFetch.git"
28 inherit git-r3
29 else
30 - KEYWORDS="~amd64 ~x86"
31 + KEYWORDS="~amd64 ~x86 ~x64-macos"
32 SRC_URI="https://github.com/KittyKatt/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
33 S="${WORKDIR}/${MY_PN}-${PV}"
34 fi
35
36 diff --git a/app-misc/screenfetch/screenfetch-9999.ebuild b/app-misc/screenfetch/screenfetch-9999.ebuild
37 index 517954aa468..0c17327b86a 100644
38 --- a/app-misc/screenfetch/screenfetch-9999.ebuild
39 +++ b/app-misc/screenfetch/screenfetch-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 @@ -24,7 +24,7 @@ if [[ ${PV} == *9999 ]] ; then
47 EGIT_REPO_URI="https://github.com/KittyKatt/screenFetch.git"
48 inherit git-r3
49 else
50 - KEYWORDS="~amd64 ~x86"
51 + KEYWORDS="~amd64 ~x86 ~x64-macos"
52 SRC_URI="https://github.com/KittyKatt/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
53 S="${WORKDIR}/${MY_PN}-${PV}"
54 fi