diff options
author | Christopher Byrne <salah.coronya@gmail.com> | 2022-04-16 12:57:33 -0500 |
---|---|---|
committer | Christopher Byrne <salah.coronya@gmail.com> | 2022-04-16 12:59:49 -0500 |
commit | 3792ef163b7f88687cbcdb0a28432ba152cf7c3b (patch) | |
tree | a83b71afd73c78a3b5b4b8376408955230d2680a /app-crypt | |
parent | games-util/mangohud: new package (diff) | |
download | guru-3792ef163b7f88687cbcdb0a28432ba152cf7c3b.tar.gz guru-3792ef163b7f88687cbcdb0a28432ba152cf7c3b.tar.bz2 guru-3792ef163b7f88687cbcdb0a28432ba152cf7c3b.zip |
app-crypt/tpm2-openssl: Add missing DEPEND="${RDEPEND}"
Signed-off-by: Christopher Byrne <salah.coronya@gmail.com>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/tpm2-openssl/tpm2-openssl-1.1.0.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-crypt/tpm2-openssl/tpm2-openssl-1.1.0.ebuild b/app-crypt/tpm2-openssl/tpm2-openssl-1.1.0.ebuild index 036fbb971..10a17e8b5 100644 --- a/app-crypt/tpm2-openssl/tpm2-openssl-1.1.0.ebuild +++ b/app-crypt/tpm2-openssl/tpm2-openssl-1.1.0.ebuild @@ -20,6 +20,8 @@ RESTRICT="test" RDEPEND=">=app-crypt/tpm2-tss-3.2.0:= =dev-libs/openssl-3.0*:0=" +DEPEND="${RDEPEND}" + BDEPEND="sys-devel/autoconf-archive virtual/pkgconfig" |