diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-10-14 09:50:25 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-10-14 09:50:25 +0100 |
commit | d119def16f429aabfac5d9e212e1d977641c6e68 (patch) | |
tree | 453ff187cb6a9a6f6db32ed9747e1e621d94ed68 /net-vpn/i2pd | |
parent | dev-cpp/websocketpp: keyworded 0.8.1 for ppc, bug #640638 (diff) | |
download | gentoo-d119def16f429aabfac5d9e212e1d977641c6e68.tar.gz gentoo-d119def16f429aabfac5d9e212e1d977641c6e68.tar.bz2 gentoo-d119def16f429aabfac5d9e212e1d977641c6e68.zip |
net-vpn/i2pd: keyworded 2.20.0 for ppc, bug #640638
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="ppc"
Diffstat (limited to 'net-vpn/i2pd')
-rw-r--r-- | net-vpn/i2pd/i2pd-2.20.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-vpn/i2pd/i2pd-2.20.0.ebuild b/net-vpn/i2pd/i2pd-2.20.0.ebuild index 6e3dffbd6c17..aa8dd040979b 100644 --- a/net-vpn/i2pd/i2pd-2.20.0.ebuild +++ b/net-vpn/i2pd/i2pd-2.20.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ HOMEPAGE="https://github.com/PurpleI2P/i2pd" SRC_URI="https://github.com/PurpleI2P/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86" IUSE="cpu_flags_x86_aes cpu_flags_x86_avx i2p-hardening libressl static +upnp websocket" # if using libressl, require >=boost-1.65, see #597798 |