diff options
author | James Le Cuirot <chewi@gentoo.org> | 2018-10-23 21:17:25 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2018-10-23 23:42:42 +0100 |
commit | 40692b343145c2ba5e0187775a4e1378cc658e8a (patch) | |
tree | 9dcd470e9204659e5e51e8c35b86118b07d2398e | |
parent | dev-libs/libsass: Add ~arm keyword to 3.5.2 (diff) | |
download | gentoo-40692b343145c2ba5e0187775a4e1378cc658e8a.tar.gz gentoo-40692b343145c2ba5e0187775a4e1378cc658e8a.tar.bz2 gentoo-40692b343145c2ba5e0187775a4e1378cc658e8a.zip |
dev-lang/sassc: Add ~arm keyword to 3.5.0
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
-rw-r--r-- | dev-lang/sassc/sassc-3.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/sassc/sassc-3.5.0.ebuild b/dev-lang/sassc/sassc-3.5.0.ebuild index 847d2e349e3a..aae4af4b71ed 100644 --- a/dev-lang/sassc/sassc-3.5.0.ebuild +++ b/dev-lang/sassc/sassc-3.5.0.ebuild @@ -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" |