diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-14 14:16:16 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-18 14:09:07 +0200 |
commit | 7e086ec1487c7b64c9e243362462064912c33470 (patch) | |
tree | 30a3f669ca5f45c618e5b1e4c6f634733eb2657c /dev-vcs | |
parent | dev-vcs/git: Rename USE=gnome-keyring -> keyring (diff) | |
download | gentoo-7e086ec1487c7b64c9e243362462064912c33470.tar.gz gentoo-7e086ec1487c7b64c9e243362462064912c33470.tar.bz2 gentoo-7e086ec1487c7b64c9e243362462064912c33470.zip |
dev-vcs/subversion: Rename USE=gnome-keyring -> keyring
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/subversion/subversion-1.14.2-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-vcs/subversion/subversion-1.14.2-r1.ebuild b/dev-vcs/subversion/subversion-1.14.2-r1.ebuild index 77545db3116e..49df4c3f6b18 100644 --- a/dev-vcs/subversion/subversion-1.14.2-r1.ebuild +++ b/dev-vcs/subversion/subversion-1.14.2-r1.ebuild @@ -23,7 +23,7 @@ SLOT="0" if [[ ${PV} != *_rc* ]] ; then KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" fi -IUSE="apache2 berkdb debug doc extras gnome-keyring java kwallet nls perl plaintext-password-storage ruby sasl test" +IUSE="apache2 berkdb debug doc extras keyring java kwallet nls perl plaintext-password-storage ruby sasl test" RESTRICT="!test? ( test )" COMMON_DEPEND=" @@ -38,7 +38,7 @@ COMMON_DEPEND=" sys-apps/file sys-libs/zlib berkdb? ( >=sys-libs/db-4.0.14:= ) - gnome-keyring? ( + keyring? ( dev-libs/glib:2 app-crypt/libsecret sys-apps/dbus @@ -180,7 +180,7 @@ src_configure() { $(use_with berkdb berkeley-db "db.h:${EPREFIX}/usr/include/db${SVN_BDB_VERSION}::db-${SVN_BDB_VERSION}") --without-ctypesgen --disable-runtime-module-search - $(use_with gnome-keyring) + $(use_with keyring gnome-keyring) $(use_enable java javahl) $(use_with java jdk "${JAVA_HOME}") $(use_enable nls) |