diff options
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 |