diff options
author | Mats Lidell <matsl@gentoo.org> | 2018-08-09 22:25:48 +0200 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2018-08-09 22:25:48 +0200 |
commit | 336a5b98a948d4851299c6db48cfda476b5868e2 (patch) | |
tree | a4c7c3bf5009dcaa97cbdccee94296352ad22c0d /app-xemacs/fsf-compat/fsf-compat-1.24.ebuild | |
parent | app-xemacs/frame-icon: version bump (diff) | |
download | gentoo-336a5b98a948d4851299c6db48cfda476b5868e2.tar.gz gentoo-336a5b98a948d4851299c6db48cfda476b5868e2.tar.bz2 gentoo-336a5b98a948d4851299c6db48cfda476b5868e2.zip |
app-xemacs/fsf-compat: version bump
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-xemacs/fsf-compat/fsf-compat-1.24.ebuild')
-rw-r--r-- | app-xemacs/fsf-compat/fsf-compat-1.24.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app-xemacs/fsf-compat/fsf-compat-1.24.ebuild b/app-xemacs/fsf-compat/fsf-compat-1.24.ebuild new file mode 100644 index 000000000000..c6c238c48dd3 --- /dev/null +++ b/app-xemacs/fsf-compat/fsf-compat-1.24.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +SLOT="0" +DESCRIPTION="FSF Emacs compatibility files" +XEMACS_PKG_CAT="standard" + +KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" + +inherit xemacs-packages + +RDEPEND="app-xemacs/xemacs-base +" |