diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-20 11:52:48 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-20 12:04:13 +0100 |
commit | a6494b40bb9a86dffaadc7617d02266288865e0c (patch) | |
tree | 229cfc86d018c121684aec9c9328b5845c5ae947 /net-libs/zeromq | |
parent | dev-perl/ZMQ-LibZMQ3: ppc64 stable wrt bug #591998 (diff) | |
download | gentoo-a6494b40bb9a86dffaadc7617d02266288865e0c.tar.gz gentoo-a6494b40bb9a86dffaadc7617d02266288865e0c.tar.bz2 gentoo-a6494b40bb9a86dffaadc7617d02266288865e0c.zip |
net-libs/zeromq: ppc64 stable wrt bug #591998
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-libs/zeromq')
-rw-r--r-- | net-libs/zeromq/zeromq-3.2.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/zeromq/zeromq-3.2.3.ebuild b/net-libs/zeromq/zeromq-3.2.3.ebuild index 008be2f621f8..3fab153be016 100644 --- a/net-libs/zeromq/zeromq-3.2.3.ebuild +++ b/net-libs/zeromq/zeromq-3.2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="http://download.zeromq.org/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="amd64 arm hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 arm hppa ~ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="pgm test static-libs elibc_glibc" DEPEND=" |