diff options
author | Roy Bamford <neddyseagoon@gentoo.org> | 2020-02-25 11:50:04 +0000 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-02-26 19:25:21 +0100 |
commit | 73c239ba5142096b80eb49ec4c0a5ef3c6ee5957 (patch) | |
tree | bbc1a20a0248d88eff1cce76272accf863a2e636 /dev-util/astyle | |
parent | dev-util/kdevelop-pg-qt: added ~arm64 keyword (diff) | |
download | gentoo-73c239ba5142096b80eb49ec4c0a5ef3c6ee5957.tar.gz gentoo-73c239ba5142096b80eb49ec4c0a5ef3c6ee5957.tar.bz2 gentoo-73c239ba5142096b80eb49ec4c0a5ef3c6ee5957.zip |
dev-util/astyle: added ~arm64 keyword
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Roy Bamford <neddyseagoon@gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-util/astyle')
-rw-r--r-- | dev-util/astyle/astyle-3.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/astyle/astyle-3.1-r2.ebuild b/dev-util/astyle/astyle-3.1-r2.ebuild index 8e2af0ab3608..d61943fa0383 100644 --- a/dev-util/astyle/astyle-3.1-r2.ebuild +++ b/dev-util/astyle/astyle-3.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/astyle/astyle_${PV}_linux.tar.gz" LICENSE="MIT" SLOT="0/3.1" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="examples java static-libs" DEPEND="app-arch/xz-utils |