commit:     4fd257e66f94692a7b78d1009af418080cbcc5cf
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 27 12:46:36 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 12:46:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fd257e6

dev-util/pkgdev: add dep references for future

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/pkgdev/pkgdev-9999.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-util/pkgdev/pkgdev-9999.ebuild 
b/dev-util/pkgdev/pkgdev-9999.ebuild
index de1d953bf96..21c78f9d865 100644
--- a/dev-util/pkgdev/pkgdev-9999.ebuild
+++ b/dev-util/pkgdev/pkgdev-9999.ebuild
@@ -22,6 +22,7 @@ LICENSE="BSD MIT"
 SLOT="0"
 
 if [[ ${PV} == *9999 ]] ; then
+       # https://github.com/pkgcore/pkgdev/blob/main/requirements/dev.txt
        RDEPEND="
                ~dev-python/snakeoil-9999[${PYTHON_USEDEP}]
                ~dev-util/pkgcheck-9999[${PYTHON_USEDEP}]
@@ -30,6 +31,8 @@ if [[ ${PV} == *9999 ]] ; then
        "
 fi
 
+# Releases (in future): 
https://github.com/pkgcore/pkgdev/blob/main/requirements/install.txt
+
 distutils_enable_sphinx doc
 
 python_install_all() {

Reply via email to