diff options
author | 2018-04-06 12:55:58 +0200 | |
---|---|---|
committer | 2018-04-06 13:05:05 +0200 | |
commit | 3784f41d4e05c9606478be84ad1d8476682ced24 (patch) | |
tree | dfeacc73f3c6074e0a745b0c04e7db9431d1677d /app-misc/screenfetch/screenfetch-9999.ebuild | |
parent | dev-python/PySocks: marked ~x64-macos, bug #650848 (diff) | |
download | gentoo-3784f41d4e05c9606478be84ad1d8476682ced24.tar.gz gentoo-3784f41d4e05c9606478be84ad1d8476682ced24.tar.bz2 gentoo-3784f41d4e05c9606478be84ad1d8476682ced24.zip |
app-misc/screenfetch: marked ~x64-macos, bug #650848
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-misc/screenfetch/screenfetch-9999.ebuild')
-rw-r--r-- | app-misc/screenfetch/screenfetch-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/screenfetch/screenfetch-9999.ebuild b/app-misc/screenfetch/screenfetch-9999.ebuild index 517954aa4689..0c17327b86ac 100644 --- a/app-misc/screenfetch/screenfetch-9999.ebuild +++ b/app-misc/screenfetch/screenfetch-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 @@ -24,7 +24,7 @@ if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="https://github.com/KittyKatt/screenFetch.git" inherit git-r3 else - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~x86 ~x64-macos" SRC_URI="https://github.com/KittyKatt/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${MY_PN}-${PV}" fi |