Diff trivial-gray-streams-20170830 with a trivial-gray-streams-99999999

/usr/portage/dev-lisp/trivial-gray-streams/trivial-gray-streams-99999999.ebuild 2023-10-09 14:52:29.776368357 +0300
3 3

  
4 4
EAPI=6
5 5

  
6
inherit common-lisp-3
6
inherit common-lisp-3 git-r3
7 7

  
8 8
DESCRIPTION="A thin compatibility layer between Gray Stream Common Lisp implementations"
9 9
HOMEPAGE="https://common-lisp.net/project/trivial-gray-streams/"
10
SRC_URI="mirror://gentoo/${P}.tar.bz2"
10
EGIT_REPO_URI="https://github.com/${PN}/${PN}"
11 11

  
12 12
LICENSE="MIT"
13 13
SLOT="0"
14
KEYWORDS="amd64 ~ppc ~sparc x86"
15 14
IUSE=""
16 15

  
17 16
RDEPEND="!dev-lisp/cl-${PN}"
Thank you!