diff options
-rw-r--r-- | www-servers/puma/puma-5.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-servers/puma/puma-5.1.1.ebuild b/www-servers/puma/puma-5.1.1.ebuild index 485e18f262b4..1c8d8a3bd411 100644 --- a/www-servers/puma/puma-5.1.1.ebuild +++ b/www-servers/puma/puma-5.1.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 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86" IUSE="" DEPEND+=" dev-libs/openssl:0 test? ( net-misc/curl )" |