diff options
author | Sam James <sam@gentoo.org> | 2022-04-20 22:25:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-20 22:30:18 +0100 |
commit | 1dfe8bc738d2fbd185d971673eaed0340913eefc (patch) | |
tree | 543bdfd728bb88bab5db3668f766d1b2d5d99d3f /app-emacs/highline | |
parent | app-emacs/gnuplot-mode: drop ~s390 (diff) | |
download | gentoo-1dfe8bc738d2fbd185d971673eaed0340913eefc.tar.gz gentoo-1dfe8bc738d2fbd185d971673eaed0340913eefc.tar.bz2 gentoo-1dfe8bc738d2fbd185d971673eaed0340913eefc.zip |
app-emacs/highline: drop ~s390
Emacs not keyworded here.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emacs/highline')
-rw-r--r-- | app-emacs/highline/highline-7.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/highline/highline-7.2.2.ebuild b/app-emacs/highline/highline-7.2.2.ebuild index e4fc90bd7b45..48a3372902cf 100644 --- a/app-emacs/highline/highline-7.2.2.ebuild +++ b/app-emacs/highline/highline-7.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="amd64 ppc ~s390 ~sparc x86" +KEYWORDS="amd64 ppc ~sparc x86" SITEFILE="50${PN}-gentoo.el" |