Summary: | dev-libs/libtomcrypt should BDEPEND on sys-devel/libtool | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | matoro <matoro_gentoo> |
Component: | Current packages | Assignee: | Sam James <sam> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ionen, matoro_gentoo, mgorny |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | emerge --info |
Description
matoro
![]() Created attachment 681367 [details]
emerge --info
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71bdf96717e70de168c9390452f375244807ff4d commit 71bdf96717e70de168c9390452f375244807ff4d Author: Sam James <sam@gentoo.org> AuthorDate: 2021-01-06 00:00:16 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-01-06 00:00:16 +0000 dev-libs/libtomcrypt: add libtool BDEPEND Closes: https://bugs.gentoo.org/763999 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org> dev-libs/libtomcrypt/libtomcrypt-1.18.2-r1.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c6dbafdc9c5fc5d1f6b3c972f1d3c39eb8d34e1 commit 8c6dbafdc9c5fc5d1f6b3c972f1d3c39eb8d34e1 Author: Sam James <sam@gentoo.org> AuthorDate: 2021-01-06 00:01:59 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-01-06 00:01:59 +0000 dev-libs/tomsfastmath: add libtool BDEPEND Bug: https://bugs.gentoo.org/763999 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org> dev-libs/tomsfastmath/tomsfastmath-0.13.1-r1.ebuild | 7 ++++--- dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b184cbefd246dcc53bfcbd955649c3e495835bc commit 5b184cbefd246dcc53bfcbd955649c3e495835bc Author: Sam James <sam@gentoo.org> AuthorDate: 2021-01-06 00:00:56 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-01-06 00:00:56 +0000 dev-libs/libtommath: add libtool BDEPEND Bug: https://bugs.gentoo.org/763999 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org> dev-libs/libtommath/libtommath-1.2.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Thanks! (In reply to Sam James from comment #3) > Thanks! I know this should technically be a separate bug, but since you were able to take care of this one so fast, could you also move the two lib dependencies (dev-libs/libtommath & dev-libs/tomsfastmath) to RDEPEND instead of DEPEND? They are runtime deps and dev-libs/libtomcrypt links against them. (In reply to matoro from comment #4) > (In reply to Sam James from comment #3) > > Thanks! > > I know this should technically be a separate bug, but since you were able to > take care of this one so fast, could you also move the two lib dependencies > (dev-libs/libtommath & dev-libs/tomsfastmath) to RDEPEND instead of DEPEND? > They are runtime deps and dev-libs/libtomcrypt links against them. Wow, how embarrassing. That's an oversight. Thank you! (In reply to Sam James from comment #5) > (In reply to matoro from comment #4) > > (In reply to Sam James from comment #3) > > > Thanks! > > > > I know this should technically be a separate bug, but since you were able to > > take care of this one so fast, could you also move the two lib dependencies > > (dev-libs/libtommath & dev-libs/tomsfastmath) to RDEPEND instead of DEPEND? > > They are runtime deps and dev-libs/libtomcrypt links against them. > > Wow, how embarrassing. That's an oversight. Thank you! No thank *you*! I wish most maintainers were this responsive! |