diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-10-09 09:42:20 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-10-09 09:47:47 +0200 |
commit | d24fbc99300e059db3a6d981513a5a69c74c4592 (patch) | |
tree | 37dd4149530af6eafa94ed81a4916b8cc7e827a8 /dev-python/secretstorage | |
parent | dev-java/hamcrest-library: drop 1.3-r2 (diff) | |
download | gentoo-d24fbc99300e059db3a6d981513a5a69c74c4592.tar.gz gentoo-d24fbc99300e059db3a6d981513a5a69c74c4592.tar.bz2 gentoo-d24fbc99300e059db3a6d981513a5a69c74c4592.zip |
dev-python/secretstorage: Align parentheses
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/secretstorage')
-rw-r--r-- | dev-python/secretstorage/secretstorage-3.3.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/secretstorage/secretstorage-3.3.3.ebuild b/dev-python/secretstorage/secretstorage-3.3.3.ebuild index a20142345925..6c7242c04100 100644 --- a/dev-python/secretstorage/secretstorage-3.3.3.ebuild +++ b/dev-python/secretstorage/secretstorage-3.3.3.ebuild @@ -31,8 +31,8 @@ BDEPEND=" !hppa? ( !sparc? ( !s390? ( sys-apps/dbus virtual/secret-service - ) - ) ) ) + ) ) ) + ) " distutils_enable_tests unittest |