From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1007D139085 for ; Sun, 1 Jan 2017 01:50:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DFA9E0D1D; Sun, 1 Jan 2017 01:50:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 18E2CE0D1D for ; Sun, 1 Jan 2017 01:50:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5D43340F2A for ; Sun, 1 Jan 2017 01:50:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 293022506 for ; Sun, 1 Jan 2017 01:50:25 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1483235406.7e94d8386947fb5c85ff2509e932fc8a20516f01.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/m4/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/m4/m4-1.4.18.ebuild X-VCS-Directories: sys-devel/m4/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 7e94d8386947fb5c85ff2509e932fc8a20516f01 X-VCS-Branch: master Date: Sun, 1 Jan 2017 01:50:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0f104c44-960d-41a4-834c-17eb06626232 X-Archives-Hash: cfa63c09bb71e6ac750b1d2a3f4a3e2d commit: 7e94d8386947fb5c85ff2509e932fc8a20516f01 Author: Anthony G. Basile gentoo org> AuthorDate: Sun Jan 1 01:50:06 2017 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sun Jan 1 01:50:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e94d838 sys-devel/m4: no need to inherit eutils Package-Manager: portage-2.3.0 sys-devel/m4/m4-1.4.18.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys-devel/m4/m4-1.4.18.ebuild b/sys-devel/m4/m4-1.4.18.ebuild index 8e992f6..f5005e4c 100644 --- a/sys-devel/m4/m4-1.4.18.ebuild +++ b/sys-devel/m4/m4-1.4.18.ebuild @@ -1,11 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" -inherit eutils - DESCRIPTION="GNU macro processor" HOMEPAGE="https://www.gnu.org/software/m4/m4.html" SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"