diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-07-17 10:21:55 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-07-18 09:25:32 +0100 |
commit | c8a57775238c7dfe2cb786aaee3f5f8662fe7107 (patch) | |
tree | 56b60fe4633e4ba7ca3c9e5f7579c8ba8a2074fa /dev-python/funcsigs | |
parent | dev-python/fixtures: ia64 stable, bug #619822 (diff) | |
download | gentoo-c8a57775238c7dfe2cb786aaee3f5f8662fe7107.tar.gz gentoo-c8a57775238c7dfe2cb786aaee3f5f8662fe7107.tar.bz2 gentoo-c8a57775238c7dfe2cb786aaee3f5f8662fe7107.zip |
dev-python/funcsigs: ia64 stable, bug #619822
Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --include-arches="ia64"
Diffstat (limited to 'dev-python/funcsigs')
-rw-r--r-- | dev-python/funcsigs/funcsigs-1.0.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/funcsigs/funcsigs-1.0.2-r1.ebuild b/dev-python/funcsigs/funcsigs-1.0.2-r1.ebuild index f8b44561f9c9..7604cf4a80b8 100644 --- a/dev-python/funcsigs/funcsigs-1.0.2-r1.ebuild +++ b/dev-python/funcsigs/funcsigs-1.0.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="Apache-2.0" -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" IUSE="test" DEPEND=" |