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 1A98E138334 for ; Mon, 21 Oct 2019 01:39:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 295D0E0CE6; Mon, 21 Oct 2019 01:39:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 11496E0CE6 for ; Mon, 21 Oct 2019 01:39:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C5AEF34C0D2 for ; Mon, 21 Oct 2019 01:39:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EE4D7FE for ; Mon, 21 Oct 2019 01:39:50 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1571621954.ca0e5c519703efe5b0acd72d6404b33bbdfb857f.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/crash/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/crash/crash-7.2.7.ebuild X-VCS-Directories: dev-util/crash/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: ca0e5c519703efe5b0acd72d6404b33bbdfb857f X-VCS-Branch: master Date: Mon, 21 Oct 2019 01:39:50 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 460032be-5c10-4fa7-a889-43a8c1f5966f X-Archives-Hash: 595cc53d815bc9582394702e61615031 commit: ca0e5c519703efe5b0acd72d6404b33bbdfb857f Author: Yixun Lan gentoo org> AuthorDate: Mon Oct 21 01:36:17 2019 +0000 Commit: Yixun Lan gentoo org> CommitDate: Mon Oct 21 01:39:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca0e5c51 dev-util/crash: drop trailing line to make CI happy Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Yixun Lan gentoo.org> dev-util/crash/crash-7.2.7.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-util/crash/crash-7.2.7.ebuild b/dev-util/crash/crash-7.2.7.ebuild index de5c30a966d..d9bbae491a7 100644 --- a/dev-util/crash/crash-7.2.7.ebuild +++ b/dev-util/crash/crash-7.2.7.ebuild @@ -3,8 +3,6 @@ EAPI="7" -inherit eutils - DESCRIPTION="Red Hat crash utility; used for analyzing kernel core dumps" HOMEPAGE="https://people.redhat.com/anderson/" SRC_URI="https://people.redhat.com/anderson/${P}.tar.gz"