diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-05-06 20:30:06 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-05-06 20:30:48 +0100 |
commit | 69e08c97f0fc7f3e12c119599890e092899edd5f (patch) | |
tree | 14a5ceea2111b6b5a90a777a612636b3c43bbd48 /dev-python/smartypants | |
parent | dev-util/gi-docgen: keyworded 2021.5 for ia64 (diff) | |
download | gentoo-69e08c97f0fc7f3e12c119599890e092899edd5f.tar.gz gentoo-69e08c97f0fc7f3e12c119599890e092899edd5f.tar.bz2 gentoo-69e08c97f0fc7f3e12c119599890e092899edd5f.zip |
dev-python/smartypants: keyworded 2.0.1 for ia64
keyworded wrt bug #787269
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-python/smartypants')
-rw-r--r-- | dev-python/smartypants/smartypants-2.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/smartypants/smartypants-2.0.1.ebuild b/dev-python/smartypants/smartypants-2.0.1.ebuild index 632b9a382c59..c43b65b961d6 100644 --- a/dev-python/smartypants/smartypants-2.0.1.ebuild +++ b/dev-python/smartypants/smartypants-2.0.1.ebuild @@ -20,7 +20,7 @@ if [[ ${PV} = 9999* ]]; then inherit git-r3 else SRC_URI="https://github.com/leohemsted/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~sparc ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~sparc ~x86" S="${WORKDIR}/${MY_P}" fi |