commit: 1da50033a911b868808aa899452e7391160a69c9 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sun May 7 12:43:52 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun May 7 12:44:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1da50033
dev-libs/libuninum: fix implicit function declarations Closes: https://bugs.gentoo.org/900541 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> .../libuninum/{libuninum-2.7-r1.ebuild => libuninum-2.7-r2.ebuild} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-libs/libuninum/libuninum-2.7-r1.ebuild b/dev-libs/libuninum/libuninum-2.7-r2.ebuild similarity index 88% rename from dev-libs/libuninum/libuninum-2.7-r1.ebuild rename to dev-libs/libuninum/libuninum-2.7-r2.ebuild index 1a786ed1da32..e908d0c3b217 100644 --- a/dev-libs/libuninum/libuninum-2.7-r1.ebuild +++ b/dev-libs/libuninum/libuninum-2.7-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit flag-o-matic +inherit autotools flag-o-matic DESCRIPTION="A library for converting unicode strings to numbers and vice versa" HOMEPAGE="https://billposer.org/Software/libuninum.html" @@ -19,6 +19,8 @@ src_prepare() { # LTO does not work. # See https://bugs.gentoo.org/855956 filter-lto + + eautoreconf } src_configure() {
