summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2019-11-06 09:20:58 +0100
committerLars Wendler <polynomial-c@gentoo.org>2019-11-06 09:21:08 +0100
commitaa39b852da422996f1759c9bda09b5e5b35f1e09 (patch)
treebe9d5590b20d74c5d78f67e3b1ecca17a7504161 /dev-vcs/git/git-9999-r2.ebuild
parentdev-python/six: Bump to 1.13.0 (diff)
downloadgentoo-aa39b852da422996f1759c9bda09b5e5b35f1e09.tar.gz
gentoo-aa39b852da422996f1759c9bda09b5e5b35f1e09.tar.bz2
gentoo-aa39b852da422996f1759c9bda09b5e5b35f1e09.zip
dev-vcs/git: Adjusted dependencies in EAPI-7 ebuilds
Thanks-to: Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com> Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'dev-vcs/git/git-9999-r2.ebuild')
-rw-r--r--dev-vcs/git/git-9999-r2.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-vcs/git/git-9999-r2.ebuild b/dev-vcs/git/git-9999-r2.ebuild
index 9e71c152786e..4bee6fa6ca97 100644
--- a/dev-vcs/git/git-9999-r2.ebuild
+++ b/dev-vcs/git/git-9999-r2.ebuild
@@ -54,7 +54,7 @@ SLOT="0"
IUSE="+blksha1 +curl cgi doc emacs gnome-keyring +gpg highlight +iconv libressl mediawiki mediawiki-experimental +nls +pcre +pcre-jit perforce +perl ppcsha1 tk +threads +webdav xinetd cvs subversion test"
# Common to both DEPEND and RDEPEND
-CDEPEND="
+DEPEND="
gnome-keyring? ( app-crypt/libsecret )
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:= )
@@ -73,7 +73,7 @@ CDEPEND="
iconv? ( virtual/libiconv )
"
-RDEPEND="${CDEPEND}
+RDEPEND="${DEPEND}
gpg? ( app-crypt/gnupg )
perl? (
dev-perl/Error
@@ -106,9 +106,6 @@ RDEPEND="${CDEPEND}
# .txt/asciidoc --(asciidoc)---------> .xml/docbook
# .xml/docbook --(docbook2texi.pl)--> .texi
# .texi --(makeinfo)---------> .info
-DEPEND="${CDEPEND}
- test? ( app-crypt/gnupg )"
-
BDEPEND="
doc? (
app-text/asciidoc
@@ -117,6 +114,7 @@ BDEPEND="
sys-apps/texinfo
)
nls? ( sys-devel/gettext )
+ test? ( app-crypt/gnupg )
"
# Live ebuild builds man pages and HTML docs, additionally