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 21C9C138334 for ; Wed, 18 Dec 2019 11:09:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09F8BE0924; Wed, 18 Dec 2019 11:08:55 +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 B047AE0921 for ; Wed, 18 Dec 2019 11:08:54 +0000 (UTC) Received: from a1i15 (a1i15.kph.uni-mainz.de [134.93.134.92]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: ulm) by smtp.gentoo.org (Postfix) with ESMTPSA id 8065134D9E7 for ; Wed, 18 Dec 2019 11:08:53 +0000 (UTC) From: Ulrich =?utf-8?Q?M=C3=BCller?= To: Subject: [gentoo-dev] [PATCH 3/3] elisp.eclass: Depend on app-editors/emacs directly. In-Reply-To: References: Message-Id: Date: Wed, 18 Dec 2019 12:08:50 +0100 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Archives-Salt: 7b6f844b-bfab-4812-be8d-7b8b30e04465 X-Archives-Hash: 5a3ce6ad2e5d32d8c1aa1324c78a4637 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable This replaces the indirect dependency on virtual/emacs. Signed-off-by: Ulrich M=C3=BCller =2D-- eclass/elisp.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass index df160ea01e2..8f907bbb5d6 100644 =2D-- a/eclass/elisp.eclass +++ b/eclass/elisp.eclass @@ -70,7 +70,7 @@ esac EXPORT_FUNCTIONS src_{unpack,prepare,configure,compile,install} \ pkg_{setup,postinst,postrm} =20 =2DRDEPEND=3D">=3Dvirtual/emacs-${NEED_EMACS:-23}" +RDEPEND=3D">=3Dapp-editors/emacs-${NEED_EMACS:-23.1}:*" case ${EAPI} in 4|5|6) DEPEND=3D"${RDEPEND}" ;; *) BDEPEND=3D"${RDEPEND}" ;; @@ -82,7 +82,7 @@ esac # version requirement of the NEED_EMACS variable. =20 elisp_pkg_setup() { =2D elisp-need-emacs "${NEED_EMACS:-23}" + elisp-need-emacs "${NEED_EMACS:-23.1}" case $? in 0) ;; 1) die "Emacs version too low" ;; =2D-=20 2.24.1 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEZlHkP3TnuTbxrN0HwwkGhRxhwnMFAl36CMIACgkQwwkGhRxh wnOApwf/aBQewh8IQgS5bSjZModOnh2Gf3N9OF0KlKn7TCUferghjJYz1TpdIyri X3W43XjzxsYvrcKrYdo7vaQsGrvP4axxIofqT7AvW4Us6Nxq6rekqq0kRRO+3mk6 MKp96ZccoslglUQFrIJqUeuNRBR8BHxoFi03jv+xqnvmfTbWsuHMIEvZE2lLmJll 6rvZNW/JA5Be8/VL1hqPTk5YTO4ra0DvB8Zigv5VdW6tKVgS4oF1h7a1iTLFJCZq pjnx+Q2AnH98ehwclJQ3twqTXcEEsMdCak9GhL3hBVfj5neE2JtqgFN7kce51qXU tsCfxrdCZHcWjQ3Om7aPtaGPjy1xnQ== =xo4J -----END PGP SIGNATURE----- --=-=-=--