diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-05-19 11:00:49 +0300 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-05-19 11:04:35 +0300 |
commit | 91b98c3190e29845749f0db638616b1617af82b1 (patch) | |
tree | 777711b6875a7183445cc514ad292d2a4d77ab85 /app-portage | |
parent | app-emulation/lxc: add more configure options (diff) | |
download | gentoo-91b98c3190e29845749f0db638616b1617af82b1.tar.gz gentoo-91b98c3190e29845749f0db638616b1617af82b1.tar.bz2 gentoo-91b98c3190e29845749f0db638616b1617af82b1.zip |
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@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/layman/layman-2.4.3.ebuild | 2 | ||||
-rw-r--r-- | 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 6b6d71a01b39..4feaf210d2e1 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 691cdb324f88..e8ba2aeb5168 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}] ) |