dev-lang/sassc: added ~arm64
authorRoy Bamford <neddyseagoon@gentoo.org>
Mon, 18 Feb 2019 11:21:27 +0000 (11:21 +0000)
committerAndreas Sturmlechner <asturm@gentoo.org>
Tue, 19 Feb 2019 18:04:46 +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-lang/sassc/sassc-3.5.0.ebuild

index aae4af4b71edcf1f70bdd277dea982c5baae28f6..b4d1a31c368cd1b9dc99dd70d57fae9a55f88e83 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/sassc/archive/${PV}.tar.gz -> ${P}.tar.gz"
-       KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux"
+       KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux"
 fi
 
 DESCRIPTION="A libsass command line driver"