dev-erlang/cowboy: bump to 2.9.0

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Matthew <dev@mtbk.me>
This commit is contained in:
Matthew Bakhtiari
2021-06-29 23:27:16 +02:00
parent 533c8e7530
commit 584cba4958
2 changed files with 5 additions and 3 deletions

View File

@@ -1 +1 @@
DIST cowboy-2.8.0.tar.gz 3728168 BLAKE2B d669625206ddf2a7209487603ab30f07e9cf3c177b31c8eb883c857116c15c03431ac64809ab2afdd5b7a66a4858e1180a5d1ffb732f1c3a6c514669840ddfaf SHA512 930728b26d01b7936ae58d0b77673de5179de22ac633110773cbe85b8cfc26a6373ecd66b5133c4059af4f8b1b070dd87f4da88ffede1a4def28699e91af1511
DIST cowboy-2.9.0.tar.gz 3734838 BLAKE2B e5670a43c0a5f542de708c31574a5d1f4a754b58a06881ce998e915a8ffe2a9e9499f998a7330428fb0fd87cafcaff4bccd565ca19cabe2c0b2c18ef619943be SHA512 af4cbd8afcebd4f9b76bd387c9344413cd81342401678e64b7d2a4daa2f6a91c15b51f1d288b4072b5bae8b3f27cf853c2633a5357b83c1cfef626b9d0d14352

View File

@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=7
inherit rebar
@@ -13,10 +13,12 @@ SRC_URI="https://github.com/ninenines/${PN}/archive/${PV}.tar.gz
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="mirror"
DEPEND="dev-erlang/cowlib"
RDEPEND="${DEPEND}
=dev-erlang/ranch-1.7.1*"
=dev-erlang/ranch-1.7.1*
"
DOCS=( README.asciidoc )