diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-03-29 12:18:41 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-03-29 12:27:36 +0100 |
commit | b4ed45b239e8b9f7a7970ed1382c460e456e1a05 (patch) | |
tree | 48e909c84cc9b6470e0712179b627fe6842bbccf /dev-python/strict-rfc3339 | |
parent | sys-power/iasl: Bump to 20200326 (diff) | |
download | gentoo-b4ed45b239e8b9f7a7970ed1382c460e456e1a05.tar.gz gentoo-b4ed45b239e8b9f7a7970ed1382c460e456e1a05.tar.bz2 gentoo-b4ed45b239e8b9f7a7970ed1382c460e456e1a05.zip |
dev-python/strict-rfc3339: stable 0.7-r1 for arm/hppa, bug #715096
Package-Manager: Portage-2.3.96, Repoman-2.3.22
RepoMan-Options: --include-arches="arm hppa"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-python/strict-rfc3339')
-rw-r--r-- | dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild b/dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild index 34b997cc3b1f..e4963bbed219 100644 --- a/dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild +++ b/dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/danielrichman/${PN}/archive/version-${PV}.tar.gz -> SLOT="0" LICENSE="GPL-3+" -KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" S="${WORKDIR}/${MY_P}" |