diff options
author | Alexey Korepanov <kaikaikai@yandex.ru> | 2018-03-31 14:41:07 +0100 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2018-03-31 18:10:21 +0200 |
commit | 5505c331ef5d1d1caa1a2dfac0e84ea49c6c26da (patch) | |
tree | 2b7981fc7a724a42d21592a22dfffcd7cf62d90a /x11-misc/redshift | |
parent | www-apps/nikola: 7.8.14 (diff) | |
download | gentoo-5505c331ef5d1d1caa1a2dfac0e84ea49c6c26da.tar.gz gentoo-5505c331ef5d1d1caa1a2dfac0e84ea49c6c26da.tar.bz2 gentoo-5505c331ef5d1d1caa1a2dfac0e84ea49c6c26da.zip |
x11-misc/redshift: keyword ~arm64
Closes: https://github.com/gentoo/gentoo/pull/7742
Diffstat (limited to 'x11-misc/redshift')
-rw-r--r-- | x11-misc/redshift/redshift-1.11-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/redshift/redshift-1.11-r1.ebuild b/x11-misc/redshift/redshift-1.11-r1.ebuild index f41d95dbc2ff..03db78ec91aa 100644 --- a/x11-misc/redshift/redshift-1.11-r1.ebuild +++ b/x11-misc/redshift/redshift-1.11-r1.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 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/jonls/redshift/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="appindicator geoclue gtk nls" COMMON_DEPEND=">=x11-libs/libX11-1.4 |