commit:     2cbdd9d36f13b1b7892c388edd8f52e6ce6e0c53
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 10:36:30 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 10:40:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cbdd9d3

dev-libs/npth: Install npth-config program for older gnupg compatibility

Closes: https://bugs.gentoo.org/925484
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-libs/npth/{npth-1.7.ebuild => npth-1.7-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-libs/npth/npth-1.7.ebuild b/dev-libs/npth/npth-1.7-r1.ebuild
similarity index 92%
rename from dev-libs/npth/npth-1.7.ebuild
rename to dev-libs/npth/npth-1.7-r1.ebuild
index 71d952cdae8c..d390d9c7bb59 100644
--- a/dev-libs/npth/npth-1.7.ebuild
+++ b/dev-libs/npth/npth-1.7-r1.ebuild
@@ -23,7 +23,8 @@ src_prepare() {
 src_configure() {
        append-ldflags $(test-flags-CCLD -Wl,--undefined-version)
 
-       econf $(use_enable test tests)
+       econf $(use_enable test tests) \
+               --enable-install-npth-config
 }
 
 src_install() {

Reply via email to