From c305a14ac84919eb93abe6c7cc6da128c18ec4a5 Mon Sep 17 00:00:00 2001
From: Sam James
Date: Sun, 13 Mar 2022 01:46:26 +0000
Subject: quickstart: make blocker non-pure-DEPEND
Blockers need to be in RDEPEND too, per
devmanual guidance :)
Signed-off-by: Sam James
---
quickstart/text.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
(limited to 'quickstart')
diff --git a/quickstart/text.xml b/quickstart/text.xml
index caff4e5..9847477 100644
--- a/quickstart/text.xml
+++ b/quickstart/text.xml
@@ -320,7 +320,7 @@ replacement iconv for libc implementations which don't have their own.
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -334,7 +334,8 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="nls"
-DEPEND="!sys-libs/glibc"
+RDEPEND="!sys-libs/glibc"
+DEPEND="${RDEPEND}"
src_configure() {
econf $(use_enable nls)
--
cgit v1.2.3-65-gdbad