diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-03-11 11:39:33 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-03-11 11:40:01 +0300 |
commit | b6abeecaf5d3d0e904fa64f2d490bc211653e5b8 (patch) | |
tree | 529cdcfae050f36658b877d2b92ea88b2f885cb8 /dev-python/pyfakefs | |
parent | dev-python/pyscard: amd64 stable wrt bug #679276 (diff) | |
download | gentoo-b6abeecaf5d3d0e904fa64f2d490bc211653e5b8.tar.gz gentoo-b6abeecaf5d3d0e904fa64f2d490bc211653e5b8.tar.bz2 gentoo-b6abeecaf5d3d0e904fa64f2d490bc211653e5b8.zip |
dev-python/pyfakefs: amd64 stable wrt bug #679276
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
Diffstat (limited to 'dev-python/pyfakefs')
-rw-r--r-- | dev-python/pyfakefs/pyfakefs-3.4.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyfakefs/pyfakefs-3.4.3.ebuild b/dev-python/pyfakefs/pyfakefs-3.4.3.ebuild index 4c18bdf736f2..3fb0d1696a6f 100644 --- a/dev-python/pyfakefs/pyfakefs-3.4.3.ebuild +++ b/dev-python/pyfakefs/pyfakefs-3.4.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/jmcgeheeiv/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |