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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A2F8815800D for ; Mon, 3 Jul 2023 22:00:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00830E07F9; Mon, 3 Jul 2023 22:00:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D6C07E081B for ; Mon, 3 Jul 2023 22:00:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD37D340B6A for ; Mon, 3 Jul 2023 22:00:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 288F9AC8 for ; Mon, 3 Jul 2023 22:00:32 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1688421605.f986145183d4adaf984c282ea471e44561e04c0e.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-xemacs/xetla/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-xemacs/xetla/xetla-1.04.ebuild X-VCS-Directories: app-xemacs/xetla/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: f986145183d4adaf984c282ea471e44561e04c0e X-VCS-Branch: master Date: Mon, 3 Jul 2023 22:00:32 +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: eccb3795-7676-4776-90f5-6dc588e482d8 X-Archives-Hash: e95fd1e8e084500efe3b6de2fdd23136 commit: f986145183d4adaf984c282ea471e44561e04c0e Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Jul 2 21:04:00 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon Jul 3 22:00:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9861451 app-xemacs/xetla: remove redundant RDEPEND, fix DESCRIPTION Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31721 Signed-off-by: Conrad Kostecki gentoo.org> app-xemacs/xetla/xetla-1.04.ebuild | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/app-xemacs/xetla/xetla-1.04.ebuild b/app-xemacs/xetla/xetla-1.04.ebuild index 76c096a3e34a..f44151d885a7 100644 --- a/app-xemacs/xetla/xetla-1.04.ebuild +++ b/app-xemacs/xetla/xetla-1.04.ebuild @@ -1,26 +1,20 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 SLOT="0" -DESCRIPTION=" Arch (tla) interface for XEmacs" +DESCRIPTION="Arch (tla) interface for XEmacs" XEMACS_PKG_CAT="standard" -RDEPEND="app-xemacs/ediff -app-xemacs/xemacs-base -app-xemacs/jde -app-xemacs/mail-lib -app-xemacs/dired -app-xemacs/prog-modes -" -RDEPEND="app-xemacs/ediff -app-xemacs/xemacs-base -app-xemacs/jde -app-xemacs/mail-lib -app-xemacs/dired -app-xemacs/prog-modes -" +RDEPEND=" + app-xemacs/ediff + app-xemacs/xemacs-base + app-xemacs/jde + app-xemacs/mail-lib + app-xemacs/dired + app-xemacs/prog-modes" + KEYWORDS="~alpha amd64 ppc ppc64 ~riscv sparc x86" inherit xemacs-packages