diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-03-26 21:39:57 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-03-28 12:22:38 +0200 |
commit | 4062c7a8d93e34b8ac847281709a90eac7fc94b4 (patch) | |
tree | 4285d35683662fc3ff172258158a71482a90a410 /eclass/python-single-r1.eclass | |
parent | python-r1.eclass: Update examples to use BDEPEND (diff) | |
download | gentoo-4062c7a8d93e34b8ac847281709a90eac7fc94b4.tar.gz gentoo-4062c7a8d93e34b8ac847281709a90eac7fc94b4.tar.bz2 gentoo-4062c7a8d93e34b8ac847281709a90eac7fc94b4.zip |
python-single-r1.eclass: Update examples to use BDEPEND
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/python-single-r1.eclass')
-rw-r--r-- | eclass/python-single-r1.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/python-single-r1.eclass b/eclass/python-single-r1.eclass index dc032379cd84..fafd11021dd0 100644 --- a/eclass/python-single-r1.eclass +++ b/eclass/python-single-r1.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: python-single-r1.eclass @@ -131,7 +131,7 @@ EXPORT_FUNCTIONS pkg_setup # @CODE # RDEPEND="${PYTHON_DEPS} # dev-foo/mydep" -# DEPEND="${RDEPEND}" +# BDEPEND="${PYTHON_DEPS}" # @CODE # # Example value: |