Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/m4/
Date: Sun, 01 Jan 2017 01:50:29
Message-Id: 1483235406.7e94d8386947fb5c85ff2509e932fc8a20516f01.blueness@gentoo
1 commit: 7e94d8386947fb5c85ff2509e932fc8a20516f01
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 1 01:50:06 2017 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 01:50:06 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e94d838
7
8 sys-devel/m4: no need to inherit eutils
9
10 Package-Manager: portage-2.3.0
11
12 sys-devel/m4/m4-1.4.18.ebuild | 4 +---
13 1 file changed, 1 insertion(+), 3 deletions(-)
14
15 diff --git a/sys-devel/m4/m4-1.4.18.ebuild b/sys-devel/m4/m4-1.4.18.ebuild
16 index 8e992f6..f5005e4c 100644
17 --- a/sys-devel/m4/m4-1.4.18.ebuild
18 +++ b/sys-devel/m4/m4-1.4.18.ebuild
19 @@ -1,11 +1,9 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 EAPI="5"
26
27 -inherit eutils
28 -
29 DESCRIPTION="GNU macro processor"
30 HOMEPAGE="https://www.gnu.org/software/m4/m4.html"
31 SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"