diff options
-rw-r--r-- | quickstart/text.xml | 5 |
1 files changed, 3 insertions, 2 deletions
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 <c>libc</c> implementations which don't have their own. </p> <codesample lang="ebuild"> -# 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) |