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 3538A138334 for ; Fri, 20 Dec 2019 22:10:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 540BAE08C4; Fri, 20 Dec 2019 22:10:30 +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 075D4E08AE for ; Fri, 20 Dec 2019 22:10:29 +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 441C234D260 for ; Fri, 20 Dec 2019 22:10:28 +0000 (UTC) From: Ulrich Mueller To: Subject: Re: [gentoo-dev] [PATCH v2 3/3] elisp.eclass: Depend on app-editors/emacs directly. References: Date: Fri, 20 Dec 2019 23:10:19 +0100 In-Reply-To: ("Ulrich \=\?utf-8\?Q\?M\=C3\=BC\?\= \=\?utf-8\?Q\?ller\=22's\?\= message of "Fri, 20 Dec 2019 14:44:04 +0100") Message-ID: 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: 958ace0a-6e72-45d8-84d4-6946b658b1a7 X-Archives-Hash: 669b3d6f879b7ee4b7070a665e587c6f --=-=-= Content-Type: text/plain > -RDEPEND=">=virtual/emacs-${NEED_EMACS:-23}" > +RDEPEND=">=app-editors/emacs-${NEED_EMACS}:*" ... and of course, the slot operator isn't legal in EAPI 4. It is trivial to fix, so I won't send a v3 for this. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEZlHkP3TnuTbxrN0HwwkGhRxhwnMFAl39RssACgkQwwkGhRxh wnMRZggAmQsb4PwrYcPJPx/5csjLvTpTFKDnPrB/CgUgxARCNBQibuct6xYArRiN eTZJospLQeS/BbW8In4s6YlhMtatg88Mf7bpzvZUfuX6W5G9qSytbm1FLevla+7F OFTgZlgGuqCNU3hhJa7LV7LsKO0tXERmlxekBCMw0hZcVpuSFd7OmrGOaGWm2irp aQIvdWPjSjLOeDx1iOhHbXCGeyF3XpmOAoZBWYJ/jXRGmCo+T/CJE5q8Ue1FfHMx iJ8TGg7+GkwgnqV1AwX/KX/TCTPLehrbzKlnlqcVje071kknJv1OOG98E4FySrE0 vCF4BqS9X9/5a9/TjGasVJg03RmrwA== =9WOB -----END PGP SIGNATURE----- --=-=-=--