diff options
author | 2024-06-12 06:14:15 +0100 | |
---|---|---|
committer | 2024-06-12 06:14:15 +0100 | |
commit | fadc908a59b4158b2c3d641ab1503f33d437b6ae (patch) | |
tree | 6f63e2f29e57d7e57976cd666b807bba25e0ca94 /dev-util | |
parent | profiles/base: drop internal-glib from BOOTSTRAP_USE (diff) | |
download | gentoo-fadc908a59b4158b2c3d641ab1503f33d437b6ae.tar.gz gentoo-fadc908a59b4158b2c3d641ab1503f33d437b6ae.tar.bz2 gentoo-fadc908a59b4158b2c3d641ab1503f33d437b6ae.zip |
dev-util/ctags: Stabilize 20230423.0-r1 ppc64, #919480
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/ctags/ctags-20230423.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/ctags/ctags-20230423.0-r1.ebuild b/dev-util/ctags/ctags-20230423.0-r1.ebuild index b74769c09a50..8deefcdc634d 100644 --- a/dev-util/ctags/ctags-20230423.0-r1.ebuild +++ b/dev-util/ctags/ctags-20230423.0-r1.ebuild @@ -16,7 +16,7 @@ else SRC_URI="https://github.com/universal-ctags/ctags/archive/refs/tags/p6.0.${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/${PN}-p6.0.${PV} - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" fi LICENSE="GPL-2+" |