diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-12-29 12:02:42 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-12-29 12:02:42 +0300 |
commit | 1f853ae85bd745b26a93d06118bd8880530781ea (patch) | |
tree | 5ad960f5c3a885cf1d278faf60edbf60aa8ba050 /dev-python/strict-rfc3339 | |
parent | dev-python/coverage: Add ~alpha keyword wrt bug #700194 (diff) | |
download | gentoo-1f853ae85bd745b26a93d06118bd8880530781ea.tar.gz gentoo-1f853ae85bd745b26a93d06118bd8880530781ea.tar.bz2 gentoo-1f853ae85bd745b26a93d06118bd8880530781ea.zip |
dev-python/strict-rfc3339: alpha stable wrt bug #700616
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="alpha"
Signed-off-by: Mikle Kolyada <zlogene@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 9fa69a3b36c8..52f9b55ace35 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 ~sh sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux" S="${WORKDIR}/${MY_P}" |