diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-19 19:59:56 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-19 20:12:26 +0200 |
commit | 148aa0f6104aaefb07cbee39c369cd550d57576d (patch) | |
tree | e66fd7cca3bd50f1ac9d591c77e7e854897949cc /sys-fs/lsscsi | |
parent | app-emacs/autoconf-mode: keyword ~arm64 (diff) | |
download | gentoo-148aa0f6104aaefb07cbee39c369cd550d57576d.tar.gz gentoo-148aa0f6104aaefb07cbee39c369cd550d57576d.tar.bz2 gentoo-148aa0f6104aaefb07cbee39c369cd550d57576d.zip |
sys-fs/lsscsi: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'sys-fs/lsscsi')
-rw-r--r-- | sys-fs/lsscsi/lsscsi-0.28.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/lsscsi/lsscsi-0.28.ebuild b/sys-fs/lsscsi/lsscsi-0.28.ebuild index dac365c9cca8..e45263a560f3 100644 --- a/sys-fs/lsscsi/lsscsi-0.28.ebuild +++ b/sys-fs/lsscsi/lsscsi-0.28.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ SRC_URI="http://sg.danny.cz/scsi/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86" src_prepare() { epatch "${FILESDIR}"/${P}-sysmacros.patch #580494 |