diff options
author | Roy Bamford <neddyseagoon@gentoo.org> | 2020-03-06 12:14:24 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-07 16:10:10 +0100 |
commit | 5c97d4e825197d7f60e25b5506b27ebb2932a744 (patch) | |
tree | 106375a966cd3c25e5bd7365af9ce2ce32abddea /x11-libs | |
parent | dev-lang/python: stable on arm64 (diff) | |
download | gentoo-5c97d4e825197d7f60e25b5506b27ebb2932a744.tar.gz gentoo-5c97d4e825197d7f60e25b5506b27ebb2932a744.tar.bz2 gentoo-5c97d4e825197d7f60e25b5506b27ebb2932a744.zip |
x11-libs/qscintilla: added ~arm64
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Roy Bamford <neddyseagoon@gentoo.org>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qscintilla/qscintilla-2.11.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/qscintilla/qscintilla-2.11.4.ebuild b/x11-libs/qscintilla/qscintilla-2.11.4.ebuild index 9c5354a9b46e..82d8a6e8e812 100644 --- a/x11-libs/qscintilla/qscintilla-2.11.4.ebuild +++ b/x11-libs/qscintilla/qscintilla-2.11.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,7 @@ fi LICENSE="GPL-3" SLOT="0/15" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="designer doc" RDEPEND=" |