diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-06-03 12:52:24 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-06-03 12:52:24 +0300 |
commit | c26308b2343a64faa9491e6f2a660e50a07079c7 (patch) | |
tree | d5db33e9511c0ddd53682ebd3ccd3683c61a89eb /dev-libs/npth | |
parent | dev-python/pyblake2: s390 stable wrt bug #654682 (diff) | |
download | gentoo-c26308b2343a64faa9491e6f2a660e50a07079c7.tar.gz gentoo-c26308b2343a64faa9491e6f2a660e50a07079c7.tar.bz2 gentoo-c26308b2343a64faa9491e6f2a660e50a07079c7.zip |
dev-libs/npth: s390 stable wrt bug #657058
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-libs/npth')
-rw-r--r-- | dev-libs/npth/npth-1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/npth/npth-1.3.ebuild b/dev-libs/npth/npth-1.3.ebuild index 7aecae616554..1b6b254ae4ca 100644 --- a/dev-libs/npth/npth-1.3.ebuild +++ b/dev-libs/npth/npth-1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="static-libs" src_prepare() { |