Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libsass/
Date: Tue, 23 Oct 2018 22:43:15
Message-Id: 1540334555.5ca3ae6b5619804f22805cec8c8d29d84114f692.chewi@gentoo
1 commit: 5ca3ae6b5619804f22805cec8c8d29d84114f692
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 23 20:16:48 2018 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 23 22:42:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ca3ae6b
7
8 dev-libs/libsass: Add ~arm keyword to 3.5.2
9
10 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-libs/libsass/libsass-3.5.2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-libs/libsass/libsass-3.5.2.ebuild b/dev-libs/libsass/libsass-3.5.2.ebuild
17 index 3766263a495..94f29d59692 100644
18 --- a/dev-libs/libsass/libsass-3.5.2.ebuild
19 +++ b/dev-libs/libsass/libsass-3.5.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -11,7 +11,7 @@ if [[ ${PV} = *9999 ]]; then
27 KEYWORDS=
28 else
29 SRC_URI="https://github.com/sass/libsass/archive/${PV}.tar.gz -> ${P}.tar.gz"
30 - KEYWORDS="~amd64 ~x86 ~amd64-linux"
31 + KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux"
32 fi
33
34 DESCRIPTION="A C/C++ implementation of a Sass CSS compiler"