diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-04-13 20:06:36 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-04-13 20:15:07 -0700 |
commit | 143496acaadaff1d45d99b0c9183e03a60b38438 (patch) | |
tree | d8c0052f749fa0477a7ece111027b5a9ede827b4 /dev-vcs/subversion | |
parent | sci-libs/m4ri: remove "unused" m4ri-20140914.ebuild. (diff) | |
download | gentoo-143496acaadaff1d45d99b0c9183e03a60b38438.tar.gz gentoo-143496acaadaff1d45d99b0c9183e03a60b38438.tar.bz2 gentoo-143496acaadaff1d45d99b0c9183e03a60b38438.zip |
dev-vcs/subversion: Depend on libsecret, not libgnome-keyring
Bug: https://bugs.gentoo.org/713026
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-vcs/subversion')
-rw-r--r-- | dev-vcs/subversion/subversion-1.13.0-r1.ebuild (renamed from dev-vcs/subversion/subversion-1.13.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/subversion/subversion-1.13.0.ebuild b/dev-vcs/subversion/subversion-1.13.0-r1.ebuild index a46d68203b07..3f5565dc2727 100644 --- a/dev-vcs/subversion/subversion-1.13.0.ebuild +++ b/dev-vcs/subversion/subversion-1.13.0-r1.ebuild @@ -39,7 +39,7 @@ COMMON_DEPEND=" ctypes-python? ( ${PYTHON_DEPS} ) gnome-keyring? ( dev-libs/glib:2 - gnome-base/libgnome-keyring + app-crypt/libsecret sys-apps/dbus ) http? ( >=net-libs/serf-1.3.4 ) |