commit: 37c00365bbb7478a4a1332b42348ce5dd4b62dc8 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Tue Sep 1 10:33:53 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Tue Sep 1 10:43:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37c00365
sys-libs/libieee1284: don't call CC directly Closes: https://bugs.gentoo.org/725240 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild b/sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild index 6966e3e27a5..1bbce707bb4 100644 --- a/sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild +++ b/sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild @@ -5,7 +5,7 @@ EAPI="7" PYTHON_COMPAT=( python2_7 ) -inherit python-single-r1 multilib-minimal +inherit autotools python-single-r1 multilib-minimal DESCRIPTION="Library to query devices using IEEE1284" HOMEPAGE="http://cyberelk.net/tim/software/libieee1284/" @@ -32,6 +32,14 @@ pkg_setup() { use python && python-single-r1_pkg_setup } +src_prepare() { + default + + mv configure.{in,ac} || die + + eautoreconf +} + multilib_src_configure() { local myeconfargs=( --enable-shared
