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 0E3EC138334 for ; Fri, 20 Dec 2019 14:27:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 049EFE09C6; Fri, 20 Dec 2019 14:27:11 +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 D6B1CE09C6 for ; Fri, 20 Dec 2019 14:27:10 +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 D1CC034D7FD for ; Fri, 20 Dec 2019 14:27:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DD54887 for ; Fri, 20 Dec 2019 14:27:08 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1576852008.6f2a22452646a37457701c734f4e72da547b81c3.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/emacs-daemon/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/emacs-daemon/emacs-daemon-0.22.ebuild X-VCS-Directories: app-emacs/emacs-daemon/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 6f2a22452646a37457701c734f4e72da547b81c3 X-VCS-Branch: master Date: Fri, 20 Dec 2019 14:27:08 +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: 87b8fbd5-0a09-4301-a8a0-e99878b89f21 X-Archives-Hash: 857f91fd83c1ca7bd75e55674f392997 commit: 6f2a22452646a37457701c734f4e72da547b81c3 Author: Ulrich Müller gentoo org> AuthorDate: Fri Dec 20 14:23:00 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Dec 20 14:26:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f2a2245 app-emacs/emacs-daemon: Drop dependency on virtual/emacs. This is already implied by elisp.eclass. Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/emacs-daemon/emacs-daemon-0.22.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app-emacs/emacs-daemon/emacs-daemon-0.22.ebuild b/app-emacs/emacs-daemon/emacs-daemon-0.22.ebuild index 6e53e7f176a..396b2978db3 100644 --- a/app-emacs/emacs-daemon/emacs-daemon-0.22.ebuild +++ b/app-emacs/emacs-daemon/emacs-daemon-0.22.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,9 +13,6 @@ LICENSE="GPL-2+" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" -DEPEND=">=virtual/emacs-23" -RDEPEND="${DEPEND}" - SITEFILE="10${PN}-gentoo.el" pkg_setup() {