diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-06-03 21:32:14 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-06-03 21:32:14 +0300 |
commit | 17b794b37829e4c798200f1da50a1f6d08875180 (patch) | |
tree | 8cb8dabdc5c3f6a633b74b323d14d3a52e005869 /app-eselect | |
parent | dev-util/ctags: mark s390 stable (diff) | |
download | gentoo-17b794b37829e4c798200f1da50a1f6d08875180.tar.gz gentoo-17b794b37829e4c798200f1da50a1f6d08875180.tar.bz2 gentoo-17b794b37829e4c798200f1da50a1f6d08875180.zip |
app-eselect/eselect-ctags: mark s390 stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-eselect')
-rw-r--r-- | app-eselect/eselect-ctags/eselect-ctags-1.18.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-eselect/eselect-ctags/eselect-ctags-1.18.ebuild b/app-eselect/eselect-ctags/eselect-ctags-1.18.ebuild index 89c2655d67ec..f5ec6ede5256 100644 --- a/app-eselect/eselect-ctags/eselect-ctags-1.18.ebuild +++ b/app-eselect/eselect-ctags/eselect-ctags-1.18.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${MY_P}.tar.xz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" RDEPEND="!<app-eselect/eselect-emacs-1.18 >=app-admin/eselect-1.2.3" |