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:45:30
Message-Id: 1614429924.4736cd326d07449222c6de6745c295f334db57a3.sam@gentoo
1 commit: 4736cd326d07449222c6de6745c295f334db57a3
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 27 12:44:42 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 12:45:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4736cd32
7
8 dev-util/pkgdev: add dev-vcs/git dep
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-util/pkgdev/pkgdev-9999.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-util/pkgdev/pkgdev-9999.ebuild b/dev-util/pkgdev/pkgdev-9999.ebuild
16 index 053004ea50f..8cfcbe74e05 100644
17 --- a/dev-util/pkgdev/pkgdev-9999.ebuild
18 +++ b/dev-util/pkgdev/pkgdev-9999.ebuild
19 @@ -26,6 +26,7 @@ if [[ ${PV} == *9999 ]] ; then
20 ~dev-python/snakeoil-9999[${PYTHON_USEDEP}]
21 ~dev-util/pkgcheck-9999[${PYTHON_USEDEP}]
22 ~sys-apps/pkgcore-9999[${PYTHON_USEDEP}]
23 + dev-vcs/git
24 "
25 fi