diff options
author | Sam James <sam@gentoo.org> | 2021-05-09 11:01:30 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-09 11:01:30 +0000 |
commit | 2f0f4e5c83a379f03f88dbd00b897222f13237b2 (patch) | |
tree | a2297782880fc40dd71170d663b7863ff56bfbe6 /sys-apps/ed | |
parent | sys-apps/dmidecode: Stabilize 3.3 arm, #789057 (diff) | |
download | gentoo-2f0f4e5c83a379f03f88dbd00b897222f13237b2.tar.gz gentoo-2f0f4e5c83a379f03f88dbd00b897222f13237b2.tar.bz2 gentoo-2f0f4e5c83a379f03f88dbd00b897222f13237b2.zip |
sys-apps/ed: Stabilize 1.17 arm, #789060
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/ed')
-rw-r--r-- | sys-apps/ed/ed-1.17.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/ed/ed-1.17.ebuild b/sys-apps/ed/ed-1.17.ebuild index 72bb6d2075a4..c89aec199426 100644 --- a/sys-apps/ed/ed-1.17.ebuild +++ b/sys-apps/ed/ed-1.17.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://dev.gentoo.org/~polynomial-c/dist/${MY_P}.tar.xz" LICENSE="GPL-3" SLOT="0" [[ "${PV}" == *_rc* ]] || \ -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND="sys-apps/texinfo" |