diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-10-07 15:03:53 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-10-07 15:03:53 +0300 |
commit | e9fa670f7ced49ed2b5be22fd8d8a8181155d841 (patch) | |
tree | f03597b014f7bca8c07d6c1802abcb0f16331c05 /app-misc/screenfetch | |
parent | media-video/xine-ui: amd64 stable wrt bug #667666 (diff) | |
download | gentoo-e9fa670f7ced49ed2b5be22fd8d8a8181155d841.tar.gz gentoo-e9fa670f7ced49ed2b5be22fd8d8a8181155d841.tar.bz2 gentoo-e9fa670f7ced49ed2b5be22fd8d8a8181155d841.zip |
app-misc/screenfetch: amd64/x86 stable wrt bug #667938
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'app-misc/screenfetch')
-rw-r--r-- | app-misc/screenfetch/screenfetch-3.8.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/screenfetch/screenfetch-3.8.0-r1.ebuild b/app-misc/screenfetch/screenfetch-3.8.0-r1.ebuild index f2c6bb16d7d5..459928ae2f31 100644 --- a/app-misc/screenfetch/screenfetch-3.8.0-r1.ebuild +++ b/app-misc/screenfetch/screenfetch-3.8.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="${HOMEPAGE}.git" inherit git-r3 else - KEYWORDS="~amd64 ~arm ~x86 ~x64-macos" + KEYWORDS="amd64 ~arm x86 ~x64-macos" SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${MY_PN}-${PV}" fi |