diff options
author | Sam James <sam@gentoo.org> | 2021-04-15 09:32:01 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:20:28 +0100 |
commit | f07edfef6661e7caa3a57f8358264f975a379e9f (patch) | |
tree | dbc71a3125d89b665848e2fedf90315704f7fc23 /net-misc/udpxy | |
parent | net-misc/tipcutils: eutils->epatch (diff) | |
download | gentoo-f07edfef6661e7caa3a57f8358264f975a379e9f.tar.gz gentoo-f07edfef6661e7caa3a57f8358264f975a379e9f.tar.bz2 gentoo-f07edfef6661e7caa3a57f8358264f975a379e9f.zip |
net-misc/udpxy: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/udpxy')
-rw-r--r-- | net-misc/udpxy/udpxy-1.0.23.7-r2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/udpxy/udpxy-1.0.23.7-r2.ebuild b/net-misc/udpxy/udpxy-1.0.23.7-r2.ebuild index 8d67b7f4467f..f7f7a11e3a1f 100644 --- a/net-misc/udpxy/udpxy-1.0.23.7-r2.ebuild +++ b/net-misc/udpxy/udpxy-1.0.23.7-r2.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils systemd toolchain-funcs versionator + +inherit systemd toolchain-funcs versionator MY_PV=$(replace_version_separator 3 -) DESCRIPTION="Small daemon to relay multicast UDP traffic to client's TCP (HTTP) connection" |