dev-lang/sassc: Add ~arm keyword to 3.5.0
authorJames Le Cuirot <chewi@gentoo.org>
Tue, 23 Oct 2018 20:17:25 +0000 (21:17 +0100)
committerJames Le Cuirot <chewi@gentoo.org>
Tue, 23 Oct 2018 22:42:42 +0000 (23:42 +0100)
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

dev-lang/sassc/sassc-3.5.0.ebuild

index 847d2e349e3abd25abe0cb8a7fa42610a4398b7c..aae4af4b71edcf1f70bdd277dea982c5baae28f6 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 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 ~x86 ~amd64-linux"
+       KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux"
 fi
 
 DESCRIPTION="A libsass command line driver"