diff options
author | Joshua Kinard <kumba@gentoo.org> | 2021-07-31 17:35:26 -0400 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2021-07-31 18:26:05 -0400 |
commit | da8ddaa5f159ff210bed8aa958e1b5883d1ae875 (patch) | |
tree | 0a03df855f5c34b6769c8458eaf5ecd821e23a9a /dev-libs/imath | |
parent | dev-python/trustme: Added ~mips to KEYWORDS (diff) | |
download | gentoo-da8ddaa5f159ff210bed8aa958e1b5883d1ae875.tar.gz gentoo-da8ddaa5f159ff210bed8aa958e1b5883d1ae875.tar.bz2 gentoo-da8ddaa5f159ff210bed8aa958e1b5883d1ae875.zip |
dev-libs/imath: Added ~mips to KEYWORDS
Bug: https://bugs.gentoo.org/798690
Signed-off-by: Joshua Kinard <kumba@gentoo.org>
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Diffstat (limited to 'dev-libs/imath')
-rw-r--r-- | dev-libs/imath/imath-3.0.5-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/imath/imath-3.0.5-r1.ebuild b/dev-libs/imath/imath-3.0.5-r1.ebuild index a1bd6fa5cf4c..f2fc31012332 100644 --- a/dev-libs/imath/imath-3.0.5-r1.ebuild +++ b/dev-libs/imath/imath-3.0.5-r1.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://imath.readthedocs.io" SRC_URI="https://github.com/AcademySoftwareFoundation/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" # re-keywording needed for (according to ilmbase keywords): # ~arm ~arm64 ~mips ~x64-macos ~x86-solaris -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="BSD" |