diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-05-09 10:57:30 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-05-09 11:00:03 -0400 |
commit | fd1ea1af913f0805caf96b434d7b44bb7093b6be (patch) | |
tree | e13874edfa1ae1f905fb4847c07d8aa697d9262a /app-crypt | |
parent | www-apps/icingaweb2: 2.9.6 cleanup (diff) | |
download | gentoo-fd1ea1af913f0805caf96b434d7b44bb7093b6be.tar.gz gentoo-fd1ea1af913f0805caf96b434d7b44bb7093b6be.tar.bz2 gentoo-fd1ea1af913f0805caf96b434d7b44bb7093b6be.zip |
app-crypt/libsecret: Move virtual/secret-service to PDEPEND
Otherwise with gcr-3.41.0 there is a circular dependency:
app-crypt/gcr
app-crypt/libsecret
virtual/secret-service
gnome-base/gnome-keyring
app-crypt/gcr
Until commit 375d4ecea4f ("app-crypt/libsecret: virtualise Secret
Service API dependency") libsecret depended on gnome-keyring in PDEPEND,
but this commit incorrectly added the virtual/secret-service to RDEPEND.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/libsecret/libsecret-0.20.5-r3.ebuild (renamed from app-crypt/libsecret/libsecret-0.20.5-r2.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/libsecret/libsecret-0.20.5-r2.ebuild b/app-crypt/libsecret/libsecret-0.20.5-r3.ebuild index 44e88b43f069..c16fe9ac3396 100644 --- a/app-crypt/libsecret/libsecret-0.20.5-r2.ebuild +++ b/app-crypt/libsecret/libsecret-0.20.5-r3.ebuild @@ -28,8 +28,8 @@ DEPEND=" tpm? ( >=app-crypt/tpm2-tss-3.0.3:= ) introspection? ( >=dev-libs/gobject-introspection-1.54:= ) " -RDEPEND="${DEPEND} - virtual/secret-service" +RDEPEND="${DEPEND}" +PDEPEND="virtual/secret-service" BDEPEND=" app-text/docbook-xml-dtd:4.2 dev-libs/libxslt |