diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2021-05-31 17:52:11 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-06-01 18:38:10 +0000 |
commit | 4e9c106e53ca1d03af392a90691635b21c42c56e (patch) | |
tree | dc4e5af7cae415ae4d46dae36329de02c2265932 /dev-libs/imath | |
parent | dev-python/lxml: stable 4.6.3-r1 for sparc, bug #790737 (diff) | |
download | gentoo-4e9c106e53ca1d03af392a90691635b21c42c56e.tar.gz gentoo-4e9c106e53ca1d03af392a90691635b21c42c56e.tar.bz2 gentoo-4e9c106e53ca1d03af392a90691635b21c42c56e.zip |
dev-libs/imath: keyworded 3.0.1 for sparc, bug #788235
Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-libs/imath')
-rw-r--r-- | dev-libs/imath/imath-3.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/imath/imath-3.0.1.ebuild b/dev-libs/imath/imath-3.0.1.ebuild index 5fce7b3bf25b..5a251808c673 100644 --- a/dev-libs/imath/imath-3.0.1.ebuild +++ b/dev-libs/imath/imath-3.0.1.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 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x64-macos ~x86-solaris -KEYWORDS="~amd64 ~ia64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux" S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="BSD" |