diff options
author | 2018-08-11 08:33:37 +0200 | |
---|---|---|
committer | 2018-08-11 08:33:37 +0200 | |
commit | 78b8433579d84042b95f03b6c873e41aa7c9f6fa (patch) | |
tree | e114a4cc0179cf37fd393aa03b09173efde43d65 /app-xemacs/scheme/scheme-1.22.ebuild | |
parent | app-xemacs/sasl: version bump (diff) | |
download | gentoo-78b8433579d84042b95f03b6c873e41aa7c9f6fa.tar.gz gentoo-78b8433579d84042b95f03b6c873e41aa7c9f6fa.tar.bz2 gentoo-78b8433579d84042b95f03b6c873e41aa7c9f6fa.zip |
app-xemacs/scheme: version bump
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-xemacs/scheme/scheme-1.22.ebuild')
-rw-r--r-- | app-xemacs/scheme/scheme-1.22.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app-xemacs/scheme/scheme-1.22.ebuild b/app-xemacs/scheme/scheme-1.22.ebuild new file mode 100644 index 00000000000..5e0e7367eb4 --- /dev/null +++ b/app-xemacs/scheme/scheme-1.22.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +SLOT="0" +DESCRIPTION="Front-end support for Inferior Scheme" +XEMACS_PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |