diff options
author | Florian Schmaus <flow@gentoo.org> | 2022-01-20 21:10:35 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-01-20 21:10:35 +0100 |
commit | 56c6feed7cac2d131d9238e79ba801a6098a8ffd (patch) | |
tree | bc93278c84d5e781ca931243d2ba2f21ad30f352 /dev-erlang/stun | |
parent | dev-erlang/eredis: Stabilize 1.2.0 amd64, #831401 (diff) | |
download | gentoo-56c6feed7cac2d131d9238e79ba801a6098a8ffd.tar.gz gentoo-56c6feed7cac2d131d9238e79ba801a6098a8ffd.tar.bz2 gentoo-56c6feed7cac2d131d9238e79ba801a6098a8ffd.zip |
dev-erlang/stun: Stabilize 1.0.47 amd64, #831401
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-erlang/stun')
-rw-r--r-- | dev-erlang/stun/stun-1.0.47.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-erlang/stun/stun-1.0.47.ebuild b/dev-erlang/stun/stun-1.0.47.ebuild index d432e9505400..3eb69fb18512 100644 --- a/dev-erlang/stun/stun-1.0.47.ebuild +++ b/dev-erlang/stun/stun-1.0.47.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" DEPEND=">=dev-erlang/fast_tls-1.1.13 >=dev-erlang/p1_utils-1.0.23" |