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 1529213835D for ; Sun, 18 Apr 2021 09:10:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F76FE0823; Sun, 18 Apr 2021 09:10:52 +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 5A455E0821 for ; Sun, 18 Apr 2021 09:10:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 ED5EB340DEE for ; Sun, 18 Apr 2021 09:10:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6613B729 for ; Sun, 18 Apr 2021 09:10:38 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1618714355.b9189de1b77f0787fe19f877223b50ae1a8e4935.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-kernel/dkms/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-kernel/dkms/dkms-2.8.4.ebuild X-VCS-Directories: sys-kernel/dkms/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: b9189de1b77f0787fe19f877223b50ae1a8e4935 X-VCS-Branch: master Date: Sun, 18 Apr 2021 09:10:38 +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: 9d809d19-2362-4c30-9f35-6477afa89e15 X-Archives-Hash: 114ac3295108073258f37bc72418d178 commit: b9189de1b77f0787fe19f877223b50ae1a8e4935 Author: Theo Anderson posteo de> AuthorDate: Sun Apr 18 02:52:35 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Apr 18 02:52:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b9189de1 sys-kernel/dkms: eutils-- Signed-off-by: Theo Anderson posteo.de> sys-kernel/dkms/dkms-2.8.4.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys-kernel/dkms/dkms-2.8.4.ebuild b/sys-kernel/dkms/dkms-2.8.4.ebuild index 79440da5a..dc1f75815 100644 --- a/sys-kernel/dkms/dkms-2.8.4.ebuild +++ b/sys-kernel/dkms/dkms-2.8.4.ebuild @@ -3,8 +3,6 @@ EAPI=7 -inherit eutils - DESCRIPTION="Dynamic Kernel Module Support" HOMEPAGE="https://github.com/dell/dkms" LICENSE="GPL-2"