diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-01-06 05:15:25 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-01-06 05:15:25 +0100 |
commit | f31c7282154ed2afdbc738a12c9407ea9e03f491 (patch) | |
tree | 4d6809bceb8dc4890b1f5877ec086a37b57bede1 /dev-python/backports-functools-lru-cache | |
parent | dev-python/configparser: x86 stable (bug #606288) (diff) | |
download | gentoo-f31c7282154ed2afdbc738a12c9407ea9e03f491.tar.gz gentoo-f31c7282154ed2afdbc738a12c9407ea9e03f491.tar.bz2 gentoo-f31c7282154ed2afdbc738a12c9407ea9e03f491.zip |
dev-python/backports-functools-lru-cache: x86 stable (bug #606288)
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-python/backports-functools-lru-cache')
-rw-r--r-- | dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.3.ebuild b/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.3.ebuild index d8d150a11dea..48a404f844c5 100644 --- a/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.3.ebuild +++ b/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sparc ~x86" +KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86" IUSE="doc test" DEPEND=" |