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 BA9BE138335 for ; Fri, 28 Sep 2018 00:18:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60C98E0940; Fri, 28 Sep 2018 00:18:56 +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 40418E08B1 for ; Fri, 28 Sep 2018 00:18:55 +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 7927F335C95 for ; Fri, 28 Sep 2018 00:18:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A71863FA for ; Fri, 28 Sep 2018 00:18:52 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1538093920.098c3c3189708e308e459e2a68ff716b578dc7f1.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-laptop/laptop-mode-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-laptop/laptop-mode-tools/laptop-mode-tools-1.72.2.ebuild X-VCS-Directories: app-laptop/laptop-mode-tools/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 098c3c3189708e308e459e2a68ff716b578dc7f1 X-VCS-Branch: master Date: Fri, 28 Sep 2018 00:18:52 +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: 00bddad8-e8a5-40b7-b933-5d680001fdf7 X-Archives-Hash: eb20e87b24972896f96a7d9d6b1c122e commit: 098c3c3189708e308e459e2a68ff716b578dc7f1 Author: Alon Bar-Lev gentoo org> AuthorDate: Fri Sep 28 00:03:48 2018 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Fri Sep 28 00:18:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=098c3c31 app-laptop/laptop-mode-tools: eapi bump Package-Manager: Portage-2.3.49, Repoman-2.3.10 app-laptop/laptop-mode-tools/laptop-mode-tools-1.72.2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-laptop/laptop-mode-tools/laptop-mode-tools-1.72.2.ebuild b/app-laptop/laptop-mode-tools/laptop-mode-tools-1.72.2.ebuild index 65280437450..822d2452f93 100644 --- a/app-laptop/laptop-mode-tools/laptop-mode-tools-1.72.2.ebuild +++ b/app-laptop/laptop-mode-tools/laptop-mode-tools-1.72.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit multilib systemd udev @@ -26,7 +26,6 @@ RDEPEND="sys-apps/iproute2 acpi? ( sys-power/acpid ) apm? ( sys-apps/apmd ) bluetooth? ( net-wireless/bluez:= )" -DEPEND="" S="${WORKDIR}/${MY_P}"