summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2021-12-30 15:11:16 +0100
committerFlorian Schmaus <flow@gentoo.org>2021-12-30 15:12:24 +0100
commit3a9967086bb88a1f07800d71f3629f1e0f61c1ca (patch)
tree6c1fa16e62ad998ff0496b7bad3232e53f8428c6
parentapp-crypt/sequoia-sqv: initial import (diff)
downloadgentoo-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>
-rw-r--r--app-crypt/sequoia-sq/sequoia-sq-0.25.0.ebuild8
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
"