Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/
Date: Thu, 22 Aug 2019 10:59:22
Message-Id: 1566471556.f63ad19a47842cdf7376fc5aaa0a0b5f090e2de6.jer@gentoo
1 commit: f63ad19a47842cdf7376fc5aaa0a0b5f090e2de6
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 22 10:56:55 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 22 10:59:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f63ad19a
7
8 net-analyzer/cacti-spine: Do not set AT_M4DIR
9
10 AC_CONFIG_AUX_DIR is set in configure.ac properly these days. Fixes a
11 weird error message from autotools.eclass: 'config' does not exist
12
13 Package-Manager: Portage-2.3.72, Repoman-2.3.17
14 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
15
16 net-analyzer/cacti-spine/cacti-spine-1.2.5-r1.ebuild | 2 +-
17 net-analyzer/cacti-spine/cacti-spine-99999.ebuild | 2 +-
18 2 files changed, 2 insertions(+), 2 deletions(-)
19
20 diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.5-r1.ebuild b/net-analyzer/cacti-spine/cacti-spine-1.2.5-r1.ebuild
21 index 8da328d3acd..e99df50dcae 100644
22 --- a/net-analyzer/cacti-spine/cacti-spine-1.2.5-r1.ebuild
23 +++ b/net-analyzer/cacti-spine/cacti-spine-1.2.5-r1.ebuild
24 @@ -36,7 +36,7 @@ PATCHES=(
25 src_prepare() {
26 default
27
28 - AT_M4DIR="config" eautoreconf
29 + eautoreconf
30 }
31
32 src_install() {
33
34 diff --git a/net-analyzer/cacti-spine/cacti-spine-99999.ebuild b/net-analyzer/cacti-spine/cacti-spine-99999.ebuild
35 index c378e4a617f..04d2228f341 100644
36 --- a/net-analyzer/cacti-spine/cacti-spine-99999.ebuild
37 +++ b/net-analyzer/cacti-spine/cacti-spine-99999.ebuild
38 @@ -35,7 +35,7 @@ PATCHES=(
39 src_prepare() {
40 default
41
42 - AT_M4DIR="config" eautoreconf
43 + eautoreconf
44 }
45
46 src_install() {