diff options
author | Roy Bamford <neddyseagoon@gentoo.org> | 2017-01-26 11:42:55 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2017-01-26 21:49:52 +0000 |
commit | 430421f70385b3c1093c91ae5baaec507af8c4fe (patch) | |
tree | 9344c954fe38d35c61925fb415188ad47f9aba08 /dev-util/systemtap | |
parent | dev-java/icedtea-web:added ~arm64 keyword. Tested on cortex-a53 Dependency of... (diff) | |
download | gentoo-430421f70385b3c1093c91ae5baaec507af8c4fe.tar.gz gentoo-430421f70385b3c1093c91ae5baaec507af8c4fe.tar.bz2 gentoo-430421f70385b3c1093c91ae5baaec507af8c4fe.zip |
dev-util/systemtap:added ~arm64 keyword. Tested on cortex-a53 Dependency of icedtea on arm64
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3668
Diffstat (limited to 'dev-util/systemtap')
-rw-r--r-- | dev-util/systemtap/systemtap-2.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/systemtap/systemtap-2.9.ebuild b/dev-util/systemtap/systemtap-2.9.ebuild index 66bc1728628f..c4e9a361a6e1 100644 --- a/dev-util/systemtap/systemtap-2.9.ebuild +++ b/dev-util/systemtap/systemtap-2.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="http://www.sourceware.org/${PN}/ftp/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="sqlite" RDEPEND=">=dev-libs/elfutils-0.142 |