diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-01-24 06:38:28 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-01-24 06:38:28 +0100 |
commit | 942e9a7835fdf44a8e3e97c46ec24486a11a5272 (patch) | |
tree | fe6a026b349c3b3574a87820aefa3e4bd4d5f1a0 /dev-python/coverage | |
parent | sci-geosciences/gpsd: update live ebuild, bug #602336 (diff) | |
download | gentoo-942e9a7835fdf44a8e3e97c46ec24486a11a5272.tar.gz gentoo-942e9a7835fdf44a8e3e97c46ec24486a11a5272.tar.bz2 gentoo-942e9a7835fdf44a8e3e97c46ec24486a11a5272.zip |
dev-python/coverage: Stable for HPPA (bug #602450).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches
Diffstat (limited to 'dev-python/coverage')
-rw-r--r-- | dev-python/coverage/coverage-4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/coverage/coverage-4.2.ebuild b/dev-python/coverage/coverage-4.2.ebuild index df0a7ce4a142..2e948f264996 100644 --- a/dev-python/coverage/coverage-4.2.ebuild +++ b/dev-python/coverage/coverage-4.2.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 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RDEPEND="" |