summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/liberasurecode')
-rw-r--r--dev-libs/liberasurecode/liberasurecode-1.6.2.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-libs/liberasurecode/liberasurecode-1.6.2.ebuild b/dev-libs/liberasurecode/liberasurecode-1.6.2.ebuild
index 04ffe4e54cdf..b79569ec340a 100644
--- a/dev-libs/liberasurecode/liberasurecode-1.6.2.ebuild
+++ b/dev-libs/liberasurecode/liberasurecode-1.6.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit autotools eutils ltprune multilib toolchain-funcs
+inherit autotools ltprune
DESCRIPTION="Erasure Code API library written in C with pluggable Erasure Code backends."
HOMEPAGE="https://bitbucket.org/tsg-/liberasurecode/overview"
@@ -14,9 +14,7 @@ SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE="doc static-libs"
-RDEPEND=""
-DEPEND="sys-devel/autoconf
- doc? ( app-doc/doxygen )"
+DEPEND="doc? ( app-doc/doxygen )"
src_prepare() {
eapply_user