commit: f986145183d4adaf984c282ea471e44561e04c0e Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sun Jul 2 21:04:00 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> 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 <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31721 Signed-off-by: Conrad Kostecki <conikost <AT> 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
