diff options
author | Sam James <sam@gentoo.org> | 2022-07-11 04:03:38 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-11 04:03:38 +0100 |
commit | b77592e0e2960c2a8a98806fcc6f0ee4eb8a1a95 (patch) | |
tree | b30736af8fa2e082507aa885e8443e14fb61dcc9 /net-p2p | |
parent | net-print/cups: drop 2.4.1 (diff) | |
download | gentoo-b77592e0e2960c2a8a98806fcc6f0ee4eb8a1a95.tar.gz gentoo-b77592e0e2960c2a8a98806fcc6f0ee4eb8a1a95.tar.bz2 gentoo-b77592e0e2960c2a8a98806fcc6f0ee4eb8a1a95.zip |
net-p2p/eiskaltdcpp: fix UnusedInherits
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.2.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.2.ebuild b/net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.2.ebuild index c293b4a3b6f3..355264d134ad 100644 --- a/net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.2.ebuild +++ b/net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.2.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 @@ -7,7 +7,7 @@ LUA_COMPAT=( lua5-1 lua5-2 ) CMAKE_REMOVE_MODULES_LIST="FindASPELL FindLua" PLOCALES="be bg cs da de el en es eu fr hu ie it pl pt_BR ru sk sr sr@latin sv_SE tr uk vi zh_CN" -inherit cmake lua-single plocale strip-linguas xdg-utils toolchain-funcs +inherit cmake lua-single plocale strip-linguas xdg-utils [[ ${PV} = *9999* ]] && inherit git-r3 DESCRIPTION="Qt/DC++ based client for DirectConnect and ADC protocols" diff --git a/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild b/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild index 10dbd43956b6..c27953956943 100644 --- a/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild +++ b/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.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 @@ -7,7 +7,7 @@ LUA_COMPAT=( lua5-1 lua5-2 ) CMAKE_REMOVE_MODULES_LIST="FindASPELL FindLua" PLOCALES="be bg cs da de el en es eu fr hu ie it pl pt_BR ru sk sr sr@latin sv_SE tr uk vi zh_CN" -inherit cmake lua-single plocale xdg-utils toolchain-funcs +inherit cmake lua-single plocale xdg-utils [[ ${PV} = *9999* ]] && inherit git-r3 DESCRIPTION="Qt/DC++ based client for DirectConnect and ADC protocols" |