diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-06-19 10:14:16 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-06-19 10:14:16 +0200 |
commit | 908a7fe6bdfa1d4b34108dcbe7aca4aea4989a64 (patch) | |
tree | ca98eb594a34e8e9d695941653fe5ec82475045b /dev-libs/libsass | |
parent | dev-python/botocore: amd64/arm64/arm/ppc64/ppc/sparc/x86 stable (ALLARCHES po... (diff) | |
download | gentoo-908a7fe6bdfa1d4b34108dcbe7aca4aea4989a64.tar.gz gentoo-908a7fe6bdfa1d4b34108dcbe7aca4aea4989a64.tar.bz2 gentoo-908a7fe6bdfa1d4b34108dcbe7aca4aea4989a64.zip |
dev-libs/libsass: arm stable wrt bug #852890
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-libs/libsass')
-rw-r--r-- | dev-libs/libsass/libsass-3.6.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libsass/libsass-3.6.5.ebuild b/dev-libs/libsass/libsass-3.6.5.ebuild index d1807595adcc..5b6afcc694bb 100644 --- a/dev-libs/libsass/libsass-3.6.5.ebuild +++ b/dev-libs/libsass/libsass-3.6.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ if [[ ${PV} = *9999 ]]; then inherit git-r3 else SRC_URI="https://github.com/sass/libsass/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv x86 ~amd64-linux" + KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv x86 ~amd64-linux" fi DESCRIPTION="A C/C++ implementation of a Sass CSS compiler" |