diff options
author | Sam James <sam@gentoo.org> | 2021-01-11 07:59:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-11 08:00:32 +0000 |
commit | 2e757939a1a95649b39b11e43f5bb92314a411ea (patch) | |
tree | 0760430d1004275358c0ef2def7983998eac5a67 /dev-libs/libtomcrypt | |
parent | dev-util/cproto: bump to 4.7r (diff) | |
download | gentoo-2e757939a1a95649b39b11e43f5bb92314a411ea.tar.gz gentoo-2e757939a1a95649b39b11e43f5bb92314a411ea.tar.bz2 gentoo-2e757939a1a95649b39b11e43f5bb92314a411ea.zip |
dev-libs/libtomcrypt: fix RDEPEND
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libtomcrypt')
-rw-r--r-- | dev-libs/libtomcrypt/libtomcrypt-1.18.2-r2.ebuild (renamed from dev-libs/libtomcrypt/libtomcrypt-1.18.2-r1.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r1.ebuild b/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r2.ebuild index ddbf24c826a7..aabf12d29620 100644 --- a/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r1.ebuild +++ b/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r2.ebuild @@ -29,6 +29,7 @@ DEPEND=" libtommath? ( dev-libs/libtommath:= ) tomsfastmath? ( dev-libs/tomsfastmath:= ) " +RDEPEND="${DEPEND}" mymake() { # Standard boilerplate |