commit: 91b98c3190e29845749f0db638616b1617af82b1
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue May 19 08:00:49 2020 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue May 19 08:04:35 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91b98c31
app-portage/layman: Add use default in subversion dependency
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
app-portage/layman/layman-2.4.3.ebuild | 2 +-
app-portage/layman/layman-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-portage/layman/layman-2.4.3.ebuild
b/app-portage/layman/layman-2.4.3.ebuild
index 6b6d71a01b3..4feaf210d2e 100644
--- a/app-portage/layman/layman-2.4.3.ebuild
+++ b/app-portage/layman/layman-2.4.3.ebuild
@@ -34,7 +34,7 @@ RDEPEND="
git? ( dev-vcs/git )
mercurial? ( dev-vcs/mercurial )
g-sorcery? ( app-portage/g-sorcery )
- subversion? ( >=dev-vcs/subversion-1.5.4[http] )
+ subversion? ( >=dev-vcs/subversion-1.5.4[http(+)] )
gpg? ( >=dev-python/pyGPG-0.2 )
sync-plugin-portage? ( >=sys-apps/portage-2.2.16[${PYTHON_USEDEP}] )
!sync-plugin-portage? ( sys-apps/portage[${PYTHON_USEDEP}] )
diff --git a/app-portage/layman/layman-9999.ebuild
b/app-portage/layman/layman-9999.ebuild
index 691cdb324f8..e8ba2aeb516 100644
--- a/app-portage/layman/layman-9999.ebuild
+++ b/app-portage/layman/layman-9999.ebuild
@@ -34,7 +34,7 @@ RDEPEND="
git? ( dev-vcs/git )
mercurial? ( dev-vcs/mercurial )
g-sorcery? ( app-portage/g-sorcery )
- subversion? ( >=dev-vcs/subversion-1.5.4[http] )
+ subversion? ( >=dev-vcs/subversion-1.5.4[http(+)] )
gpg? ( >=dev-python/pyGPG-0.2 )
sync-plugin-portage? ( >=sys-apps/portage-2.2.16[${PYTHON_USEDEP}] )
!sync-plugin-portage? ( sys-apps/portage[${PYTHON_USEDEP}] )