sys-apps/hdparm: Keyword for arm64.
authorRoy Bamford <neddyseagoon@gentoo.org>
Sun, 8 May 2016 18:19:51 +0000 (19:19 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Mon, 9 May 2016 16:34:06 +0000 (16:34 +0000)
Added ~arm64 keyword after testing on a Raspberry Pi3
in 64 bit mode. That's a Cortex-a53.
Nobody will ever make an arm64 with an IDE interface,
so its probably the most worthless keyword ever.
hdparm -tT works.

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1432

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
sys-apps/hdparm/hdparm-9.48.ebuild

index 7b6ab16239e6b366d708b8999f733644431fcb92..c95a1e3cc121c8952efa84e1e1510cda778ca400 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/hdparm/${P}.tar.gz"
 
 LICENSE="BSD GPL-2" # GPL-2 only
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="static"
 
 src_prepare() {