summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2019-03-25 23:58:02 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2019-03-25 23:59:11 +0000
commit990ca2254109a1fdb7d3c853a50d29c3e4dcec2b (patch)
treeab90734eb7c4c3cb67e774173726ba099d5629f7
parentsys-kernel/stable-sources: Version bump (diff)
downloadportage-990ca2254109a1fdb7d3c853a50d29c3e4dcec2b.tar.xz
eclass/linux-build: Inherit RDEPEND
-rw-r--r--eclass/linux-build.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/linux-build.eclass b/eclass/linux-build.eclass
index e05aef9e..36332570 100644
--- a/eclass/linux-build.eclass
+++ b/eclass/linux-build.eclass
@@ -44,7 +44,7 @@ REQUIRED_USE="symlink? ( source )"
DEPEND="sys-devel/bc
sys-apps/diffutils
sys-apps/kmod"
-RDEPEND=""
+RDEPEND="${RDEPEND}"
# @FUNCTION: _linux-build_configval
# @INTERNAL