diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-12-21 19:29:44 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-12-21 19:29:44 +0100 |
commit | 2e3cae99455ce0a4367491164f8cf3e27d8c14b1 (patch) | |
tree | 4b1b63bae770b6354c0b8c1126f0538c51e242db | |
parent | app-emacs/emacs-daemon: Sync from gentoo repo. (diff) | |
download | emacs-2e3cae99455ce0a4367491164f8cf3e27d8c14b1.tar.gz emacs-2e3cae99455ce0a4367491164f8cf3e27d8c14b1.tar.bz2 emacs-2e3cae99455ce0a4367491164f8cf3e27d8c14b1.zip |
app-editors/emacs: Drop invalid keywords.
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | app-editors/emacs/emacs-24.3-r8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/emacs/emacs-24.3-r8.ebuild b/app-editors/emacs/emacs-24.3-r8.ebuild index e0b48c1..df53b71 100644 --- a/app-editors/emacs/emacs-24.3-r8.ebuild +++ b/app-editors/emacs/emacs-24.3-r8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ SRC_URI="mirror://gnu/emacs/${P}.tar.xz LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2" SLOT="24.3" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="alsa aqua athena dbus gconf gif gpm gsettings gtk gtk2 gzip-el imagemagick jpeg kerberos libxml2 livecd m17n-lib motif png selinux sound source ssl svg tiff toolkit-scroll-bars wide-int X Xaw3d xft +xpm" REQUIRED_USE="?? ( aqua X )" |