diff options
author | Florian Schmaus <flow@gentoo.org> | 2021-12-30 15:11:16 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2021-12-30 15:12:24 +0100 |
commit | 3a9967086bb88a1f07800d71f3629f1e0f61c1ca (patch) | |
tree | 6c1fa16e62ad998ff0496b7bad3232e53f8428c6 /app-crypt/sequoia-sq | |
parent | app-crypt/sequoia-sqv: initial import (diff) | |
download | gentoo-3a9967086bb88a1f07800d71f3629f1e0f61c1ca.tar.gz gentoo-3a9967086bb88a1f07800d71f3629f1e0f61c1ca.tar.bz2 gentoo-3a9967086bb88a1f07800d71f3629f1e0f61c1ca.zip |
app-crypt/sequoia-sq: update HOMEPAGE, move clang to DEPEND
Moving clang from BDEPEND to DEPEND as suggested by Georgy.
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Suggested-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-crypt/sequoia-sq')
-rw-r--r-- | app-crypt/sequoia-sq/sequoia-sq-0.25.0.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app-crypt/sequoia-sq/sequoia-sq-0.25.0.ebuild b/app-crypt/sequoia-sq/sequoia-sq-0.25.0.ebuild index 6480ad2ea0e0..6b62fad8ffc2 100644 --- a/app-crypt/sequoia-sq/sequoia-sq-0.25.0.ebuild +++ b/app-crypt/sequoia-sq/sequoia-sq-0.25.0.ebuild @@ -259,7 +259,7 @@ CRATES=" inherit bash-completion-r1 cargo DESCRIPTION="CLI of the Sequoia OpenPGP implementation" -HOMEPAGE="https://gitlab.com/sequoia-pgp/sequoia" +HOMEPAGE="https://sequoia-pgp.org/ https://gitlab.com/sequoia-pgp/sequoia" SRC_URI=" https://gitlab.com/sequoia-pgp/sequoia/-/archive/sq/v${PV}/${PN}-v${PV}.tar.bz2 @@ -280,10 +280,12 @@ COMMON_DEPEND=" dev-libs/openssl:= " -DEPEND="${COMMON_DEPEND}" +DEPEND=" + sys-devel/clang + ${COMMON_DEPEND} +" RDEPEND="${COMMON_DEPEND}" BDEPEND=" - sys-devel/clang virtual/pkgconfig " |