diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 01:50:04 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-12 23:58:28 +0100 |
commit | a2e23ad26f4c8ac89d7bc91b3ba8f6725ce3af28 (patch) | |
tree | d1f9557c2fba11be068c1999995b96c445eb6267 /net-p2p | |
parent | net-analyzer/python-gvm: fix variable references (diff) | |
download | gentoo-a2e23ad26f4c8ac89d7bc91b3ba8f6725ce3af28.tar.gz gentoo-a2e23ad26f4c8ac89d7bc91b3ba8f6725ce3af28.tar.bz2 gentoo-a2e23ad26f4c8ac89d7bc91b3ba8f6725ce3af28.zip |
net-p2p/vuze: eutils->edos2unix
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/vuze/vuze-5.7.6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/vuze/vuze-5.7.6.0.ebuild b/net-p2p/vuze/vuze-5.7.6.0.ebuild index 2337f913b31d..c6c1b2348292 100644 --- a/net-p2p/vuze/vuze-5.7.6.0.ebuild +++ b/net-p2p/vuze/vuze-5.7.6.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 JAVA_PKG_IUSE="source" -inherit eutils java-pkg-2 java-ant-2 xdg-utils desktop +inherit desktop edos2unix java-pkg-2 java-ant-2 xdg-utils MY_PV=$(ver_rs 1- "") MY_SRC="Vuze_${MY_PV}" |