diff options
author | Sam James <sam@gentoo.org> | 2021-04-15 02:59:19 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:19:17 +0100 |
commit | b27239dfb7aebef834daaddaba8fafb7c839252c (patch) | |
tree | 2dcdb14f543a63ea59b6c32e5b284b6a27fba66d /net-libs/NativeThread | |
parent | net-irc/onis: eutils-- (diff) | |
download | gentoo-b27239dfb7aebef834daaddaba8fafb7c839252c.tar.gz gentoo-b27239dfb7aebef834daaddaba8fafb7c839252c.tar.bz2 gentoo-b27239dfb7aebef834daaddaba8fafb7c839252c.zip |
net-libs/NativeThread: eutils--, multilib--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/NativeThread')
-rw-r--r-- | net-libs/NativeThread/NativeThread-0_pre20190914.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-libs/NativeThread/NativeThread-0_pre20190914.ebuild b/net-libs/NativeThread/NativeThread-0_pre20190914.ebuild index a13407892c05..7d89a6bca773 100644 --- a/net-libs/NativeThread/NativeThread-0_pre20190914.ebuild +++ b/net-libs/NativeThread/NativeThread-0_pre20190914.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils flag-o-matic java-pkg-2 multilib toolchain-funcs +inherit flag-o-matic java-pkg-2 toolchain-funcs DESCRIPTION="NativeThread for priorities on linux for freenet" HOMEPAGE="http://www.freenetproject.org/" @@ -12,7 +12,6 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" DEPEND=">=net-p2p/freenet-0.7 >=virtual/jdk-1.4" |