commit: 5ca3ae6b5619804f22805cec8c8d29d84114f692 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Tue Oct 23 20:16:48 2018 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Tue Oct 23 22:42:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ca3ae6b
dev-libs/libsass: Add ~arm keyword to 3.5.2 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-libs/libsass/libsass-3.5.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libsass/libsass-3.5.2.ebuild b/dev-libs/libsass/libsass-3.5.2.ebuild index 3766263a495..94f29d59692 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 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/libsass/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86 ~amd64-linux" + KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux" fi DESCRIPTION="A C/C++ implementation of a Sass CSS compiler"