net-libs/td: use java-pkg-opt-2 eclass

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2022-02-09 22:01:32 +05:00
parent a74b329ee0
commit d200b1f777

View File

@@ -4,7 +4,7 @@
EAPI=8
DOCS_BUILDER="doxygen"
inherit cmake java-utils-2 docs
inherit cmake docs java-pkg-opt-2
DESCRIPTION="Cross-platform library for building Telegram clients"
HOMEPAGE="https://core.telegram.org/tdlib https://github.com/tdlib/td"
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/tdlib/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.
LICENSE="Boost-1.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE="benchmark dotnet java +jumbo-build static-libs test"
IUSE="benchmark dotnet +jumbo-build static-libs test"
RESTRICT="!test? ( test )"