dev-libs/libsass: Add ~ia64 keyword (bug #677176)
authorMart Raudsepp <leio@gentoo.org>
Mon, 27 Jan 2020 19:18:57 +0000 (21:18 +0200)
committerMart Raudsepp <leio@gentoo.org>
Mon, 27 Jan 2020 19:45:37 +0000 (21:45 +0200)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
dev-libs/libsass/libsass-3.6.1.ebuild
dev-libs/libsass/libsass-3.6.3.ebuild

index 1ece89467a74ae65b98fd6be88b3f5f1668f6479..1d1364419272eb101007e390c413d30a94ac6ef9 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -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 arm64 ~ppc ~ppc64 x86 ~amd64-linux"
+       KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux"
 fi
 
 DESCRIPTION="A C/C++ implementation of a Sass CSS compiler"
index 206e7040d5f732067fec617070d7e38f315518b0..70fec398bd24baa9aa5f257a3392416e9c583478 100644 (file)
@@ -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 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux"
+       KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux"
 fi
 
 DESCRIPTION="A C/C++ implementation of a Sass CSS compiler"