diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2020-05-28 13:21:45 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-05-28 19:19:49 +0100 |
commit | 94f740f912f51734b06423e0fab45d67e972dc1b (patch) | |
tree | 29dd3d5eda4c5ec5e3cf14a4912cae3183642e74 /net-vpn/i2pd | |
parent | media-fonts/cascadia-code: keyworded 1910.04 for sparc, bug #696894 (diff) | |
download | gentoo-94f740f912f51734b06423e0fab45d67e972dc1b.tar.gz gentoo-94f740f912f51734b06423e0fab45d67e972dc1b.tar.bz2 gentoo-94f740f912f51734b06423e0fab45d67e972dc1b.zip |
net-vpn/i2pd: keyworded 2.29.0 for sparc, bug #640638
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'net-vpn/i2pd')
-rw-r--r-- | net-vpn/i2pd/i2pd-2.29.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-vpn/i2pd/i2pd-2.29.0.ebuild b/net-vpn/i2pd/i2pd-2.29.0.ebuild index 06d8abe7e506..110e726fe0e1 100644 --- a/net-vpn/i2pd/i2pd-2.29.0.ebuild +++ b/net-vpn/i2pd/i2pd-2.29.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/PurpleI2P/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~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 |