diff options
author | Mats Lidell <matsl@gentoo.org> | 2018-08-06 21:42:17 +0200 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2018-08-06 21:43:00 +0200 |
commit | 133f44e21448612f8d943ee6cdfba1a92e605341 (patch) | |
tree | 53ed14c22821dc917471e3c0ead9475da19530d1 /app-xemacs/eieio/eieio-1.10.ebuild | |
parent | dev-python/pipenv: Add missing py2 dependencies (diff) | |
download | gentoo-133f44e21448612f8d943ee6cdfba1a92e605341.tar.gz gentoo-133f44e21448612f8d943ee6cdfba1a92e605341.tar.bz2 gentoo-133f44e21448612f8d943ee6cdfba1a92e605341.zip |
app-xemacs/eieio: version bump
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-xemacs/eieio/eieio-1.10.ebuild')
-rw-r--r-- | app-xemacs/eieio/eieio-1.10.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app-xemacs/eieio/eieio-1.10.ebuild b/app-xemacs/eieio/eieio-1.10.ebuild new file mode 100644 index 000000000000..802f4d7753c9 --- /dev/null +++ b/app-xemacs/eieio/eieio-1.10.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +SLOT="0" +DESCRIPTION="Enhanced Implementation of Emacs Interpreted Objects" +XEMACS_PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/edebug +app-xemacs/cedet-common +app-xemacs/speedbar +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |