diff options
author | 2023-05-25 08:38:12 +0100 | |
---|---|---|
committer | 2023-05-25 08:38:35 +0100 | |
commit | ae38bb47e4465db87b59642d59c6fac4e2992fb7 (patch) | |
tree | 63d8d52ca8db3827f17fa5849f260cfd900fac9c /app-crypt | |
parent | mail-client/thunderbird-bin: drop 102.10.1 (diff) | |
download | gentoo-ae38bb47e4465db87b59642d59c6fac4e2992fb7.tar.gz gentoo-ae38bb47e4465db87b59642d59c6fac4e2992fb7.tar.bz2 gentoo-ae38bb47e4465db87b59642d59c6fac4e2992fb7.zip |
app-crypt/sequoia-sq: fix man page path for USE=debug; fix sqlite dep
Still feels pretty unclean.
Closes: https://bugs.gentoo.org/907138
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/sequoia-sq/sequoia-sq-0.30.0-r1.ebuild (renamed from app-crypt/sequoia-sq/sequoia-sq-0.30.0.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/sequoia-sq/sequoia-sq-0.30.0.ebuild b/app-crypt/sequoia-sq/sequoia-sq-0.30.0-r1.ebuild index 2c36e9c09594..f6d457088ab5 100644 --- a/app-crypt/sequoia-sq/sequoia-sq-0.30.0.ebuild +++ b/app-crypt/sequoia-sq/sequoia-sq-0.30.0-r1.ebuild @@ -470,6 +470,7 @@ KEYWORDS="~amd64 ~ppc64" QA_FLAGS_IGNORED="usr/bin/sq" COMMON_DEPEND=" + dev-db/sqlite:3 dev-libs/gmp:= dev-libs/nettle:= dev-libs/openssl:= @@ -480,7 +481,6 @@ DEPEND=" " RDEPEND=" ${COMMON_DEPEND} - dev-db/sqlite:3 " # Clang needed for bindgen BDEPEND=" @@ -501,7 +501,7 @@ src_compile() { src_install() { cargo_src_install - doman target/release/build/sequoia-sq-*/out/*.1 + doman target/*/build/sequoia-sq-*/out/*.1 newbashcomp target/sq.bash sq |