diff options
author | Sam James <sam@gentoo.org> | 2020-07-20 00:41:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-07-20 00:41:00 +0000 |
commit | 829ff92c938a85afcf982fe4419e157bfd7294fc (patch) | |
tree | 5629b8b57b6b40087f5805ea562ba270e8424f1c /dev-ml | |
parent | dev-python/geventhttpclient: amd64 stable (bug #731394) (diff) | |
download | gentoo-829ff92c938a85afcf982fe4419e157bfd7294fc.tar.gz gentoo-829ff92c938a85afcf982fe4419e157bfd7294fc.tar.bz2 gentoo-829ff92c938a85afcf982fe4419e157bfd7294fc.zip |
dev-ml/cryptokit: x86 keyworded (bug #729796)
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/cryptokit/cryptokit-1.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/cryptokit/cryptokit-1.12.ebuild b/dev-ml/cryptokit/cryptokit-1.12.ebuild index 06c3f50d846f..edc0e8846542 100644 --- a/dev-ml/cryptokit/cryptokit-1.12.ebuild +++ b/dev-ml/cryptokit/cryptokit-1.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/xavierleroy/cryptokit" SRC_URI="https://github.com/xavierleroy/cryptokit/archive/release$(replace_all_version_separators '').tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2" SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="zlib" DEPEND="zlib? ( >=sys-libs/zlib-1.1 ) |