Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libieee1284/
Date: Tue, 01 Sep 2020 10:43:50
Message-Id: 1598957015.37c00365bbb7478a4a1332b42348ce5dd4b62dc8.whissi@gentoo
1 commit: 37c00365bbb7478a4a1332b42348ce5dd4b62dc8
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 10:33:53 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 10:43:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37c00365
7
8 sys-libs/libieee1284: don't call CC directly
9
10 Closes: https://bugs.gentoo.org/725240
11 Package-Manager: Portage-3.0.4, Repoman-3.0.1
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild | 10 +++++++++-
15 1 file changed, 9 insertions(+), 1 deletion(-)
16
17 diff --git a/sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild b/sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild
18 index 6966e3e27a5..1bbce707bb4 100644
19 --- a/sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild
20 +++ b/sys-libs/libieee1284/libieee1284-0.2.11-r7.ebuild
21 @@ -5,7 +5,7 @@ EAPI="7"
22
23 PYTHON_COMPAT=( python2_7 )
24
25 -inherit python-single-r1 multilib-minimal
26 +inherit autotools python-single-r1 multilib-minimal
27
28 DESCRIPTION="Library to query devices using IEEE1284"
29 HOMEPAGE="http://cyberelk.net/tim/software/libieee1284/"
30 @@ -32,6 +32,14 @@ pkg_setup() {
31 use python && python-single-r1_pkg_setup
32 }
33
34 +src_prepare() {
35 + default
36 +
37 + mv configure.{in,ac} || die
38 +
39 + eautoreconf
40 +}
41 +
42 multilib_src_configure() {
43 local myeconfargs=(
44 --enable-shared