diff options
author | Mats Lidell <matsl@gentoo.org> | 2021-05-09 09:23:26 +0200 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2021-05-09 09:54:22 +0200 |
commit | 6e25021d3ff8396037ca0a75798e07fbe7bb41b4 (patch) | |
tree | d0e16850d279ac4b9ded2cfc88b185b170eb8b20 /app-xemacs/debug/debug-1.21.ebuild | |
parent | app-xemacs/bbdb: Version bump 1.35 (diff) | |
download | gentoo-6e25021d3ff8396037ca0a75798e07fbe7bb41b4.tar.gz gentoo-6e25021d3ff8396037ca0a75798e07fbe7bb41b4.tar.bz2 gentoo-6e25021d3ff8396037ca0a75798e07fbe7bb41b4.zip |
app-xemacs/debug: Version bump 1.21
EAPI=7. Use experimental package.
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mats Lidell <matsl@gentoo.org>
Diffstat (limited to 'app-xemacs/debug/debug-1.21.ebuild')
-rw-r--r-- | app-xemacs/debug/debug-1.21.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app-xemacs/debug/debug-1.21.ebuild b/app-xemacs/debug/debug-1.21.ebuild new file mode 100644 index 000000000000..dee1b7628140 --- /dev/null +++ b/app-xemacs/debug/debug-1.21.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +SLOT="0" +DESCRIPTION="GUD, gdb, dbx debugging support" +XEMACS_PKG_CAT="standard" + +XEMACS_EXPERIMENTAL="true" + +RDEPEND="app-xemacs/xemacs-base +" +KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |