commit: 40692b343145c2ba5e0187775a4e1378cc658e8a Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Tue Oct 23 20:17:25 2018 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Tue Oct 23 22:42:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40692b34
dev-lang/sassc: Add ~arm keyword to 3.5.0 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-lang/sassc/sassc-3.5.0.ebuild | 4 ++-- 1 file 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 847d2e349e3..aae4af4b71e 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"