diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2021-05-07 15:53:09 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-05-07 19:56:33 +0100 |
commit | 0c30af0af26c6a8ddc8c0e4de0ca3cf58f4c7079 (patch) | |
tree | 9d2f24b8c7279e2ea14e377e09292960218ac4bb /dev-python/smartypants | |
parent | app-text/asciidoc: stable 9.0.5-r1 for hppa, bug #788604 (diff) | |
download | gentoo-0c30af0af26c6a8ddc8c0e4de0ca3cf58f4c7079.tar.gz gentoo-0c30af0af26c6a8ddc8c0e4de0ca3cf58f4c7079.tar.bz2 gentoo-0c30af0af26c6a8ddc8c0e4de0ca3cf58f4c7079.zip |
dev-python/smartypants: keyworded 2.0.1 for hppa, bug #787269
Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
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 c43b65b961d6..143fe7a5bfff 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 ~ia64 ~sparc ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~sparc ~x86" S="${WORKDIR}/${MY_P}" fi |