diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-07-12 10:14:03 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-07-12 14:13:18 +0200 |
commit | 3b1ad458d798b4c7ce5318e492abf9bc841883d2 (patch) | |
tree | 9c9241c3eba4956218aa62380fd0c5708038feb2 /www-servers | |
parent | app-dicts/canna-cannadic: update to EAPI 6 (diff) | |
download | gentoo-3b1ad458d798b4c7ce5318e492abf9bc841883d2.tar.gz gentoo-3b1ad458d798b4c7ce5318e492abf9bc841883d2.tar.bz2 gentoo-3b1ad458d798b4c7ce5318e492abf9bc841883d2.zip |
www-servers/puma: keyword ~arm64, bug #624234
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/puma/puma-3.9.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-servers/puma/puma-3.9.1.ebuild b/www-servers/puma/puma-3.9.1.ebuild index 5666059bf43c..575676364d65 100644 --- a/www-servers/puma/puma-3.9.1.ebuild +++ b/www-servers/puma/puma-3.9.1.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/puma/puma/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="3" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" IUSE="" DEPEND+=" dev-libs/openssl:0 test? ( net-misc/curl )" |