dev-libs/libsass: added ~arm64
authorRoy Bamford <neddyseagoon@gentoo.org>
Mon, 18 Feb 2019 11:19:59 +0000 (11:19 +0000)
committerAndreas Sturmlechner <asturm@gentoo.org>
Tue, 19 Feb 2019 18:04:45 +0000 (19:04 +0100)
Package-Manager: Portage-2.3.60, Repoman-2.3.12

Signed-off-by: Roy Bamford <neddyseagoon@gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
dev-libs/libsass/libsass-3.5.2.ebuild

index 94f29d59692f53798999208aa093af469aec7e34..b8c2af85094a168c63a7c57cc44e586b69bb2a95 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ if [[ ${PV} = *9999 ]]; then
        KEYWORDS=
 else
        SRC_URI="https://github.com/sass/libsass/archive/${PV}.tar.gz -> ${P}.tar.gz"
-       KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux"
+       KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux"
 fi
 
 DESCRIPTION="A C/C++ implementation of a Sass CSS compiler"