diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-08-01 07:25:21 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-08-01 07:25:21 +0100 |
commit | 8b54c06d007b5c794490b0cfdae93ede5f8682e7 (patch) | |
tree | c77ebc173551d85b452e3c129cdaa4f03f676254 /dev-python/importlib_resources | |
parent | app-emacs/apel: stable 10.8_p20190407 for hppa, bug #690928 (diff) | |
download | gentoo-8b54c06d007b5c794490b0cfdae93ede5f8682e7.tar.gz gentoo-8b54c06d007b5c794490b0cfdae93ede5f8682e7.tar.bz2 gentoo-8b54c06d007b5c794490b0cfdae93ede5f8682e7.zip |
dev-python/importlib_resources: keyworded 1.0.2-r1 for ia64, bug #690956
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-python/importlib_resources')
-rw-r--r-- | dev-python/importlib_resources/importlib_resources-1.0.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/importlib_resources/importlib_resources-1.0.2-r1.ebuild b/dev-python/importlib_resources/importlib_resources-1.0.2-r1.ebuild index 1c9409597cda..752216b8cb16 100644 --- a/dev-python/importlib_resources/importlib_resources-1.0.2-r1.ebuild +++ b/dev-python/importlib_resources/importlib_resources-1.0.2-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc64 ~sparc ~x86" IUSE="doc test" RDEPEND=" |