Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgdev/
Date: Sat, 27 Feb 2021 12:46:51
Message-Id: 1614429996.4fd257e66f94692a7b78d1009af418080cbcc5cf.sam@gentoo
1 commit: 4fd257e66f94692a7b78d1009af418080cbcc5cf
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 27 12:46:36 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 12:46:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fd257e6
7
8 dev-util/pkgdev: add dep references for future
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-util/pkgdev/pkgdev-9999.ebuild | 3 +++
13 1 file changed, 3 insertions(+)
14
15 diff --git a/dev-util/pkgdev/pkgdev-9999.ebuild b/dev-util/pkgdev/pkgdev-9999.ebuild
16 index de1d953bf96..21c78f9d865 100644
17 --- a/dev-util/pkgdev/pkgdev-9999.ebuild
18 +++ b/dev-util/pkgdev/pkgdev-9999.ebuild
19 @@ -22,6 +22,7 @@ LICENSE="BSD MIT"
20 SLOT="0"
21
22 if [[ ${PV} == *9999 ]] ; then
23 + # https://github.com/pkgcore/pkgdev/blob/main/requirements/dev.txt
24 RDEPEND="
25 ~dev-python/snakeoil-9999[${PYTHON_USEDEP}]
26 ~dev-util/pkgcheck-9999[${PYTHON_USEDEP}]
27 @@ -30,6 +31,8 @@ if [[ ${PV} == *9999 ]] ; then
28 "
29 fi
30
31 +# Releases (in future): https://github.com/pkgcore/pkgdev/blob/main/requirements/install.txt
32 +
33 distutils_enable_sphinx doc
34
35 python_install_all() {