Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gettext/
Date: Fri, 09 Jul 2021 20:25:46
Message-Id: 1625861921.9a20d4d0ea978611e17518f2424b5807a2cc4fc7.floppym@gentoo
1 commit: 9a20d4d0ea978611e17518f2424b5807a2cc4fc7
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 9 20:18:41 2021 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 9 20:18:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a20d4d0
7
8 sys-devel/gettext: copy cvs dependency to BDEPEND
9
10 Closes: https://bugs.gentoo.org/801382
11 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
12
13 sys-devel/gettext/gettext-0.21-r1.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/sys-devel/gettext/gettext-0.21-r1.ebuild b/sys-devel/gettext/gettext-0.21-r1.ebuild
17 index 40031f2f5a3..bab939d0ebc 100644
18 --- a/sys-devel/gettext/gettext-0.21-r1.ebuild
19 +++ b/sys-devel/gettext/gettext-0.21-r1.ebuild
20 @@ -41,6 +41,7 @@ RDEPEND="${DEPEND}
21 git? ( dev-vcs/git )
22 java? ( >=virtual/jre-1.8 )"
23 BDEPEND="
24 + !git? ( cvs? ( dev-vcs/cvs ) )
25 git? ( dev-vcs/git )
26 "
27 PDEPEND="emacs? ( app-emacs/po-mode )"