diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-05-06 07:44:12 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-05-06 08:21:30 +0100 |
commit | 99da91398fabe6aeb6b3de49d82e3da9150783d6 (patch) | |
tree | d47dede8ec7573c7bfc62fb7ce1f59530dc9b441 /dev-libs | |
parent | media-libs/openexr: keyworded 3.0.1 for ia64 (diff) | |
download | gentoo-99da91398fabe6aeb6b3de49d82e3da9150783d6.tar.gz gentoo-99da91398fabe6aeb6b3de49d82e3da9150783d6.tar.bz2 gentoo-99da91398fabe6aeb6b3de49d82e3da9150783d6.zip |
dev-libs/imath: keyworded 3.0.1 for ia64
keyworded wrt bug #788235
Package-Manager: Portage-3.0.18, Repoman-3.0.3
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-libs')
-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 bf6da0d3e7eb..5fce7b3bf25b 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 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~ia64 ~x86 ~amd64-linux ~x86-linux" S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="BSD" |