diff options
author | 2023-07-02 23:04:00 +0200 | |
---|---|---|
committer | 2023-07-04 00:00:05 +0200 | |
commit | f986145183d4adaf984c282ea471e44561e04c0e (patch) | |
tree | e30df34accb1d3a8dc451b90d4fba6c89a0c487a /app-xemacs | |
parent | app-emulation/ganeti-os-simpleimage: remove trailing space in DESCRIPTION (diff) | |
download | gentoo-f986145183d4adaf984c282ea471e44561e04c0e.tar.gz gentoo-f986145183d4adaf984c282ea471e44561e04c0e.tar.bz2 gentoo-f986145183d4adaf984c282ea471e44561e04c0e.zip |
app-xemacs/xetla: remove redundant RDEPEND, fix DESCRIPTION
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31721
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-xemacs')
-rw-r--r-- | app-xemacs/xetla/xetla-1.04.ebuild | 26 |
1 files 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 |