Diff flexi-streams-1.0.16 with a flexi-streams-1.0.17

/usr/portage/dev-lisp/flexi-streams/flexi-streams-1.0.17.ebuild 2023-10-09 14:52:29.776368357 +0300
1
# Copyright 1999-2017 Gentoo Foundation
1
# Copyright 1999-2018 Gentoo Foundation
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=6
......
12 12

  
13 13
LICENSE="BSD-2"
14 14
SLOT="0"
15
KEYWORDS="amd64 ~ppc ~sparc x86"
15
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
16 16
IUSE=""
17 17

  
18 18
RDEPEND="!dev-lisp/cl-${PN}
......
21 21
src_install() {
22 22
	common-lisp-install-sources *.lisp
23 23
	common-lisp-install-asdf
24
	dodoc doc/index.html
24
	dodoc docs/index.html
25 25
}
Thank you!