Diff darts-0.32h_pre20181117064816 with a darts-9999

/usr/portage/dev-libs/darts/darts-9999.ebuild 2023-10-09 14:52:29.496368350 +0300
1
# Copyright 2003-2022 Gentoo Authors
1
# Copyright 2003-2019 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI="7"
......
11 11

  
12 12
	EGIT_REPO_URI="https://github.com/s-yata/darts-clone"
13 13
else
14
	DARTS_CLONE_GIT_REVISION="e40ce4627526985a7767444b6ed6893ab6ff8983"
14
	DARTS_CLONE_GIT_REVISION=""
15 15
fi
16 16

  
17 17
DESCRIPTION="Darts-clone (Double-ARray Trie System) C++ library"
......
25 25

  
26 26
LICENSE="BSD-2"
27 27
SLOT="0"
28
KEYWORDS="amd64 arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
28
KEYWORDS=""
29 29
IUSE=""
30 30

  
31 31
BDEPEND=""
Thank you!