From 2cb1a0bee16afa61375b1c2cd5c2e9c929146b6c Mon Sep 17 00:00:00 2001 From: Roy Bamford Date: Mon, 18 Feb 2019 11:19:59 +0000 Subject: dev-libs/libsass: added ~arm64 Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Roy Bamford Signed-off-by: Andreas Sturmlechner --- dev-libs/libsass/libsass-3.5.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-libs') diff --git a/dev-libs/libsass/libsass-3.5.2.ebuild b/dev-libs/libsass/libsass-3.5.2.ebuild index 94f29d59692f..b8c2af85094a 100644 --- a/dev-libs/libsass/libsass-3.5.2.ebuild +++ b/dev-libs/libsass/libsass-3.5.2.ebuild @@ -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" -- cgit v1.2.3-65-gdbad