diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2019-05-16 00:45:29 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-05-15 23:56:08 +0100 |
commit | 66ab3ffac563c33e0b6935b0818e3f69a583f29a (patch) | |
tree | cf62b4ddc815a453bf160899b9aa24f495b0fd4e /dev-python/filelock | |
parent | dev-python/toml: keyworded 0.10.0 for sparc, bug #685868 (diff) | |
download | gentoo-66ab3ffac563c33e0b6935b0818e3f69a583f29a.tar.gz gentoo-66ab3ffac563c33e0b6935b0818e3f69a583f29a.tar.bz2 gentoo-66ab3ffac563c33e0b6935b0818e3f69a583f29a.zip |
dev-python/filelock: keyworded 3.0.10 for sparc, bug #685868
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-python/filelock')
-rw-r--r-- | dev-python/filelock/filelock-3.0.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/filelock/filelock-3.0.10.ebuild b/dev-python/filelock/filelock-3.0.10.ebuild index 0a62a896563a..bc016f84b54c 100644 --- a/dev-python/filelock/filelock-3.0.10.ebuild +++ b/dev-python/filelock/filelock-3.0.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 2018 Gentoo Authors +# Copyright 2018-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/benediktschmitt/py-filelock/archive/v${PV}.tar.gz -> LICENSE="Unlicense" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~sparc ~x86" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |