diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-07-18 15:33:22 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-07-18 15:33:22 +0200 |
commit | d2a30024608cba37e00ac8faf232692352072c2c (patch) | |
tree | c41f01b5300dbe8f682cb4429fe4b41fc2b6be9f /dev-python/functools32 | |
parent | app-portage/mirrorselect: arm/m68k/sh stable, (ALLARCHES policy) wrt bug #686446 (diff) | |
download | gentoo-d2a30024608cba37e00ac8faf232692352072c2c.tar.gz gentoo-d2a30024608cba37e00ac8faf232692352072c2c.tar.bz2 gentoo-d2a30024608cba37e00ac8faf232692352072c2c.zip |
dev-python/functools32: m68k stable wrt bug #583704
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="m68k"
Diffstat (limited to 'dev-python/functools32')
-rw-r--r-- | dev-python/functools32/functools32-3.2.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/functools32/functools32-3.2.3.ebuild b/dev-python/functools32/functools32-3.2.3.ebuild index 654c411860de..6ba752b0575a 100644 --- a/dev-python/functools32/functools32-3.2.3.ebuild +++ b/dev-python/functools32/functools32-3.2.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=5 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}-2.tar.gz" SLOT="0" LICENSE="PSF-2.4" -KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux" IUSE="" S="${WORKDIR}"/${P}-2 |