diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-03-11 18:02:04 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-03-11 18:02:04 +0100 |
commit | 2f35e211ace82bfffd52e24165a011ca2559f5a0 (patch) | |
tree | 79263a3792a70d33ef19f1193766ea6e7c8c0bea /dev-python/pbr | |
parent | dev-libs/libbsd: ia64 stable wrt bug #609978 (diff) | |
download | gentoo-2f35e211ace82bfffd52e24165a011ca2559f5a0.tar.gz gentoo-2f35e211ace82bfffd52e24165a011ca2559f5a0.tar.bz2 gentoo-2f35e211ace82bfffd52e24165a011ca2559f5a0.zip |
dev-python/pbr: ia64 stable wrt bug #586940
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/pbr')
-rw-r--r-- | dev-python/pbr/pbr-1.10.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pbr/pbr-1.10.0.ebuild b/dev-python/pbr/pbr-1.10.0.ebuild index 3941ee68f368..d8750e2d72ef 100644 --- a/dev-python/pbr/pbr-1.10.0.ebuild +++ b/dev-python/pbr/pbr-1.10.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="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" # git is needed for tests, see https://bugs.launchpad.net/pbr/+bug/1326682 and https://bugs.gentoo.org/show_bug.cgi?id=561038 |